mindscratch opened a new issue #4: Unable to run accumulo
URL: https://github.com/apache/accumulo-docker/issues/4
 
 
   I built the image and ran `docker run accumulo` and I got:
   
   ```
   HADOOP_HOME=/path/to/hadoop is not set to a valid directory in 
accumulo-env.sh
   ```
   
   I added `HADOOP_HOME` to `Dockerfile` and then got:
   
   ```
   2018-09-10 21:25:49,371 [start.Main] ERROR: Unable to find Hadoop 
Configuration class on classpath, check configuration.
   java.lang.ClassNotFoundException: org.apache.hadoop.conf.Configuration
        at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at 
org.apache.accumulo.start.classloader.AccumuloClassLoader$1.loadClass(AccumuloClassLoader.java:198)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at org.apache.accumulo.start.Main.main(Main.java:52)
   ```
   
   I added `ENV HADOOP_CONF_DIR $HADOOP_HOME/etc/hadoop` and I still get 
`Unable to find Hadoop Configuration class on classpath, check configuration.`.
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to