hbase tests failing with java.lang.NumberFormatException ---------------------------------------------------------
Key: HADOOP-1975 URL: https://issues.apache.org/jira/browse/HADOOP-1975 Project: Hadoop Issue Type: Bug Components: contrib/hbase Reporter: Amareshwari Sri Ramadasu hbase tests are failing with java.lang.NumberFormatException. the stack trace is as follows For input string: "0:0:0:0:0:0:0:60000" java.lang.NumberFormatException: For input string: "0:0:0:0:0:0:0:60000" at java.lang.NumberFormatException.forInputString(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at java.lang.Integer.valueOf(Unknown Source) at org.apache.hadoop.hbase.HServerAddress.<init>(HServerAddress.java:62) at org.apache.hadoop.hbase.HRegionServer.<init>(HRegionServer.java:413) at org.apache.hadoop.hbase.HRegionServer.<init>(HRegionServer.java:367) at org.apache.hadoop.hbase.MiniHBaseCluster.startRegionServer(MiniHBaseCluster.java:264) at org.apache.hadoop.hbase.MiniHBaseCluster.startRegionServers(MiniHBaseCluster.java:243) at org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:146) at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:109) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.