Github user tgravescs commented on the pull request:

    https://github.com/apache/spark/pull/6051#issuecomment-106967372
  
    @harishreedharan  I'm pretty sure the --keytab and --principal options 
still work in client mode to SparkSubmit. Its simply the way it passes it on to 
the client.  in yarn client mode it uses the config and in yarn cluster mode it 
uses the command line options.
    
    OptionAssigner(args.principal, YARN, CLIENT, sysProp = 
"spark.yarn.principal"),
    OptionAssigner(args.keytab, YARN, CLIENT, sysProp = "spark.yarn.keytab"),
    
    I'm building now and will test it to double check.  Did you try it 
yourself? 
    
    That would not be a blocker for 1.4 though.  We would revert and fix.  



---
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]

Reply via email to