You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/11/09 03:04:12 UTC

[GitHub] EdColeman commented on issue #755: A problem can not read 'exportMetadata.zip', when importing accumulo table.

EdColeman commented on issue #755: A problem can not read 'exportMetadata.zip', when importing accumulo table.
URL: https://github.com/apache/accumulo/issues/755#issuecomment-437234631
 
 
   what do you get if you do 
   
   > hadoop -fs -ls hdfs://ofbdas-nd1.ofbdas.go.kr:8020/tmp/distch
   
   
   do you have more that one namenode? I believe the files to be in hdsf, not the local file system, and they need to be in the same namespace as accumulo. 
   Does the accumulo user that the shell is running have the necessary permissions? (you may try to use the rfile-info utility (https://accumulo.apache.org/1.9/accumulo_user_manual.html#_tools) to try to read one of the rfiles - maybe that will provide more information)
   
   the command 
   
   > importtable importtest /tmp/distcdh
   
   seems to be the correct format - maybe try giving the fully qualified path to the directory - i.e. hdfs://ofbdas-nd1.ofbdas.go.kr:8020/tmp/distch  (or whatever it really is)
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services