aboutsummaryrefslogtreecommitdiff
path: root/bin/pyspark
diff options
context:
space:
mode:
authorSumedh Mungee <smungee@gmail.com>2014-05-21 01:22:25 -0700
committerReynold Xin <rxin@apache.org>2014-05-21 01:22:25 -0700
commit6e337380fc47071fc7fb28d744e8209c729fe1e9 (patch)
treeba0126460b257283634ee165412a8ea2e5f3f101 /bin/pyspark
parent7f0cfe47f4709843d70ceccc25dee7551206ce0d (diff)
downloadspark-6e337380fc47071fc7fb28d744e8209c729fe1e9.tar.gz
spark-6e337380fc47071fc7fb28d744e8209c729fe1e9.tar.bz2
spark-6e337380fc47071fc7fb28d744e8209c729fe1e9.zip
[SPARK-1250] Fixed misleading comments in bin/pyspark, bin/spark-class
Fixed a couple of misleading comments in bin/pyspark and bin/spark-class. The comments make it seem like the script is looking for the Scala installation when in fact it is looking for Spark. Author: Sumedh Mungee <smungee@gmail.com> Closes #843 from smungee/spark-1250-fix-comments and squashes the following commits: 26870f3 [Sumedh Mungee] [SPARK-1250] Fixed misleading comments in bin/pyspark and bin/spark-class
Diffstat (limited to 'bin/pyspark')
-rwxr-xr-xbin/pyspark2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pyspark b/bin/pyspark
index 3908ffe799..d0fa56f319 100755
--- a/bin/pyspark
+++ b/bin/pyspark
@@ -17,7 +17,7 @@
# limitations under the License.
#
-# Figure out where the Scala framework is installed
+# Figure out where Spark is installed
FWDIR="$(cd `dirname $0`/..; pwd)"
# Export this as SPARK_HOME