Repository: zeppelin Updated Branches: refs/heads/branch-0.6 d98f14354 -> eebca5928
ZEPPELIN-1308 Apache Ignite version upgraded up to 1.7 ### What is this PR for? Apache Ignite 1.7 release contains contains many improvements and fixes. What is important for Ignite interpreter it support of distributed joins for non colocated data (IGNITE-3563). ### What type of PR is it? [ Improvement ] ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1308 ### How should this be tested? Unit-tests under `org.apache.zeppelin.ignite` package are enough/ Author: agura <[email protected]> Closes #1303 from agura/ZEPPELIN-1308 and squashes the following commits: c83194e [agura] ZEPPELIN-1308 Apache Ignite version upgraded up to 1.7 (cherry picked from commit 8734890364ec102e66639b3bd0de1c9037b791a1) Signed-off-by: Mina Lee <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/eebca592 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/eebca592 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/eebca592 Branch: refs/heads/branch-0.6 Commit: eebca59284062ea85385d2f9b893322fcf98e40c Parents: d98f143 Author: agura <[email protected]> Authored: Mon Aug 8 15:04:26 2016 +0300 Committer: Mina Lee <[email protected]> Committed: Thu Aug 11 10:33:40 2016 +0200 ---------------------------------------------------------------------- ignite/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/eebca592/ignite/pom.xml ---------------------------------------------------------------------- diff --git a/ignite/pom.xml b/ignite/pom.xml index a844775..439985c 100644 --- a/ignite/pom.xml +++ b/ignite/pom.xml @@ -32,7 +32,7 @@ <name>Zeppelin: Apache Ignite interpreter</name> <properties> - <ignite.version>1.5.0.final</ignite.version> + <ignite.version>1.7.0</ignite.version> </properties> <dependencies>
