Hi all, 

 

I am having the cloudera hadoop CDH3 - pseudo distributed environment. I am
trying to upload the bulk of data into the hbase-0.89  using the Map Reduce
program. I am not interested in the command line tools in hbase (importtsv &
completebulkload). I got the Sample Map Reduce program from the Hbase-0.20.6
API document. 

 

When I executed the Map Reduce program using the Hadoop, I am getting the
following exception. 

 

java.io.IOException: table is null

        at BulkImport$InnerMap.map(BulkImport.java:44)

        at BulkImport$InnerMap.map(BulkImport.java:1)

        at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:50)

        at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:383)

        at org.apache.hadoop.mapred.MapTask.run(MapTask.java:317)

        at ..........

...

 

attempt_201102010535_0002_m_000000_0:
org.apache.hadoop.hbase.client.NoServerForRegionException: Timed out trying
to locate root region

attempt_201102010535_0002_m_000000_0:   at
org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRootReg
ion(HConnectionManager.java:1089)

attempt_201102010535_0002_m_000000_0:   at
org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(
HConnectionManager.java:668)...

.....

,...

.

 

Guess I am missing the some of the settings in the Hbase or hadoop. 

 

Please suggest me regarding this problem. I am facing the same problem when
I executed the Importtsv tool. 

 

 

-Praba

 

 

 

Reply via email to