NPE reading ZK config in HBase
------------------------------

                 Key: HBASE-5633
                 URL: https://issues.apache.org/jira/browse/HBASE-5633
             Project: HBase
          Issue Type: Bug
          Components: zookeeper
            Reporter: Matteo Bertozzi
            Assignee: Matteo Bertozzi
            Priority: Minor


If zoo.cfg contains server.* ("server.0=server0:2888:3888\n") and 
cluster.distributed property (in hbase-site.xml) is empty we get an NPE in 
parseZooCfg().

The easy way to reproduce the bug is running 
org.apache.hbase.zookeeper.TestHQuorumPeer with hbase-site.xml containing:
{code}
<property>
  <name>hbase.cluster.distributed</name>
  <value></value>
</property>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to