How do I pass a keytab and principal if I am running it as a service? Thanks, Vishal
On Sat, Jul 19, 2014 at 12:13 AM, Harsh J <[email protected]> wrote: > At the Oozie client end you shouldn't need to make any other change > beside switching to the authenticating class (AuthOozieClient). > > On Thu, Jul 17, 2014 at 2:31 AM, Xiaohua Chen <[email protected]> > wrote: > > Hi experts, > > > > I am new to oozie and hadoop. I would like to get help from you. > > > > Our current oozie java client works fine with hadoop server which has > > no Kerberos security enabled. Now we need to change it to work with > > Kerberosed Hadoop server . As far as I know we need to use > > org.apache.oozie.client.AuthOozieClient instead of > > org.apache.oozie.client.OozieClient, besides this anything else we > > need to do ? > > > > Thanks a lot for your help! > > > > Best regards, > > > > > > sophie > > > > -- > Harsh J >
