You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/10/19 02:32:51 UTC

[GitHub] [accumulo] wangxiaofan777 commented on issue #1741: java.util.ServiceConfigurationError: org.apache.accumulo.start.spi.KeywordExecutable: Provider org.apache.accumulo.server.init.Initialize could not be instantiated

wangxiaofan777 commented on issue #1741:
URL: https://github.com/apache/accumulo/issues/1741#issuecomment-711476002


   Ok, i follow the document(https://accumulo.apache.org/docs/2.x/getting-started/quickstart) to  install it .. My version is 2.0.0, i configured these files:
   accumulo.properties
      instance.volumes=hdfs://node-1:8020/accumulo
      instance.zookeeper.host=node-1:2181
      trace.password=123456
   
   accumulo-env.sh
      basedir=/usr/local/software/accumulo-2.0.0
      bin=/usr/local/software/accumulo-2.0.0/bin
      conf=/usr/local/software/accumulo-2.0.0/conf
      lib=/usr/local/software/accumulo-2.0.0/lib
      export ACCUMULO_LOG_DIR="${ACCUMULO_LOG_DIR:-${basedir}/logs}"
      export HADOOP_HOME="${HADOOP_HOME:-/usr/local/software/hadoop-3.3.0}"
      export HADOOP_CONF_DIR="${HADOOP_CONF_DIR:-${HADOOP_HOME}/etc/hadoop}"
      export ZOOKEEPER_HOME="${ZOOKEEPER_HOME:-${ZOOKEEPER_HOME}}"
   then,i executed this command: ./bin/accumulo,after this, got exception
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org