Skip to content

Commit

Permalink
[SPARK-1250] Fixed misleading comments in bin/pyspark, bin/spark-class
Browse files Browse the repository at this point in the history
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 mesos#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
  • Loading branch information
smungee authored and rxin committed May 21, 2014
1 parent 7f0cfe4 commit 6e33738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/pyspark
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/spark-class
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e33738

Please sign in to comment.