Kengo Seki created BIGTOP-2464:
----------------------------------

             Summary: Outdated descriptions in vagrant-puppet-vm/README.md
                 Key: BIGTOP-2464
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2464
             Project: Bigtop
          Issue Type: Bug
          Components: deployment
            Reporter: Kengo Seki


I tried to deploy components on vagrant vm and found some outdated descriptions 
in README.

{code}
3) To provision a 3 node Apache Hadoop cluster on top of vagrant boxes

```
vagrant up
```
{code}

Actually that command starts only 1 node since the default value of 
num_instances is 1.

{code}
5) Test on local built packages is available by:

first, build up local yum repo

```
cd bigtop; ./gradlew alluxio-yum
```
{code}

This task doesn't exist. Maybe {{./gradlew alluxio-rpm; ./gradlew yum}}?

{code}
##Configure Apache Hadoop ecosystem components
* Choose the ecosystem you want to be deployed by modifying components in 
vagrantconfig.yaml

```
components: "hadoop,hbase,yarn,..."
```

By default, Apache Hadoop, YARN, and Apache HBase will be installed.
See `bigtop-deploy/puppet/config/site.csv.example` for more details.
{code}

* components should be defined as an array.
* HBase won't be installed by default since the default value of components is 
{{\[hadoop, yarn\]}}.
* bigtop-deploy/puppet/config/site.csv.example doesn't exist (already filed as 
BIGTOP-1994).

{code}
##Example:

5) Run hbase-test.sh to evaluate the deployment.

```
../utils/hbase-test.sh
```
{code}

"5)" is unnecessary.



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

Reply via email to