Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!
Labels (2)
avatar
Expert Contributor
  • Can not start run livy jobs from Zeppelin The following can be seen in livy log file:
INFO: Caused by: org.apache.hadoop.security.authentication.client.AuthenticationException: Authentication failed, URL: http://rangerkms.example.com:9292/kms/v1/?op=GETDELEGATIONTOKEN&doAs=w20524%4542test.tt&renewer=r m%2Fsktudv01hdp02.test.tt%40CCTA.DK&user.name=livy, status: 403, message: Forbidden

Root Cause: Missing proxy users for livy in kms. The solution is to add the following into Ambari Custom kms-site

hadoop.kms.proxyuser.livy.users=* 
hadoop.kms.proxyuser.livy.hosts=* 
hadoop.kms.proxyuser.livy.groups=*
1,067 Views
0 Kudos
Version history
Last update:
‎05-13-2018 08:46 AM
Updated by:
Contributors