update comment

Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/dd56b212
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/dd56b212
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/dd56b212

Branch: refs/heads/master
Commit: dd56b2125e630099d19946af6e363b9b03cc31f1
Parents: ceb79a3
Author: Thomas Graves <tgra...@apache.org>
Authored: Sun Jan 19 12:21:39 2014 -0600
Committer: Thomas Graves <tgra...@apache.org>
Committed: Sun Jan 19 12:21:39 2014 -0600

----------------------------------------------------------------------
 core/src/main/scala/org/apache/spark/SparkContext.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/dd56b212/core/src/main/scala/org/apache/spark/SparkContext.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/org/apache/spark/SparkContext.scala 
b/core/src/main/scala/org/apache/spark/SparkContext.scala
index a05d5c5..923b4ed 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?")

Reply via email to