Skip to content
Snippets Groups Projects
Commit 6e337380 authored by Sumedh Mungee's avatar Sumedh Mungee Committed by Reynold Xin
Browse files

[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
parent 7f0cfe47
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -24,7 +24,7 @@ esac
SCALA_VERSION=2.10
# Figure out where the Scala framework is installed
# Figure out where Spark is installed
FWDIR="$(cd `dirname $0`/..; pwd)"
# Export this as SPARK_HOME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment