Member since
07-20-2016
7
Posts
1
Kudos Received
0
Solutions
07-20-2016
10:17 PM
Did you have to keep below as well?
conf.set("hadoop.security.authentication","kerberos"); conf.set("java.security.krb5.conf","/etc/krb5.conf"); UserGroupInformation.setConfiguration(conf); UserGroupInformation.loginUserFromKeytab("principal","keytab");
... View more
07-20-2016
10:15 PM
how to provide Yarn gateway roles to the workflow ?
... View more