You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mi...@apache.org on 2017/03/17 03:22:41 UTC

[11/23] zeppelin git commit: ZEPPELIN-2219 Apache Ignite version updated to 1.9

ZEPPELIN-2219 Apache Ignite version updated to 1.9

### What is this PR for?
Apache Ignite version update to 1.9 in Ignite interpreter

### What type of PR is it?
[Improvement]

### What is the Jira issue?
ZEPPELIN-2219

Author: agura <ag...@apache.org>

Closes #2101 from agura/ZEPPELIN-2219 and squashes the following commits:

7f053d7 [agura] ZEPPELIN-2219 Apache Ignite version updated to 1.9

(cherry picked from commit f0cf85f09b960e49faa1627c959d3a8b11595ccc)
Signed-off-by: ahyoungryu <ah...@apache.org>


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

Branch: refs/heads/branch-0.7
Commit: aca96c3191309c5b8296ebf7d2716531e03bdf12
Parents: 6d72db3
Author: agura <ag...@apache.org>
Authored: Mon Mar 6 21:15:37 2017 +0300
Committer: ahyoungryu <ah...@apache.org>
Committed: Mon Mar 13 20:12:51 2017 +0900

----------------------------------------------------------------------
 docs/install/build.md | 2 +-
 ignite/pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/aca96c31/docs/install/build.md
----------------------------------------------------------------------
diff --git a/docs/install/build.md b/docs/install/build.md
index e452559..985f2da 100644
--- a/docs/install/build.md
+++ b/docs/install/build.md
@@ -210,7 +210,7 @@ mvn clean package -Pspark-1.5 -Pmapr50 -DskipTests
 Ignite Interpreter
 
 ```bash
-mvn clean package -Dignite.version=1.8.0 -DskipTests
+mvn clean package -Dignite.version=1.9.0 -DskipTests
 ```
 
 Scalding Interpreter

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/aca96c31/ignite/pom.xml
----------------------------------------------------------------------
diff --git a/ignite/pom.xml b/ignite/pom.xml
index 2dd5442..91fdacc 100644
--- a/ignite/pom.xml
+++ b/ignite/pom.xml
@@ -32,7 +32,7 @@
   <name>Zeppelin: Apache Ignite interpreter</name>
 
   <properties>
-    <ignite.version>1.8.0</ignite.version>
+    <ignite.version>1.9.0</ignite.version>
   </properties>
 
   <dependencies>