On Mon, May 14, 2012 at 8:20 AM, Dalia Sobhy <[email protected]> wrote: > > Here is error msgs i receive.. >> 12/05/14 09:16:17 FATAL master.HMaster: Unhandled exception. Starting >> shutdown. >> java.net.ConnectException: Call to namenode/10.0.2.3:8020 failed on >> connection exception: java.net.ConnectException: Connection refused >> at org.apache.hadoop.ipc.Client.wrapException(Client.java:1134) >> at org.apache.hadoop.ipc.Client.call(Client.java:1110) >> at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:226) >> at $Proxy6.getProtocolVersion(Unknown Source) >> at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:398) >> at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:384) >> at org.apache.hadoop.hdfs.DFSClient.createRPCNamenode(DFSClient.java: >> 123) >> at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:246) >> at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:208) >> at >> org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java: >> 89) >> at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java: >> 1563)
The above looks pretty basic. It looks like you are not running hdfs or at least its not running where hbase has been told to go look for it. Please do not post raw log into mail messages. Please use a service like pastebin. Logs in mail messages with line wrapping are hard to parse. St.Ack
