Re: Question on how Accumulo binds to Hadoop

2018-02-01 Thread Geoffry Roberts
>> It's better if you explicitly specify on the command line the ZK entry point. Can you give an example? On Thu, Feb 1, 2018 at 12:54 PM, Christopher wrote: > Normally, you'd set up Accumulo to use the HDFS volume in your > accumulo-site.xml file for your servers by

Re: Question on how Accumulo binds to Hadoop

2018-02-01 Thread Geoffry Roberts
Thanks Adam, that worked. Accumulo starts but when I try the shell I get: ERROR: unable obtain instance id at file:/accumulo/instance_id $ hadoop fs -ls / Shows the id file and the Hadoop configuration directory is on the Accumulo class path according to accumulo-site.xml. Is the shell

Re: Question on how Accumulo binds to Hadoop

2018-01-31 Thread Adam J. Shook
Yes, it does use RPC to talk to HDFS. You will need to update the value of instance.volumes in accumulo-site.xml to reference this address, haz0-m:8020, instead of the default localhost:9000. --Adam On Wed, Jan 31, 2018 at 4:45 PM, Geoffry Roberts wrote: > I have a

Question on how Accumulo binds to Hadoop

2018-01-31 Thread Geoffry Roberts
I have a situation where Accumulo cannot find Hadoop. Hadoop is running and I can access hdfs from the cli. Zookeeper also says it is ok and I can log in using the client. Accumulo init is failing with a connection refused for localhost:9000. netstat shows nothing listening on 9000. Now the