Skip to content

Commit 6e33738

Browse files
smungeerxin
authored andcommitted
[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 <[email protected]> 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
1 parent 7f0cfe4 commit 6e33738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/pyspark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# limitations under the License.
1818
#
1919

20-
# Figure out where the Scala framework is installed
20+
# Figure out where Spark is installed
2121
FWDIR="$(cd `dirname $0`/..; pwd)"
2222

2323
# Export this as SPARK_HOME

bin/spark-class

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ esac
2424

2525
SCALA_VERSION=2.10
2626

27-
# Figure out where the Scala framework is installed
27+
# Figure out where Spark is installed
2828
FWDIR="$(cd `dirname $0`/..; pwd)"
2929

3030
# Export this as SPARK_HOME

0 commit comments

Comments
 (0)