Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/42#discussion_r10183527 --- Diff: core/src/main/scala/org/apache/spark/api/java/JavaSparkContext.scala --- @@ -415,6 +415,7 @@ class JavaSparkContext(val sc: SparkContext) extends JavaSparkContextVarargsWork * Clear the job's list of JARs added by `addJar` so that they do not get downloaded to * any new nodes. */ + @deprecated("added jars are now temporary files and need not be deleted manually", "1.0.0") --- End diff -- actually this is more like: "add jars no longer creates local copies so they do not need to be deleted"
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---