Skip to content

Commit

Permalink
Fixing another code snipped in spark.rst (#1704)
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Minack <github@enrico.minack.dev>
  • Loading branch information
EnricoMi committed Jan 31, 2020
1 parent 444c0f8 commit 6c80085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spark.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ To run the example, be sure to install Horovod with ``[spark]``, then:
$ wget https://raw.githubusercontent.com/horovod/horovod/master/examples/keras_spark_rossmann_estimator.py
$ wget http://files.fast.ai/part2/lesson14/rossmann.tgz
$ tar zxvf rossmann.tgz
$ python keras_spark_rossmann.py
$ python keras_spark_rossmann_estimator.py
Training on existing Parquet datasets
Expand Down

0 comments on commit 6c80085

Please sign in to comment.