Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection closed by remote host running accumulo init. #4

Open
medined opened this issue Nov 5, 2014 · 0 comments
Open

Connection closed by remote host running accumulo init. #4

medined opened this issue Nov 5, 2014 · 0 comments

Comments

@medined
Copy link
Contributor

medined commented Nov 5, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant