rohithsharma created HIVE-3644:
----------------------------------

             Summary: Connection String for ZK need to be constructed for more 
than one server.
                 Key: HIVE-3644
                 URL: https://issues.apache.org/jira/browse/HIVE-3644
             Project: Hive
          Issue Type: Bug
          Components: Locking
    Affects Versions: 0.10.0
         Environment: Hadoop-2.0 + Hive-Trunk
            Reporter: rohithsharma


Curretnly, connection string constructed for zookeeper is forced to configure 
one zk server for the property hive.zookeeper.quorum.

It should able to create zookeeper connection string for more than one zk 
servers.
ex : hive.zookeeper.quorum=host1,host2,host3
connectionString should be : "host1:port,host2:port,host3:port"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to