aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pyspark2
-rwxr-xr-xbin/spark-class2
2 files changed, 2 insertions, 2 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
diff --git a/bin/spark-class b/bin/spark-class
index 2e57295fd0..e884511010 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