Hi Sven,

I can't seem to find the source for your Docker image (nor am smart enough to figure out how to extract it). Any chance you can point us to that?

That said, I did run your image, and it looks like you didn't actually start Hadoop, ZooKeeper, or Accumulo.

Our documentation treats Hadoop and ZooKeeper primarily as prerequisites, so check their docs for good instructions.

For Accumulo -

Configuration: http://accumulo.apache.org/1.7/accumulo_user_manual.html#_installation Initialization: http://accumulo.apache.org/1.7/accumulo_user_manual.html#_initialization Starting: http://accumulo.apache.org/1.7/accumulo_user_manual.html#_starting_accumulo

Sven Hodapp wrote:
Dear reader,

I'd like to create a docker image with accumulo 1.7.1.
I've install it from scratch with hadoop-2.7.2, zookeeper-3.4.8 and 
accumulo-1.7.1.
I'm going though the installation and every time I'll end up like that:

root@deebd8e29683:/# accumulo shell -u root
Password: ******
2016-03-13 13:18:31,627 [trace.DistributedTrace] INFO : SpanReceiver 
org.apache.accumulo.tracer.ZooTraceClient was loaded successfully.
2016-03-13 13:20:31,955 [impl.ServerClient] WARN : There are no tablet servers: 
check that zookeeper and accumulo are running.

Anybody got an idea whats wrong? I have no idea anymore...

I'll currently share this docker image on docker hub.
If you want to try it you can simply start:

    docker run -it themerius/accumulo /bin/bash

All binaries and configs are in there. In ./init.sh are my setup steps.

Regards,
Sven

Reply via email to