[ 
https://issues.apache.org/jira/browse/BIGTOP-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14122156#comment-14122156
 ] 

Giridharan Kesavan commented on BIGTOP-1417:
--------------------------------------------

[~evans_ye]
I tried the steps on my mac: looks like there is some issue with the port 
forwarding, or the port is already in use.  
I didn't spend time on how to change the port, do you have pointers at what I 
should be looking at? 

Here is the output 
{noformat}
[xxxxx@xx11151 ~/work/bigtop/bigtop-deploy/vm/docker-puppet (master)]$ vagrant 
up --no-provision && vagrant provision
Bringing machine 'bigtop1' up with 'docker' provider...
==> bigtop1: Docker host is required. One will be created if necessary...
    bigtop1: Vagrant will now create or start a local VM to act as the Docker
    bigtop1: host. You'll see the output of the `vagrant up` for this VM below.
    bigtop1:
    bigtop1: Checking if box 'mitchellh/boot2docker' is up to date...
Vagrant cannot forward the specified ports on this VM, since they
would collide with some other application that is already listening
on these ports. The forwarded port to 2375 is already in use
on the host machine.

To fix this, modify your current projects Vagrantfile to use another
port. Example, where '1234' would be replaced by a unique host port:

  config.vm.network :forwarded_port, guest: 2375, host: 1234

Sometimes, Vagrant will attempt to auto-correct this for you. In this
case, Vagrant was unable to. This is usually because the guest machine
is in a state which doesn't allow modifying port forwarding.

{noformat}

> 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.8.0
>
>         Attachments: BIGTOP-1417.1.patch, BIGTOP-1417.2.patch
>
>
> 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)

Reply via email to