Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-2464

Outdated descriptions in vagrant-puppet-vm/README.md

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • deployment, vm
    • None

    Description

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

      3) To provision a 3 node Apache Hadoop cluster on top of vagrant boxes
      
      ```
      vagrant up
      ```
      

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

      5) Test on local built packages is available by:
      
      first, build up local yum repo
      
      ```
      cd bigtop; ./gradlew alluxio-yum
      ```
      

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

      ##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.
      
      • 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).
      ##Example:
      
      5) Run hbase-test.sh to evaluate the deployment.
      
      ```
      ../utils/hbase-test.sh
      ```
      

      "5)" is unnecessary.

      Attachments

        1. BIGTOP-2464.1.patch
          2 kB
          Kengo Seki
        2. BIGTOP-2464.2.patch
          1 kB
          Kengo Seki

        Activity

          People

            sekikn Kengo Seki
            sekikn Kengo Seki
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: