You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Evans Ye (JIRA)" <ji...@apache.org> on 2016/12/24 07:46:58 UTC

[jira] [Commented] (BIGTOP-2464) Outdated descriptions in vagrant-puppet-vm/README.md

    [ https://issues.apache.org/jira/browse/BIGTOP-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15774509#comment-15774509 ] 

Evans Ye commented on BIGTOP-2464:
----------------------------------

Great catch. [~sekikn]. Committed and thanks!

> 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, vm
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>             Fix For: 1.2.0
>
>         Attachments: BIGTOP-2464.1.patch, BIGTOP-2464.2.patch
>
>
> 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)