You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2016/08/08 18:42:33 UTC

bigtop git commit: BIGTOP-2512: Wrong help message in docker-hadoop.sh

Repository: bigtop
Updated Branches:
  refs/heads/master f13db7a26 -> fc61d934d


BIGTOP-2512: Wrong help message in docker-hadoop.sh

Signed-off-by: Konstantin Boudnik <ko...@epam.com>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/fc61d934
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/fc61d934
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/fc61d934

Branch: refs/heads/master
Commit: fc61d934dfe972339b7bf4e4cb6360979023efcd
Parents: f13db7a
Author: Kengo Seki <se...@apache.org>
Authored: Tue Aug 9 00:28:04 2016 +0900
Committer: Konstantin Boudnik <ko...@epam.com>
Committed: Mon Aug 8 11:42:27 2016 -0700

----------------------------------------------------------------------
 bigtop-deploy/vm/vagrant-puppet-docker/README.md        | 2 +-
 bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/fc61d934/bigtop-deploy/vm/vagrant-puppet-docker/README.md
----------------------------------------------------------------------
diff --git a/bigtop-deploy/vm/vagrant-puppet-docker/README.md b/bigtop-deploy/vm/vagrant-puppet-docker/README.md
index 602b10b..fb9121c 100644
--- a/bigtop-deploy/vm/vagrant-puppet-docker/README.md
+++ b/bigtop-deploy/vm/vagrant-puppet-docker/README.md
@@ -106,7 +106,7 @@ create 5 node cluster => run smoke tests => destroy the cluster
 ```
 ./docker-hadoop.sh -h
 usage: docker-hadoop.sh [options]
-       -c NUM_INSTANCES, --create=NUM_INSTANCES  Create a docker based Bigtop Hadoop cluster
+       -c NUM_INSTANCES, --create NUM_INSTANCES  Create a docker based Bigtop Hadoop cluster
        -p, --provision                           Deploy configuration changes
        -s, --smoke-tests                         Run Bigtop smoke tests
        -d, --destroy                             Destroy the cluster

http://git-wip-us.apache.org/repos/asf/bigtop/blob/fc61d934/bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.sh
----------------------------------------------------------------------
diff --git a/bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.sh b/bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.sh
index 57a6f6e..8c3628b 100755
--- a/bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.sh
+++ b/bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.sh
@@ -19,7 +19,7 @@ usage() {
     echo "usage: $PROG [-C file ] args"
     echo "       -C file                                   Use alternate file for vagrantconfig.yaml"
     echo "  commands:"
-    echo "       -c NUM_INSTANCES, --create=NUM_INSTANCES  Create a Docker based Bigtop Hadoop cluster"
+    echo "       -c NUM_INSTANCES, --create NUM_INSTANCES  Create a Docker based Bigtop Hadoop cluster"
     echo "       -p, --provision                           Deploy configuration changes"
     echo "       -s, --smoke-tests                         Run Bigtop smoke tests"
     echo "       -d, --destroy                             Destroy the cluster"