Giter Site home page Giter Site logo

docker-builds's People

Contributors

medined avatar sroegner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

docker-builds's Issues

How to View Accumulo Monitor?

I love how this project is setup. It's working fine but how can I see the Accumulo Monitor page? Port 50095 is not exposed. I tried to mount my /tmp/.X11-unix directory from the host to the master container. I installed xeyes as a test but running xeyes displays "Error: Can't open display: localhost:11.0".

Should I be using a different technique to see the monitor page?

Connection closed by remote host running accumulo init.

Hi. Any ideas why I would see the 'connection closed' error?

sudo DOCKER_HOST=tcp://0.0.0.0:4243 docker build -t=sroegner/accumulo .
Sending build context to Docker daemon 40.45 kB
Sending build context to Docker daemon
Step 0 : FROM sroegner/doop
---> 34d14cbab46a
Step 1 : RUN curl -L http://apache.cs.utah.edu/accumulo/1.5.2/accumulo-1.5.2-bin.tar.gz -o /tmp/acc.tgz && tar xzf /tmp/acc.tgz -C /usr/lib && rm -vf /tmp/acc.tgz && id
---> Using cache
---> b73cedef84e1
Step 2 : RUN ln -s /usr/lib/accumulo-1.5.2 /usr/lib/accumulo; mkdir -p /etc/accumulo/conf /var/run/accumulo /var/lib/accumulo /var/log/accumulo; useradd -u 6040 -G hadoop accumulo; chown accumulo.accumulo /var/run/accumulo /var/lib/accumulo /var/log/accumulo; rm -rf /usr/lib/accumulo/conf; rm -rf /usr/lib/accumulo/logs; ln -s /etc/accumulo/conf /usr/lib/accumulo/conf; ln -s /var/log/accumulo /usr/lib/accumulo/logs;
---> Using cache
---> 30021ee914bc
Step 3 : ADD . /docker
---> Using cache
---> 835cd92689a7
Step 4 : ADD accumulo_profile.sh /etc/profile.d/accumulo_profile.sh
---> Using cache
---> 6a6b2a1e6f9c
Step 5 : RUN cp -vr /docker/accumulo.conf/* /etc/accumulo/conf/; mkdir -p /root/.ssh /home/accumulo/.ssh; chmod 700 /root/.ssh /home/accumulo/.ssh; cp -vr /docker/dotssh/* /root/.ssh/; cp -vr /docker/dotssh/* /home/accumulo/.ssh/ ; chown -R accumulo.accumulo /home/accumulo/.ssh
---> Using cache
---> 875a21ec8944
Step 6 : EXPOSE 22 2181 50070 50095
---> Using cache
---> 91974f1b6502
Step 7 : CMD /usr/bin/supervisord -n
---> Using cache
---> a50f396f429e
Successfully built a50f396f429e
sudo DOCKER_HOST=tcp://0.0.0.0:4243 docker run -d --name=accbuild --hostname=namenode -p=127.0.0.10:2244:22 sroegner/accumulo /usr/bin/supervisord -n
5334b403dfc14b7f7f7216e411a5dd49c99ab062b8de48f4bb891d97d966b0af
sleep 5
ssh -i dotssh/accumulo -p 2244 [email protected] /docker/init_accumulo.sh
ssh_exchange_identification: Connection closed by remote host
make: *** [image] Error 255

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.