Github user shivaram commented on the pull request:
https://github.com/apache/spark/pull/1844#issuecomment-51643912
Agree about updating the documentation.
I don't know if application jars take precedence when you use SparkSubmit.
On the executor side I think JVMs are always launched using `spark-class`
which means that they should use `compute-classpath.sh` -- Also my guess is
that since logging is initialized very early on, it might be too late if the
application's log4j.properties is added to the class loader when doing `addJar`
or something like that.
@aarondav @pwendell could probably throw more light on this.
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]