Repository: zeppelin Updated Branches: refs/heads/gh-pages 619d8ad79 -> 1f2d8a937
[gh-pages] Add ignite version info to supported interpreters table ### What is this PR for? As described in [ignite docs](https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/interpreter/ignite.html#installing-and-running-ignite-example), to use Scala code with Ignite interpreter, the user should use the Ignite version same as Zeppelin provides. So the below info should be provided in somewhere. ``` Zeppelin-0.5.5: Ignite-1.4.0 Zeppelin-0.5.6: Ignite-1.5.0.final Zeppelin-0.6.0: Ignite-1.6.0 Zeppelin-0.6.1&0.6.2: Ignite-1.7.0 ``` ### What type of PR is it? Documentation ### What is the Jira issue? no Jira issue for this ### 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 #1584 from AhyoungRyu/update/igniteSection and squashes the following commits: 28cf050 [AhyoungRyu] Add ignite version info in supported interpreters table Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/1f2d8a93 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/1f2d8a93 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/1f2d8a93 Branch: refs/heads/gh-pages Commit: 1f2d8a93713f5934535aa8bddd66a150f5684996 Parents: 619d8ad Author: AhyoungRyu <[email protected]> Authored: Thu Nov 3 11:38:54 2016 +0900 Committer: ahyoungryu <[email protected]> Committed: Fri Nov 4 20:34:47 2016 +0900 ---------------------------------------------------------------------- supported_interpreters.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/1f2d8a93/supported_interpreters.md ---------------------------------------------------------------------- diff --git a/supported_interpreters.md b/supported_interpreters.md index 8505d1d..d4b86f8 100644 --- a/supported_interpreters.md +++ b/supported_interpreters.md @@ -235,11 +235,12 @@ Please check the below table before you download Zeppelin package. <tr> <td> <h6><a href="https://ignite.apache.org/" target="_blank">Ignite</a></h6> + <span style="font-size:75%">Please use the next Ignite version to use Scala code</span> </td> - <td>O</td> - <td>O</td> - <td>O</td> - <td>O</td> + <td>1.7.0</td> + <td>1.6.0</td> + <td>1.5.0.final</td> + <td>1.4.0</td> </tr> <tr> <td>
