Alejandro Abdelnur created OOZIE-939:
----------------------------------------

             Summary: JT_PRINCIPAL and NN_PRINCIPAL must be added back to 
XOozieClient
                 Key: OOZIE-939
                 URL: https://issues.apache.org/jira/browse/OOZIE-939
             Project: Oozie
          Issue Type: Bug
          Components: client
    Affects Versions: trunk
            Reporter: Alejandro Abdelnur
            Assignee: Robert Kanter
            Priority: Critical
             Fix For: trunk


OOZIE-915 removes the following 2 constants from XOoozieClient:

{code}
-    public static final String JT_PRINCIPAL = 
"mapreduce.jobtracker.kerberos.principal";
-
-    public static final String NN_PRINCIPAL = 
"dfs.namenode.kerberos.principal";
-
{code}

For backwards compatibility of the client API, these constants should remain 
and be marked as @Deprecated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to