Re: conn.createTable hangs in MiniAccumuloCluster

2015-02-15 Thread Andrew Wells
Yes you can. I had / have some code that does some persistence with a mini accumulo instance On Feb 15, 2015 11:16 AM, "Josh Elser" wrote: > I don't know of a reason why you wouldn't be able to importDirectory. I > think we have tests that exercise that. > On Feb 15, 2015 8:46 AM, "Jeff Turner"

Re: conn.createTable hangs in MiniAccumuloCluster

2015-02-15 Thread Josh Elser
I don't know of a reason why you wouldn't be able to importDirectory. I think we have tests that exercise that. On Feb 15, 2015 8:46 AM, "Jeff Turner" wrote: > good question. > > several of the .err files had the following, which i viewed as > something-to-deal-with-later, > versus the show-stopp

Re: conn.createTable hangs in MiniAccumuloCluster

2015-02-15 Thread Jeff Turner
good question. several of the .err files had the following, which i viewed as something-to-deal-with-later, versus the show-stopper that it is: log4j:WARN No appenders could be found for logger (org.apache.accumulo.start.classloader.AccumuloClassLoader). log4j:WARN Please initialize the log4

Re: conn.createTable hangs in MiniAccumuloCluster

2015-02-15 Thread Josh Elser
To clarify, do you mean that there is no content at all in the .out/.err files? Or just that there appear to be no exceptions in the files? Jeff Turner wrote: i'm playing with MiniAccumuloCluster, and can create a namespace, and list tables, but when i try to create a table (conn.getTableOperat

conn.createTable hangs in MiniAccumuloCluster

2015-02-14 Thread Jeff Turner
i'm playing with MiniAccumuloCluster, and can create a namespace, and list tables, but when i try to create a table (conn.getTableOperations().create(tableName)), the call never returns - just hangs there ... if i break out of that, and then list the tables, then the table exists. i don't see a