Closed mindscratch closed 6 years ago
This docker image is based off Accumulo 2.0.0-SNAPSHOT which has changed:
I created pull request #5 that should fix these issues. I did not have time to test it yet. I will try to test it tomorrow. Let me know if it works for you.
That works! I ran docker run accumulo miniCluster
...how would I access the accumulo UI?
Great! I don't think Accumulo minicluster starts the Accumulo Monitor/UI but I could be wrong. You might need to start each Accumulo process individually using Docker. If you want to look run Accumulo locally for development, check out Uno. Many Accumulo developers use Uno for local development and testing. There is also Muchos for starting an Accumulo cluster on EC2.
Fixed by #5
I built the image and ran
docker run accumulo
and I got:I added
HADOOP_HOME
toDockerfile
and then got:I added
ENV HADOOP_CONF_DIR $HADOOP_HOME/etc/hadoop
and I still getUnable to find Hadoop Configuration class on classpath, check configuration.
.