You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by dan young <da...@gmail.com> on 2019/09/10 23:46:53 UTC

LLAP HiveServer decode error

Hello All,

Still trying to get this LLAP working, and from what I can tell, it seems
to be working except whenever I try to navigate to the HiveServer Web
UI->LLap Daemons.  The UI lists them as "Launching" (screenshot 1). This
impacts when I have the hive.execution.mode=llap of course....

When I go into zookeeper and get check the nodes, I can see the LLAP worker
information, and I can even navigate to the WEB UI of the LLAP daemon
(screenshot 2a and b)


[zk: 10.199.1.216:2181(CONNECTED) 14] get
/llap-unsecure/user-hadoop/looker-llap/workers/worker-0000000000
{"type":"JSONServiceRecord","description":null,"external":[{"api":"services","addressType":"uri","protocolType":"webui","addresses":[{"uri":"
http://ip-10-199-1-140.ec2.internal:15002
"}]}],"internal":[{"api":"llap","addressType":"host/port","protocolType":"hadoop/IPC","addresses":[{"host":"ip-10-199-1-140.ec2.internal","port":"46325"}]},{"api":"llapmng","addressType":"host/port","protocolType":"hadoop/IPC","addresses":[{"host":"ip-10-199-1-140.ec2.internal","port":"15004"}]},{"api":"shuffle","addressType":"host/port","protocolType":"tcp","addresses":[{"host":"ip-10-199-1-140.ec2.internal","port":"15551"}]},{"api":"llapoutputformat","addressType":"host/port","protocolType":"hadoop/IPC","addresses":[{"host":"ip-10-199-1-140.ec2.internal","port":"15003"}]}]}
cZxid = 0x100000028
ctime = Tue Sep 10 23:32:23 UTC 2019
mZxid = 0x100000028
mtime = Tue Sep 10 23:32:23 UTC 2019
pZxid = 0x100000028
cversion = 0
dataVersion = 0
aclVersion = 0
ephemeralOwner = 0x101b75173830006
dataLength = 764
numChildren = 0
[zk: 10.199.1.216:2181(CONNECTED) 15]

I noticed that the following entry in the HiveServer log when I do try to
navigate to the LLAP Daemons tab

 impl.ZkRegistryBase: Unable to decode data for zkpath:
/user-hadoop/looker-llap/workers/worker-0000000000. Ignoring from current
instances list..


I noticed the zkpath list doesn't match the
/llap-unsecure/user-hadoop/looker-llap/workers/worker-0000000000 path when
looking in zookeeper.  Do these need to match?  It seems that HiveServer is
looking for a path that doesn't exist.... what configuration
variable/hive-site.xml setting can I set to fix this?

Any ideas?????


Regards,

Dano