RE: Re: Re: Re: Hadoop ConnectException

2021-07-10 Thread dev1
Use jps -m to check which processes you have running. Check the accumulo logs – are there any with *.err that have a size > 0? The .err files will be created on an unexpected exit. The other debug logs will provide a clearer picture of what is happening. Tail the master debug log / and

Aw: Re: Re: Re: Hadoop ConnectException

2021-07-10 Thread Christine Buss
  Ok, so I in the file 'accumulo.properties' I changed ## Sets location in HDFS where Accumulo will store data instance.volumes=hdfs://localhost:8020/accumulo   to   ## Sets location in HDFS where Accumulo will store data instance.volumes=hdfs://localhost:9000/accumulo     Then I was abl

Aw: Re: Re: Re: Hadoop ConnectException

2021-07-10 Thread Christine Buss
sorry found it: The ‘accumulo-cluster’ command was created to manage Accumulo on cluster and replaces ‘start-all.sh’ and ‘stop-all.sh’     Gesendet: Samstag, 10. Juli 2021 um 12:14 Uhr Von: "Christine Buss" An: user@accumulo.apache.org Betreff: Aw: Re: Re: Re: Hadoop ConnectException I am st

Aw: Re: Re: Re: Hadoop ConnectException

2021-07-10 Thread Christine Buss
I am still trying to run accumulo 2.0.1 Question: instead of ./bin/start-all.sh you use what in 2.0.1 ?     Gesendet: Freitag, 09. Juli 2021 um 17:15 Uhr Von: "Christopher" An: "accumulo-user" Betreff: Re: Re: Re: Hadoop ConnectException Oh, so you weren't able to get 2.0.1 working? That's un