Re: Importtable command not working from Java API

2016-12-15 Thread Keith Turner
On Thu, Dec 15, 2016 at 6:06 AM, vaibhav thapliyal wrote: > Hi, > > I am trying to import an accumulo table from an HDFS directory. However when > i use the importtable function in the java API I get the following error: > >

Re: Importtable command not working from Java API

2016-12-15 Thread Josh Elser
I would double-check your spelling, extra spaces, or generally malformed input data. https://github.com/apache/accumulo/blob/master/shell/src/main/java/org/apache/accumulo/shell/commands/ImportTableCommand.java#L33 You can see that the importtable shell command makes the same exact invocation

Importtable command not working from Java API

2016-12-15 Thread vaibhav thapliyal
Hi, I am trying to import an accumulo table from an HDFS directory. However when i use the importtable function in the java API I get the following error: org.apache.accumulo.core.client.AccumuloException: Table import directory /backup/Data_records does not exist! I have verified that this