Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
randommm authored May 3, 2017
1 parent 157a1ce commit 4bd9c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions howto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Start PySpark
First make sure that you have started the Spark cluster. To start Spark, you execute:

````
cd $SPRAK_HOME
cd $SPARK_HOME
./sbin/start-all.sh
````

To start PySpark, execute the following:

````
cd $SPRAK_HOME
cd $SPARK_HOME
./bin/pyspark
````

Expand Down

0 comments on commit 4bd9c84

Please sign in to comment.