Have you followed http://hbase.apache.org/book.html#hadoop to the word, even on your client installations? What you may be running into is a simple mismatch of hadoop versions in your client and server installations.
On Fri, Mar 23, 2012 at 1:48 PM, kamal-hbase-haddop-new <kamalnath...@gmail.com> wrote: > am trying to set up a hbase cluster > which is running on top of a hadopp cluster. > Both clusters are up and running but > when i try to create a table in Hbase > client..am seeing the following error in the logs!! > > compute-0-11 : is the name node for the hadoop cluster. > > 2012-03-18 01:18:54,696 WARN org.apache.hadoop.hbase.util.FSUtils: > Unable to > create version file at hdfs://compute-0-11:9000/hbase, > retrying: java.io.IOException: java.lang.NoSuchMethodException: > org.apache.hadoop.hdfs.protocol.ClientProtocol.create(java.lang.String, > org.apache.hadoop.fs.permission.FsPermission, > java.lang.String, boolean, boolean, > short, long) > at java.lang.Class.getMethod(Class.java:1605) > at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:557) > > any help?! > -- Harsh J