[
https://issues.apache.org/jira/browse/HBASE-5633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13237701#comment-13237701
]
Hudson commented on HBASE-5633:
-------------------------------
Integrated in HBase-0.94 #53 (See
[https://builds.apache.org/job/HBase-0.94/53/])
HBASE-5633 NPE reading ZK config in HBase (Revision 1304925)
Result = SUCCESS
stack :
Files :
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/HConstants.java
*
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKConfig.java
> 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
> Fix For: 0.94.0
>
> Attachments: HBASE-5633-v1.patch, HBASE-5633-v2.patch
>
>
> 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