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/04/07 21:17:41 UTC

[GitHub] [accumulo-docker] karthick-rn commented on issue #12: Update Accumulo version in Dockerfile & README.md

karthick-rn commented on issue #12: Update Accumulo version in Dockerfile & README.md
URL: https://github.com/apache/accumulo-docker/pull/12#issuecomment-610625411
 
 
   @milleruntime Regarding the exception, can you add the `/lib` directory as shown below to the classpath & try running the same command. 
   <pre>
   CLASSPATH="${CLASSPATH}:${lib}/*:${HADOOP_CONF_DIR}:${ZOOKEEPER_HOME}/*:${HADOOP_HOME}/share/hadoop/client/*<b>:${ZOOKEEPER_HOME}/lib/*</b>"
   </pre>

----------------------------------------------------------------
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


With regards,
Apache Git Services