Repository: zeppelin Updated Branches: refs/heads/master 0c5a03e6b -> 873489036
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 Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/87348903 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/87348903 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/87348903 Branch: refs/heads/master Commit: 8734890364ec102e66639b3bd0de1c9037b791a1 Parents: 0c5a03e Author: agura <[email protected]> Authored: Mon Aug 8 15:04:26 2016 +0300 Committer: Mina Lee <[email protected]> Committed: Thu Aug 11 10:33:25 2016 +0200 ---------------------------------------------------------------------- ignite/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/87348903/ignite/pom.xml ---------------------------------------------------------------------- diff --git a/ignite/pom.xml b/ignite/pom.xml index 66d5aa0..465dbc6 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>
