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]

Support Questions

Find answers, ask questions, and share your expertise
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!

Hive LLAP UI not updating

avatar
Contributor

Hi experts,

When I start hive LLAP, it seems to be working as I am able to access databases and tables via LLAP.

However, the hive LLAP UI "state = completed". Also shows the wrong information such as the App id or does not even show any llap daemons running. I can clearly see that the AM and LLAP daemon is running.

 

{
"amInfo" : {
"appName" : "llap_service",
"appType" : "org-apache-slider",
"appId" : "application_1616963398366_0079",
"containerId" : "container_e59_1616963398366_0079_01_000001",
"hostname" : "test04.domain.com",
"amWebUrl" : "http://test04.domain.com:44972/"
},
"state" : "RUNNING_ALL",
"originalConfigurationPath" : "hdfs://test/user/hive/.slider/cluster/llap_service/snapshot",
"generatedConfigurationPath" : "hdfs://test/user/hive/.slider/cluster/llap_service/generated",
"desiredInstances" : 1,
"liveInstances" : 1,
"launchingInstances" : 0,
"appStartTime" : 1617064445107,
"runningThresholdAchieved" : true,
"runningInstances" : [ {
"hostname" : "test03.domain.com",
"containerId" : "container_e59_1616963398366_0079_01_000002",
"logUrl" : "http://test03.domain.com:8042/node/containerlogs/container_e59_1616963398366_0079_01_000002/hive",
"statusUrl" : "http://test03.domain.com:15002/status",
"webUrl" : "http://test03.domain.com:15002",
"rpcPort" : 45767,
"mgmtPort" : 15004,
"shufflePort" : 15551,
"yarnContainerExitStatus" : 0
} ]
}

 

Any help is much appreciated.


Thanks,

1 ACCEPTED SOLUTION

avatar
Contributor

ok sorry I just found the issue. Noticed the LLAP daemons were being run by the user hive whereas the AMs were being run by the user root.

 

Now I  have the AM and the daemons both being run by hive and now the Hive LLAP UI is being updated and working.

View solution in original post

1 REPLY 1

avatar
Contributor

ok sorry I just found the issue. Noticed the LLAP daemons were being run by the user hive whereas the AMs were being run by the user root.

 

Now I  have the AM and the daemons both being run by hive and now the Hive LLAP UI is being updated and working.