Hi all, I come across Overview (HBase 0.20.3 API)
there they mentioned like <configuration> ... <property> <name>hbase.rootdir</name> <value>hdfs://localhost:9000/hbase</value> <description>The directory shared by region servers. </description> </property> ... </configuration> is this /hbase is the HBASE_root directory, in my case i installed the directory is /home/hadoop/hbase-0.20.3. What is the value here i need to give hdfs://localhost:9000/home/hadoop/hbase-0.20.3 or hdfs://localhost:9000/hbase-0.20.3 Can anybody tell me Regs, Senthil