You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Peter Cseh (JIRA)" <ji...@apache.org> on 2016/09/27 20:26:21 UTC

[jira] [Created] (OOZIE-2689) Spark options --keytab and --principal is not working from Spark Action

Peter Cseh created OOZIE-2689:
---------------------------------

             Summary: Spark options --keytab and --principal is not working from Spark Action
                 Key: OOZIE-2689
                 URL: https://issues.apache.org/jira/browse/OOZIE-2689
             Project: Oozie
          Issue Type: Bug
            Reporter: Peter Cseh


Spark job running longer than Kerberos ticket lifetime are failing because the --principal and --keytab options are not working in Spark Action. 
We're getting messages like
{quote}
Delegation Token can be issued only with kerberos or web authentication
{quote}

It's possible to work around these issue using the Shell Action and giving these options to spark-submit, but it's not a good thing to do.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)