You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by iw...@apache.org on 2021/03/07 15:05:47 UTC

[bigtop] branch master updated: BIGTOP-3517. Bump Livy to 0.7.1. (#751)

This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new a2d1262  BIGTOP-3517. Bump Livy to 0.7.1. (#751)
a2d1262 is described below

commit a2d1262fc8682cdd6aa958a5a2e37c6c153de467
Author: Kengo Seki <se...@apache.org>
AuthorDate: Mon Mar 8 00:05:37 2021 +0900

    BIGTOP-3517. Bump Livy to 0.7.1. (#751)
---
 .../src/common/livy/patch1-LIVY-756.diff           | 24 ++++++----------------
 bigtop.bom                                         | 12 +++++------
 2 files changed, 11 insertions(+), 25 deletions(-)

diff --git a/bigtop-packages/src/common/livy/patch1-LIVY-756.diff b/bigtop-packages/src/common/livy/patch1-LIVY-756.diff
index fb1be9b..9f5a919 100644
--- a/bigtop-packages/src/common/livy/patch1-LIVY-756.diff
+++ b/bigtop-packages/src/common/livy/patch1-LIVY-756.diff
@@ -1,15 +1,3 @@
-diff --git a/.gitignore b/.gitignore
-index d46d49f..b1045ea 100644
---- a/.gitignore
-+++ b/.gitignore
-@@ -24,6 +24,7 @@ metastore_db/
- derby.log
- dependency-reduced-pom.xml
- release-staging/
-+venv/
- 
- # For python setup.py, which pollutes the source dirs.
- python-api/dist
 diff --git a/.rat-excludes b/.rat-excludes
 index ac29fe6..1df6e9e 100644
 --- a/.rat-excludes
@@ -1597,13 +1585,13 @@ index 0000000..9f27512
 +  <modelVersion>4.0.0</modelVersion>
 +  <groupId>org.apache.livy</groupId>
 +  <artifactId>livy-core_2.12</artifactId>
-+  <version>0.7.0-incubating</version>
++  <version>0.7.1-incubating</version>
 +  <packaging>jar</packaging>
 +
 +  <parent>
 +    <groupId>org.apache.livy</groupId>
 +    <artifactId>livy-core-parent</artifactId>
-+    <version>0.7.0-incubating</version>
++    <version>0.7.1-incubating</version>
 +    <relativePath>../pom.xml</relativePath>
 +  </parent>
 +
@@ -1658,13 +1646,13 @@ index 0000000..4ddb528
 +  <modelVersion>4.0.0</modelVersion>
 +  <groupId>org.apache.livy</groupId>
 +  <artifactId>livy-repl_2.12</artifactId>
-+  <version>0.7.0-incubating</version>
++  <version>0.7.1-incubating</version>
 +  <packaging>jar</packaging>
 +
 +  <parent>
 +    <groupId>org.apache.livy</groupId>
 +    <artifactId>livy-repl-parent</artifactId>
-+    <version>0.7.0-incubating</version>
++    <version>0.7.1-incubating</version>
 +    <relativePath>../pom.xml</relativePath>
 +  </parent>
 +
@@ -1918,13 +1906,13 @@ index 0000000..e70f817
 +  <modelVersion>4.0.0</modelVersion>
 +  <groupId>org.apache.livy</groupId>
 +  <artifactId>livy-scala-api_2.12</artifactId>
-+  <version>0.7.0-incubating</version>
++  <version>0.7.1-incubating</version>
 +  <packaging>jar</packaging>
 +
 +  <parent>
 +    <groupId>org.apache.livy</groupId>
 +    <artifactId>livy-scala-api-parent</artifactId>
-+    <version>0.7.0-incubating</version>
++    <version>0.7.1-incubating</version>
 +    <relativePath>../pom.xml</relativePath>
 +  </parent>
 +
diff --git a/bigtop.bom b/bigtop.bom
index 991a4bf..74d9068 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -412,14 +412,12 @@ bigtop {
     'livy' {
       name    = 'livy'
       relNotes = 'Apache Livy'
-      version { base = '0.7.0'; pkg = base; release = 1 }
+      version { base = '0.7.1'; pkg = base; release = 1 }
       tarball { destination = "${name}-${version.base}.tar.gz"
-                source      = destination  }
-      git {
-        repo = "https://github.com/apache/incubator-livy.git"
-        ref = "v${version.base}-incubating"
-        dir  = "${name}-${version.pkg}"
-      }
+                source      = "apache-livy-${version.base}-incubating-src.zip" }
+      url     { download_path = "incubator/livy/${version.base}-incubating/"
+                site = "${apache.APACHE_MIRROR}/${download_path}"
+                archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
     }
     'elasticsearch' {
       name    = 'elasticsearch'