You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2016/08/08 15:34:20 UTC

[jira] [Updated] (BIGTOP-2512) Wrong help message in docker-hadoop.sh

     [ https://issues.apache.org/jira/browse/BIGTOP-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kengo Seki updated BIGTOP-2512:
-------------------------------
    Attachment: BIGTOP-2512.1.patch

> Wrong help message in docker-hadoop.sh
> --------------------------------------
>
>                 Key: BIGTOP-2512
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2512
>             Project: Bigtop
>          Issue Type: Bug
>          Components: deployment, vm
>            Reporter: Kengo Seki
>            Priority: Trivial
>         Attachments: BIGTOP-2512.1.patch
>
>
> docker-hadoop.sh says:
> {code}
>   commands:
>        -c NUM_INSTANCES, --create=NUM_INSTANCES  Create a Docker based Bigtop Hadoop cluster
> {code}
> but the following command fails:
> {code}
> sekikn@ubuntu:~/bigtop/bigtop-deploy/vm/vagrant-puppet-docker$ ./docker-hadoop.sh --create=3
> Unknown argument: '--create=3'
> {code}
> the following works:
> {code}
> $ ./docker-hadoop.sh --create 3
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)