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

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

Kengo Seki created BIGTOP-2512:
----------------------------------

             Summary: 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


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)