You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2018/02/27 13:07:51 UTC

zeppelin git commit: [HOTFIX]. Correct spark shim version

Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.8 fd96855d9 -> 15733f4ec


[HOTFIX]. Correct spark shim version

### What is this PR for?
Correct the version for spark shims

### What type of PR is it?
[Bug Fix ]

### Todos
* [ ] - Task

### What is the Jira issue?
* No jira created

### How should this be tested?
* CI pass

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Jeff Zhang <zj...@apache.org>

Closes #2820 from zjffdu/HotFix_Version and squashes the following commits:

cadd2cc [Jeff Zhang] HOTFIX. Correct spark shim version


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

Branch: refs/heads/branch-0.8
Commit: 15733f4ec69027d13878f7439199b16bb56afc8e
Parents: fd96855
Author: Jeff Zhang <zj...@apache.org>
Authored: Tue Feb 27 14:44:43 2018 +0800
Committer: Jeff Zhang <zj...@apache.org>
Committed: Tue Feb 27 21:07:45 2018 +0800

----------------------------------------------------------------------
 spark/spark-shims/pom.xml  | 4 ++--
 spark/spark1-shims/pom.xml | 4 ++--
 spark/spark2-shims/pom.xml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/15733f4e/spark/spark-shims/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-shims/pom.xml b/spark/spark-shims/pom.xml
index 619c7a4..ca602f3 100644
--- a/spark/spark-shims/pom.xml
+++ b/spark/spark-shims/pom.xml
@@ -23,14 +23,14 @@
   <parent>
     <artifactId>spark-parent</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>spark-shims</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Zeppelin: Spark Shims</name>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/15733f4e/spark/spark1-shims/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark1-shims/pom.xml b/spark/spark1-shims/pom.xml
index 93640c6..388c4e5 100644
--- a/spark/spark1-shims/pom.xml
+++ b/spark/spark1-shims/pom.xml
@@ -23,14 +23,14 @@
   <parent>
     <artifactId>spark-parent</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>spark1-shims</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Zeppelin: Spark1 Shims</name>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/15733f4e/spark/spark2-shims/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark2-shims/pom.xml b/spark/spark2-shims/pom.xml
index 000e3ab..d43c35e 100644
--- a/spark/spark2-shims/pom.xml
+++ b/spark/spark2-shims/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>spark-parent</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>spark2-shims</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Zeppelin: Spark2 Shims</name>