You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by huaxiang <hu...@asiainfo-linkage.com> on 2013/04/24 12:21:08 UTC

hbase export and import with hbase-0.94.2-cdh4.2.0-security.jar

Hi,

   Hbase table ‘testtable’ was export to local file system named
‘testtable1’, when import back to hbase, find error below:

   *******************************************************************

   13/04/24 18:12:45 INFO mapred.JobClient: Running job:
job_201304241434_0013

13/04/24 18:12:46 INFO mapred.JobClient:  map 0% reduce 0%

13/04/24 18:12:58 INFO mapred.JobClient: Task Id :
attempt_201304241434_0013_m_000000_0, Status : FAILED

java.io.FileNotFoundException: File
file:/home/hadoop/testtable1/part-m-00000 does not exist

 

 

******************************************************************

 

Checking local file, find the file was there. 

hadoop@hadoop3 testtable1]$ ll

总用量 44

-rwxr-xr-x 1 hadoop hadoop 41550 4月  24 18:08 part-m-00000

-rwxr-xr-x 1 hadoop hadoop     0 4月  24 18:08 _SUCCESS

 

Any suggestion?

 

beatls