Github user andrewor14 commented on the pull request:
https://github.com/apache/spark/pull/710#issuecomment-42692803
Yes, for yarn-cluster, we're not replacing the `app.jar`, so there should
be no backward compatibility issues. The only question is whether adding it to
`spark.jar` additionally is redundant. From my digging through the code so far
I think it is, because `SparkContext` goes ahead and adds it to its HTTP
server, even though it's already pulled in as `app.jar` on all containers.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---