Member since
03-26-2018
19
Posts
0
Kudos Received
0
Solutions
04-10-2018
06:29 AM
kadmin.local command is working fine I can see a list all principles. And I also went through config for kerberos but that example is deal with hiveServer, And I have to deal with kerberised oozie. So can you give me working code to communicate with kerberised oozie!.
... View more
04-09-2018
09:28 AM
I don't get you. what I need to run as root on kdc server?
... View more
04-09-2018
06:36 AM
@Geoffrey Shelton Okot I do the changes in conf files and run that code again, but it will give the same error. Can you give me working example?. Which connect to the oozie and get data from it with kerberos authentication. I think something is missing in the code, So I don't know what!
... View more
04-05-2018
09:35 AM
Hi @Geoffrey Shelton Okot I attached a text file which has all config files here - kerberos-config.txt. So you can check it and let me know.
... View more
04-05-2018
06:55 AM
@Geoffrey Shelton Okot Can you please send me sample configuration files.
... View more
04-04-2018
01:08 PM
Sorry I cant provide you conf files. So if you send me to sample conf files then I can compare them with my config files.
... View more
03-28-2018
02:03 PM
I ran the kinit command before launch application but it will shows following error: IO_ERROR : java.io.IOException: Error while connecting Oozie server. No of retries = 1. Exception = Could not authenticate, GSSException: No valid credent ials provided (Mechanism level: Server not found in Kerberos database (7) - LOOKING_UP_SERVER)
... View more
03-28-2018
12:58 PM
Actually, I want it to handle by the application. So I don't want to run kinit command. so I added one class to project on GitHub. It will create a config file with given properties. and return back HTTP response with Authentication. So go through it and let me know its useful or not. if yes how?. https://github.com/dineshjadhav-oi/Oozie-User-Authentication
... View more
03-27-2018
02:12 PM
Caused by: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.AccessControlException): SIMPLE authentication is not enabled. Available:[TOKEN, KERBEROS]
... View more
03-27-2018
02:11 PM
I tried that code but the job is not submitted. Here is the stack trace: 2018-03-27 14:01:19.340 WARN 16410 --- [nio-8084-exec-6] o.a.h.h.s.DomainSocketFactory : The short-circuit local reads feature cannot be used because libhadoop cannot be loaded.
org.apache.hadoop.security.AccessControlException: SIMPLE authentication is not enabled. Available:[TOKEN, KERBEROS]
... View more