Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
Labels (1)
avatar
Contributor

PROBLEM : Hive view errors out with null pointer exception from Stand alone ambari view server.

ERROR :

java.lang.NullPointerException
at org.apache.ambari.view.hive2.resources.jobs.atsJobs.ATSParser.getHiveQueryIdFromJson(ATSParser.java:113)
at org.apache.ambari.view.hive2.resources.jobs.atsJobs.ATSParser.getHiveQueryIdByOperationId(ATSParser.java:107)
at org.apache.ambari.view.hive2.resources.jobs.Aggregator.readATSJob(Aggregator.java:260)
at org.apache.ambari.view.hive2.resources.jobs.JobService.jsonObjectFromJob(JobService.java:161)
at org.apache.ambari.view.hive2.resources.jobs.JobService.getOne(JobService.java:145)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

ROOT CAUSE : Stand alone ambari host name missing in yarn.timeline-service.http-authentication.proxyuser.ambari-server.

WORKAROUND / RESOLUTION : Update below property in YARN configs and make the value to *:

yarn.timeline-service.http-authentication.proxyuser.ambari-server-<CLUSTER_NAME>.hosts=*
yarn.timeline-service.http-authentication.proxyuser.ambari-server-<CLUSTER_NAME>.users=*
yarn.timeline-service.http-authentication.proxyuser.ambari-server-<CLUSTER_NAME>.groups=* 

Please restart the YARN service and try accessing hive view from standalone view server.

2,073 Views