You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2018/12/21 06:35:49 UTC

bigtop git commit: BIGTOP-3108. Update version strings to 1.3.0 in the master

Repository: bigtop
Updated Branches:
  refs/heads/master 33128d098 -> b1b249672


BIGTOP-3108. Update version strings to 1.3.0 in the master


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

Branch: refs/heads/master
Commit: b1b24967263679e9094a29275208cd2be2b11a1f
Parents: 33128d0
Author: Evans Ye <ev...@apache.org>
Authored: Tue Dec 11 15:58:32 2018 +0800
Committer: Evans Ye <ev...@apache.org>
Committed: Fri Dec 21 14:35:37 2018 +0800

----------------------------------------------------------------------
 bigtop-deploy/puppet/README.md                | 2 +-
 bigtop-deploy/puppet/manifests/bigtop_repo.pp | 4 ++--
 provisioner/vagrant/vagrantconfig.yaml        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/b1b24967/bigtop-deploy/puppet/README.md
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/README.md b/bigtop-deploy/puppet/README.md
index 9f5425c..727594b 100644
--- a/bigtop-deploy/puppet/README.md
+++ b/bigtop-deploy/puppet/README.md
@@ -136,7 +136,7 @@ hadoop_cluster_node::cluster_components:
   - spark
   - yarn
   - zookeeper
-bigtop::bigtop_repo_uri: "http://repos.bigtop.apache.org/releases/1.2.1/ubuntu/16.04/x86_64"
+bigtop::bigtop_repo_uri: "http://repos.bigtop.apache.org/releases/1.3.0/ubuntu/16.04/x86_64"
 ```
 
 And finally execute

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b1b24967/bigtop-deploy/puppet/manifests/bigtop_repo.pp
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/manifests/bigtop_repo.pp b/bigtop-deploy/puppet/manifests/bigtop_repo.pp
index 8bf331e..3356112 100644
--- a/bigtop-deploy/puppet/manifests/bigtop_repo.pp
+++ b/bigtop-deploy/puppet/manifests/bigtop_repo.pp
@@ -16,7 +16,7 @@
 class bigtop_repo {
   case $::operatingsystem {
     /(OracleLinux|Amazon|CentOS|Fedora|RedHat)/: {
-      $default_repo = "http://repos.bigtop.apache.org/releases/1.2.1/centos/7/x86_64"
+      $default_repo = "http://repos.bigtop.apache.org/releases/1.3.0/centos/7/x86_64"
       $baseurls_array = any2array(hiera("bigtop::bigtop_repo_uri", $default_repo))
       each ($baseurls_array) |$count, $baseurl| {
         yumrepo { "Bigtop_$count":
@@ -37,7 +37,7 @@ class bigtop_repo {
        $lower_os = downcase($operatingsystem)
        # We use code name such as trusty for Ubuntu instead of release version in bigtop's binary convenience repos
        if ($operatingsystem == "Ubuntu") { $release = $lsbdistcodename } else { $release = $operatingsystemmajrelease }
-       $default_repo = "http://repos.bigtop.apache.org/releases/1.2.1/${lower_os}/${release}/x86_64"
+       $default_repo = "http://repos.bigtop.apache.org/releases/1.3.0/${lower_os}/${release}/x86_64"
        $baseurls_array = any2array(hiera("bigtop::bigtop_repo_uri", $default_repo))
 
       # I couldn't enforce the sequence -> anymore because of this

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b1b24967/provisioner/vagrant/vagrantconfig.yaml
----------------------------------------------------------------------
diff --git a/provisioner/vagrant/vagrantconfig.yaml b/provisioner/vagrant/vagrantconfig.yaml
index c5dd644..a25690d 100644
--- a/provisioner/vagrant/vagrantconfig.yaml
+++ b/provisioner/vagrant/vagrantconfig.yaml
@@ -16,7 +16,7 @@
 memory_size: 4096
 number_cpus: 1
 box: "puppetlabs/centos-7.2-64-nocm"
-repo: "http://repos.bigtop.apache.org/releases/1.2.1/centos/7/x86_64"
+repo: "http://repos.bigtop.apache.org/releases/1.3.0/centos/7/x86_64"
 num_instances: 1
 distro: centos
 components: [hdfs, yarn, mapreduce]