GitHub user steveloughran opened a pull request:
https://github.com/apache/spark/pull/9466
[SPARK-11265] [YARN] YarnClient can't get tokens to talk to Hive in a
secureâ¦
Backport to branch-1.5 of SPARK-11265 patch.
The sole change is in `Client`, where there's no longer a probe to see if
the token request is enabled; it always happens. This means that provided
there's hive.jar on the classpath, this will attempt to get the token âand if
that fails for any reason other than CNFE, the client launch will fail
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/steveloughran/spark
stevel/patches/SPARK-11265-on-branch-1.5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/9466.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 #9466
----
commit 2b72de977bec23d840c3895291c7b8886f5822cd
Author: Steve Loughran <[email protected]>
Date: 2015-11-03T16:39:24Z
[SPARK-11265] YarnClient can't get tokens to talk to Hive in a secure
cluster - backport to branch-1.5
----
---
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]