On 8 Dec 2015, at 06:52, Neal Yin
<neal....@workday.com<mailto:neal....@workday.com>> wrote:
15/12/08 04:12:28 ERROR transport.TSaslTransport: SASL negotiation failure
javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException:
No valid credentials provided (Mechanism level: Failed to find any Kerberos
tgt)]
lots of causes for that, its one of the two classic "kerberos doesn't like you"
error messages
https://steveloughran.gitbooks.io/kerberos_and_hadoop/content/sections/errors.html
in your case it sounds like 1 or more of these issues
https://issues.apache.org/jira/browse/SPARK-10181
https://issues.apache.org/jira/browse/SPARK-11821
https://issues.apache.org/jira/browse/SPARK-11265
All of which are fixed in 1.5.3. Which doesn't help you with the CDH 1.5.2
release, unless they backported things
-Steve