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)

Reply via email to