[
https://issues.apache.org/jira/browse/HADOOP-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531580
]
Jim Kellerman commented on HADOOP-1975:
---------------------------------------
I found a machine on which I could reproduce the error.
The submitted patch does fix the problem.
Waiting for a +1 from Hudson.
> 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
> Affects Versions: 0.15.0
> Reporter: Amareshwari Sri Ramadasu
> Assignee: Jim Kellerman
> Fix For: 0.15.0
>
> Attachments: patch.txt
>
>
> 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.