You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by ah...@apache.org on 2017/03/13 11:12:42 UTC

zeppelin git commit: ZEPPELIN-2219 Apache Ignite version updated to 1.9

Repository: zeppelin
Updated Branches:
  refs/heads/master 2a3cfafee -> f0cf85f09


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


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

Branch: refs/heads/master
Commit: f0cf85f09b960e49faa1627c959d3a8b11595ccc
Parents: 2a3cfaf
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:37 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/f0cf85f0/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/f0cf85f0/ignite/pom.xml
----------------------------------------------------------------------
diff --git a/ignite/pom.xml b/ignite/pom.xml
index e5c892f..aadb9dd 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>