The problem we have is, if we stop hbase and hadoop and then start hadoop
again and try to start hbase, hbase master doesnt start up. Here is the
error we get:


ERROR master.HMaster: Can not start master
java.net.BindException: Problem binding to /127.0.0.1:60000
    at org.apache.hadoop.ipc.Server.bind(Server.java:175)
    at org.apache.hadoop.ipc.Server$Listener.<init>(Server.java:234)
    at org.apache.hadoop.ipc.Server.<init>(Server.java:960)
    at org.apache.hadoop.hbase.ipc.HbaseRPC$Server.<init>(HbaseRPC.java:457)
    at org.apache.hadoop.hbase.ipc.HbaseRPC.getServer(HbaseRPC.java:419)
    at org.apache.hadoop.hbase.master.HMaster.<init>(HMaster.java:220)
    at org.apache.hadoop.hbase.master.HMaster.<init>(HMaster.java:148)
    at org.apache.hadoop.hbase
.LocalHBaseCluster.<init>(LocalHBaseCluster.java:94)
    at org.apache.hadoop.hbase
.LocalHBaseCluster.<init>(LocalHBaseCluster.java:77)
    at org.apache.hadoop.hbase.master.HMaster.doMain(HMaster.java:794)
    at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:832)

We have tried to restart Ubuntu and we still have the same problem.

Reply via email to