[
https://issues.apache.org/jira/browse/HIVE-12935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15119954#comment-15119954
]
Prasanth Jayachandran commented on HIVE-12935:
----------------------------------------------
I am able to successfully test this patch on secure cluster
{code}
16/01/27 18:33:55 INFO impl.LlapZookeeperRegistryImpl: UGI security is enabled.
Setting up ZK auth.
16/01/27 18:33:55 INFO imps.CuratorFrameworkImpl: Starting
16/01/27 18:33:55 INFO client.ZooKeeperSaslClient: Client will use GSSAPI as
SASL mechanism.
16/01/27 18:33:55 INFO zookeeper.ClientCnxn: Opening socket connection to
server x.x.x.x:2181. Will attempt to SASL-authenticate using Login Context
section 'LlapZooKeeperClient'
16/01/27 18:33:55 INFO zookeeper.ClientCnxn: Socket connection established to
x.x.x.x:2181, initiating session
16/01/27 18:33:55 INFO zookeeper.ClientCnxn: Session establishment complete on
server x.x.x.x:2181, sessionid = 0x3527692050a0042, negotiated timeout = 10000
16/01/27 18:33:55 INFO state.ConnectionStateManager: State change: CONNECTED
16/01/27 18:33:56 INFO impl.LlapZookeeperRegistryImpl: Created a znode on
ZooKeeper for LLAP instance: {
"api" : "llap",
"addressType" : "host/port",
"protocolType" : "hadoop/IPC",
"addresses" : [ {
"host" : "x.x.x.x",
"port" : "15001"
} ]
} znodePath: /llap/llap0/workers/worker-0000000021
{code}
> LLAP: Replace Yarn registry with Zookeeper registry
> ---------------------------------------------------
>
> Key: HIVE-12935
> URL: https://issues.apache.org/jira/browse/HIVE-12935
> Project: Hive
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Prasanth Jayachandran
> Assignee: Prasanth Jayachandran
> Attachments: 12935.1.patch
>
>
> Existing YARN registry service for cluster membership has to depend on
> refresh intervals to get the list of instances/daemons that are running in
> the cluster. Better approach would be replace it with zookeeper based
> registry service so that custom listeners can be added to update healthiness
> of daemons in the cluster.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)