Member since
01-10-2017
1
Post
0
Kudos Received
0
Solutions
01-10-2017
01:22 PM
Hi @sseth Thanks for the information. Even I am facing the same issue. I was further debugging the issue, seems llap is running and I have some more logs for you. Below is registry json from LlapRegistryService.getClient(). . Service LlapRegistryService in state LlapRegistryService: STARTED
{
"amInfo" : {
"appName" : "llap0",
"appType" : "org-apache-slider",
"appId" : "application_1483597273108_0102",
"containerId" : "container_e10_1483597273108_0102_01_000001",
"hostname" : "pts00452-vm5.persistent.com",
"amWebUrl" : "http://pts00452-vm5.persistent.com:36813/"
},
"state" : "RUNNING_ALL",
"originalConfigurationPath" : "hdfs://pts00452-vm5.persistent.com:8020/user/hive/.slider/cluster/llap0/snapshot",
"generatedConfigurationPath" : "hdfs://pts00452-vm5.persistent.com:8020/user/hive/.slider/cluster/llap0/generated",
"desiredInstances" : 1,
"liveInstances" : 1,
"appStartTime" : 1484052291830,
"llapInstances" : [ {
"hostname" : "pts00452-vm5.persistent.com",
"containerId" : "container_e10_1483597273108_0102_01_000002",
"statusUrl" : "http://pts00452-vm5.persistent.com:15002/status",
"webUrl" : "http://pts00452-vm5.persistent.com:15002",
"rpcPort" : 15001,
"mgmtPort" : 15004,
"shufflePort" : 15551
} ]
}', 'SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/hdp/2.5.3.0-38/hive2/lib/log4j-slf4j-impl-2.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/hdp/2.5.3.0-38/hadoop/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
INFO cli.LlapStatusServiceDriver: LLAP status invoked with arguments = --hiveconf
INFO conf.HiveConf: Found configuration file file:/etc/hive2/2.5.3.0-38/0/conf.server/hive-site.xml
WARN conf.HiveConf: HiveConf of name hive.llap.daemon.allow.permanent.fns does not exist
WARN conf.HiveConf: HiveConf hive.llap.daemon.vcpus.per.instance expects INT type value
INFO impl.TimelineClientImpl: Timeline service address: http://pts00452-vm5.persistent.com:8188/ws/v1/timeline/
INFO client.RMProxy: Connecting to ResourceManager at pts00452-vm5.persistent.com/10.88.67.162:8050
INFO client.AHSProxy: Connecting to Application History server at pts00452-vm5.persistent.com/10.88.67.162:10200
WARN curator.CuratorZookeeperClient: session timeout [10000] is less than connection timeout [15000]
INFO impl.LlapZookeeperRegistryImpl: Llap Zookeeper Registry is enabled with registryid: llap0
INFO impl.LlapRegistryService: Using LLAP registry type org.apache.hadoop.hive.llap.registry.impl.LlapZookeeperRegistryImpl@3e48d38
INFO impl.LlapZookeeperRegistryImpl: UGI security is not enabled, or non-daemon environment. Skipping setting up ZK auth.
INFO imps.CuratorFrameworkImpl: Starting
INFO impl.LlapRegistryService: Using LLAP registry (client) type: Service LlapRegistryService in state LlapRegistryService: STARTED
INFO state.ConnectionStateManager: State change: CONNECTED
INFO cli.LlapStatusServiceDriver: LLAP status finished')
... View more