Hello:
I have the following code in one of my methods:
if(!dbConnector.tableOperations().exists(coalesceTable)) {
System.err.println("creating table " + coalesceTable);
dbConnector.tableOperations().create(coalesceTable);
System.err.println("created table " + coalesceTable);
}
The exists call works just fine. If the table exists (e.g. I created it
from the accumulo shell)
the code moves on and writes to the table just fine.
If the table does not exist the create call is called and the entire
process hangs.
This same code works just fine using MiniAccumuloCluster in my junit test.
My accumlo is a single node 1.6.1 instance running in a separate VM on
my laptop.
I saw a similar thread
(http://mail-archives.apache.org/mod_mbox/accumulo-dev/201310.mbox/%[email protected]%3E)
where the user set all the accumulo conf entries to the IP versus
localhost, but I had already done that. I reverified that nothing in my
accumulo configuration
uses localhost.
Any help would be appreciated.
--
========= mailto:[email protected] ============
David W. Boyd
VP, Data Solutions
10432 Balls Ford, Suite 240
Manassas, VA 20109
office: +1-703-552-2862
cell: +1-703-402-7908
============== http://www.incadencecorp.com/ ============
ISO/IEC JTC1 WG9, editor ISO/IEC 20547 Big Data Reference Architecture
Chair ANSI/INCITS TC Big Data
Co-chair NIST Big Data Public Working Group Reference Architecture
First Robotic Mentor - FRC, FTC - www.iliterobotics.org
Board Member- USSTEM Foundation - www.usstem.org
The information contained in this message may be privileged
and/or confidential and protected from disclosure.
If the reader of this message is not the intended recipient
or an employee or agent responsible for delivering this message
to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication
is strictly prohibited. If you have received this communication
in error, please notify the sender immediately by replying to
this message and deleting the material from any computer.