I think the following error occurs when running TestLocalHBaseCluster in test suite - I wasn't able to reproduce it standalone.
On Fri, May 25, 2012 at 9:59 PM, Ramkrishna.S.Vasudevan < [email protected]> wrote: > Hi Devs > > Below is the exception that we get when TestLocalHBaseCluster fails. > > > > org.apache.hadoop.hbase.util.FileSystemVersionException: File system needs > to be upgraded. You have version null and I want version 7. Run the > '${HBASE_HOME}/bin/hbase migrate' script. > at > org.apache.hadoop.hbase.util.FSUtils.checkVersion(FSUtils.java:319) > at > > org.apache.hadoop.hbase.master.MasterFileSystem.checkRootDir(MasterFileSyste > m.java:345) > at > > org.apache.hadoop.hbase.master.MasterFileSystem.createInitialFileSystemLayou > t(MasterFileSystem.java:127) > at > > org.apache.hadoop.hbase.master.MasterFileSystem.<init>(MasterFileSystem.java > :112) > at > > org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:480 > ) > at > org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:343) > at > > org.apache.hadoop.hbase.TestLocalHBaseCluster$MyHMaster.run(TestLocalHBaseCl > uster.java:99) > > > > > > > > Regards > > Ram > >
