HMaster issues

2011-10-18 Thread Ben West
Hey All, I'm having an issue I can't debug. The shell gives me a MasterNotRunningException, but I can connect to the master via the web interface. I'm using the Cloudera demo VM, which has a standalone instance of HBase. I'm attaching the HBase-master log file. The only thing I can see is a wa

Re: HMaster issues

2011-10-18 Thread Jean-Daniel Cryans
This line: java.lang.NoSuchMethodException: org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSInputChecker.getFileLength() Is because it's using the local filesystem and not HDFS (so it's expected). As far as I can tell the master starts ok, maybe the client is trying to use the ZK port 2181? St

Re: HMaster issues

2011-10-20 Thread Ben West
iel Cryans To: user@hbase.apache.org; Ben West Cc: Sent: Tuesday, October 18, 2011 1:23 PM Subject: Re: HMaster issues This line: java.lang.NoSuchMethodException: org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSInputChecker.getFileLength() Is because it's using the local filesystem and no

Re: HMaster issues

2011-10-20 Thread Jean-Daniel Cryans
rrectly. > > > > - Original Message - > From: Jean-Daniel Cryans > To: user@hbase.apache.org; Ben West > Cc: > Sent: Tuesday, October 18, 2011 1:23 PM > Subject: Re: HMaster issues > > This line: > > java.lang.NoSuchMethodException: > > org.apach