aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2014-01-02 18:50:12 +0530
committerPrashant Sharma <prashant.s@imaginea.com>2014-01-02 18:50:12 +0530
commita3f90a2ecf14a01aa27fc95c133b1ff375583adb (patch)
treef6a67730b423122b1172682f659ad3344193e6bf /README.md
parent94b7a7fe37a4b1459bfdbece2a4162451d6a8ac2 (diff)
downloadspark-a3f90a2ecf14a01aa27fc95c133b1ff375583adb.tar.gz
spark-a3f90a2ecf14a01aa27fc95c133b1ff375583adb.tar.bz2
spark-a3f90a2ecf14a01aa27fc95c133b1ff375583adb.zip
pyspark -> bin/pyspark
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7154165ab1..f7ad26de5b 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Once you've built Spark, the easiest way to start using it is the shell:
./bin/spark-shell
-Or, for the Python API, the Python shell (`./pyspark`).
+Or, for the Python API, the Python shell (`./bin/pyspark`).
Spark also comes with several sample programs in the `examples` directory.
To run one of them, use `./bin/run-example <class> <params>`. For example: