Repository: bigtop Updated Branches: refs/heads/master f92adc80b -> 609d9aeee
BIGTOP-2464: Outdated descriptions in vagrant-puppet-vm/README.md Signed-off-by: Evans Ye <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/609d9aee Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/609d9aee Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/609d9aee Branch: refs/heads/master Commit: 609d9aeee3256d820d79278af5deb1d30c21c568 Parents: f92adc8 Author: Kengo Seki <[email protected]> Authored: Tue Oct 18 05:36:10 2016 +0900 Committer: Evans Ye <[email protected]> Committed: Sat Dec 24 15:49:11 2016 +0800 ---------------------------------------------------------------------- bigtop-deploy/vm/vagrant-puppet-vm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/609d9aee/bigtop-deploy/vm/vagrant-puppet-vm/README.md ---------------------------------------------------------------------- diff --git a/bigtop-deploy/vm/vagrant-puppet-vm/README.md b/bigtop-deploy/vm/vagrant-puppet-vm/README.md index ad84ff8..0090313 100644 --- a/bigtop-deploy/vm/vagrant-puppet-vm/README.md +++ b/bigtop-deploy/vm/vagrant-puppet-vm/README.md @@ -61,7 +61,7 @@ num_instances: 5 first, build up local yum repo ``` -cd bigtop; ./gradlew alluxio-yum +cd bigtop; ./gradlew alluxio-rpm; ./gradlew yum ``` and then enable local yum in vagrantconfig.yaml @@ -92,7 +92,7 @@ $ MEMORY_SIZE=8000 vagrant up * Choose the ecosystem you want to be deployed by modifying components in vagrantconfig.yaml ``` -components: "hadoop, hbase, yarn,..." +components: [hadoop, hbase, yarn, ...] ``` By default, Apache Hadoop and YARN will be installed.
