aboutsummaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorThomas Graves <tgraves@apache.org>2014-01-19 12:21:39 -0600
committerThomas Graves <tgraves@apache.org>2014-01-19 12:21:39 -0600
commitdd56b2125e630099d19946af6e363b9b03cc31f1 (patch)
tree23764d9ed3dd15968e70273aed30a765fc722f76 /core/src
parentceb79a393117d725398e333bddc237613818c333 (diff)
downloadspark-dd56b2125e630099d19946af6e363b9b03cc31f1.tar.gz
spark-dd56b2125e630099d19946af6e363b9b03cc31f1.tar.bz2
spark-dd56b2125e630099d19946af6e363b9b03cc31f1.zip
update comment
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/scala/org/apache/spark/SparkContext.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/org/apache/spark/SparkContext.scala b/core/src/main/scala/org/apache/spark/SparkContext.scala
index a05d5c5516..923b4ed688 100644
--- a/core/src/main/scala/org/apache/spark/SparkContext.scala
+++ b/core/src/main/scala/org/apache/spark/SparkContext.scala
@@ -708,7 +708,7 @@ class SparkContext(
env.httpFileServer.addJar(new File(fileName))
} catch {
case e: Exception => {
- // For now just throw an error but allow to go through so spark examples work.
+ // For now just log an error but allow to go through so spark examples work.
// The spark examples don't really need the jar distributed since its also
// the app jar.
logError("Error adding jar (" + e + "), was the --addJars option used?")