Accumulo not sourcing accumulo-site.xml during initialization

36 views Asked by At

I'm facing an issue with Apache Accumulo where it seems to be not sourcing the accumulo-site.xml file during initialization. I have made sure that the accumulo-site.xml file exists in the correct location (conf/ directory) of my Accumulo installation. However, when I run the accumulo init command, it does not report any errors related to the accumulo-site.xml file. i still get the following error message:ZOOKEEPER_HOME is not set or is not a directory. Please make sure it's set globally or in conf/accumulo-env.sh.

I have tried intentionally introducing errors in the accumulo-site.xml file to check if Accumulo detects them, but it does not provide any error messages. This suggests that Accumulo might not be reading the accumulo-site.xml file at all. that's why he give me error about not locating the ZOOKEEPER_HOME

Here are a few details of my setup:

Accumulo version: [1.10.3] ZooKeeper version: [3.4.6]

Note: iam using separate ZooKeeper cluster

0

There are 0 answers