Description
OOZIE-915 removes the following 2 constants from XOoozieClient:
- public static final String JT_PRINCIPAL = "mapreduce.jobtracker.kerberos.principal"; - - public static final String NN_PRINCIPAL = "dfs.namenode.kerberos.principal"; -
For backwards compatibility of the client API, these constants should remain and be marked as @Deprecated.