Repository: incubator-zeppelin Updated Branches: refs/heads/master e5c5cc2b8 -> d3d93e7b1
Update README.md for fixing ignite flag ### What is this PR for? While Apache Ignite version in Zeppelin was bumped up by #916, but ignite build flag in [README.md](https://github.com/apache/incubator-zeppelin/blob/master/README.md#ignite-interpreter) is outdated so far. So I just changed `1.1.0-incubating` -> `1.6.0`. ### What type of PR is it? Hot Fix ### Todos ### What is the Jira issue? ### How should this be tested? Just see [here](https://github.com/apache/incubator-zeppelin/blob/master/README.md#ignite-interpreter). ### 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: AhyoungRyu <[email protected]> Closes #970 from AhyoungRyu/update/README.md and squashes the following commits: 20d0155 [AhyoungRyu] Update README.md for fixing ignite flag Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/d3d93e7b Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/d3d93e7b Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/d3d93e7b Branch: refs/heads/master Commit: d3d93e7b132ec2ca2b202b39e8e35805858692e7 Parents: e5c5cc2 Author: AhyoungRyu <[email protected]> Authored: Mon Jun 6 16:09:15 2016 -0700 Committer: Jongyoul Lee <[email protected]> Committed: Wed Jun 8 23:28:24 2016 +0900 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/d3d93e7b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 465fd69..0a27bf8 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ mvn clean package -Pspark-1.5 -Pmapr50 -DskipTests #### Ignite Interpreter ```sh -mvn clean package -Dignite.version=1.1.0-incubating -DskipTests +mvn clean package -Dignite.version=1.6.0 -DskipTests ``` #### Scalding Interpreter
