[
https://issues.apache.org/jira/browse/BIGTOP-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14176638#comment-14176638
]
Evans Ye commented on BIGTOP-1417:
----------------------------------
[~jayunit100] and I just identified the issue is because of vagrant can not ssh
into the container.
But according to my test, I can successfully ran that patch on fedora 20 as
normal user vagrant.
(just need to add the user to docker group: usermod -G docker vagrant)
I've also record my screen output for your reference:
https://asciinema.org/a/13093
[~jayunit100], can you try to run following command and let's see what's
happening:
{code}
docker rmi bigtop/ssh:centos-6.4
vagrant up image --provider docker --debug
{code}
Thanks!
> Dockerize the puppetized vagrant deployer
> -----------------------------------------
>
> Key: BIGTOP-1417
> URL: https://issues.apache.org/jira/browse/BIGTOP-1417
> Project: Bigtop
> Issue Type: New Feature
> Components: deployment
> Affects Versions: 0.7.0
> Reporter: Evans Ye
> Priority: Minor
> Fix For: 0.9.0
>
> Attachments: BIGTOP-1417.1.patch, BIGTOP-1417.2.patch,
> BIGTOP-1417.3.patch, BIGTOP-1417.4.patch, BIGTOP-1417.5.patch, BIGTOP-1417.pdf
>
>
> This is one of the bigtop's dockerize task which mainly focus on deploying
> bigtop hadoop cluster using
> [bigtop-puppet|https://github.com/apache/bigtop/tree/master/bigtop-deploy/puppet]
> on top of docker containers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)