Make sure you're using the right configuration files (ACCUMULO_HOME and/or
ACCUMULO_CONF_DIR environment variables).
If the monitor says that there are tabletservers running, your client is likely
trying to connect to an instance which isn't running (they're not looking at
the same place)
A missing client.conf is not going to cause these issues for an out-of-the-box
configuration (although it's curious that the example configurations didn't
contain one).
Ziaur Rahman wrote:
Hi,
Accumulo dev, My accumulo-1.7.0 starts well with hadoop-2,7.1 and
zookeeper-3.4.6 in 1GB conf native-standalone/standalone mode. But
when I go to start shell it shows error like-
"zia@zia-Aspire-V5-473:~$
/home/zia/Installs/dbe/accumulo-1.7.0/bin/accumulo shell -u root -p
asdfghjk
2015-12-24 15:17:05,544 [client.ClientConfiguration] WARN : Found no
client.conf in default paths. Using default client configuration values.
2015-12-24 15:17:05,549 [client.ClientConfiguration] WARN : Found no
client.conf in default paths. Using default client configuration values.
2015-12-24 15:17:06,476 [client.ClientConfiguration] WARN : Found no
client.conf in default paths. Using default client configuration values.
2015-12-24 15:17:06,720 [trace.DistributedTrace] INFO : SpanReceiver
org.apache.accumulo.tracer.ZooTraceClient was loaded successfully.
2015-12-24 15:17:06,772 [impl.ServerClient] WARN : There are no tablet
servers: check that zookeeper and accumulo are running."
In accumulo monitor shows- 1 tabletserver, 3 tables and 6 localhost
clients.
What can I do now? Would anybody show light on the problem?