diff --git a/bin/pyspark b/bin/pyspark index 3908ffe79939b0d7ec50976be3892ce2a31bbbf1..d0fa56f31913ff9f1127a790236ae0c18119e6f8 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 diff --git a/bin/spark-class b/bin/spark-class index 2e57295fd0234084dc18557c12dd20d6c9042f8a..e884511010c6c76da7b063847a4c196e38b773fd 100755 --- a/bin/spark-class +++ b/bin/spark-class @@ -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