yury vashchyla created ACCUMULO-687:
---------------------------------------
Summary: Unable to connect to remote Accumulo instance via Java
Key: ACCUMULO-687
URL: https://issues.apache.org/jira/browse/ACCUMULO-687
Project: Accumulo
Issue Type: Bug
Affects Versions: 1.4.1
Reporter: yury vashchyla
I have an Accumulo instance setup (with everything running on onehost) and I'm
able to connect locally through the Accumulo shell.
However from a remote machine:
new ZooKeeperInstance("inst0", "192.168.1.4:2181").getConnector("root",
"password".getBytes());
I get the following error:
12/07/12 16:02:57 WARN impl.ServerClient: Failed to find an available server in
the list of servers: [127.0.0.1:9997:9997 (120000)]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira