GitHub user tgravescs opened a pull request:
https://github.com/apache/spark/pull/649
SPARK-1569 Spark on Yarn, authentication broken by pr299
Pass the configs as java options since the executor needs to know before it
registers whether to create the connection using authentication or not. We
could see about passing only the authentication configs but for now I just had
it pass them all.
I also updating it to use a list to construct the command to make it the
same as ClientBase and avoid any issues with spaces.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tgravescs/spark SPARK-1569
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/649.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #649
----
commit 8ccc1d4564ae6571032bddf7a5155603348a217d
Author: Thomas Graves <[email protected]>
Date: 2014-05-05T16:46:37Z
SPARK-1569 Spark on Yarn, authentication broken
----
---
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.
---