aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2014-01-02 18:37:40 +0530
committerPrashant Sharma <prashant.s@imaginea.com>2014-01-02 18:37:40 +0530
commitb810a85cdddb247e1a104f4daad905b97222ad85 (patch)
tree89744bc45d5e895aae5d32fd76e8ba35232f1139 /README.md
parent980afd280a331103ce7391adaf484dd497218741 (diff)
downloadspark-b810a85cdddb247e1a104f4daad905b97222ad85.tar.gz
spark-b810a85cdddb247e1a104f4daad905b97222ad85.tar.bz2
spark-b810a85cdddb247e1a104f4daad905b97222ad85.zip
spark-shell -> bin/spark-shell
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 1550a8b551..170e964851 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ which is packaged with it. To build Spark and its example programs, run:
Once you've built Spark, the easiest way to start using it is the shell:
- ./spark-shell
+ ./bin/spark-shell
Or, for the Python API, the Python shell (`./pyspark`).