Skip to content
Snippets Groups Projects
Commit dd56b212 authored by Thomas Graves's avatar Thomas Graves
Browse files

update comment

parent ceb79a39
No related branches found
No related tags found
No related merge requests found
...@@ -708,7 +708,7 @@ class SparkContext( ...@@ -708,7 +708,7 @@ class SparkContext(
env.httpFileServer.addJar(new File(fileName)) env.httpFileServer.addJar(new File(fileName))
} catch { } catch {
case e: Exception => { 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 spark examples don't really need the jar distributed since its also
// the app jar. // the app jar.
logError("Error adding jar (" + e + "), was the --addJars option used?") logError("Error adding jar (" + e + "), was the --addJars option used?")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment