Repository: zeppelin Updated Branches: refs/heads/gh-pages 8e5d9f58d -> 619d8ad79
[MINOR] Remove 0.6.1 specific instruction from 0.6.2 download section to avoid confusion. ### What is this PR for? There're 0.6.1 specific instruction in the 0.6.2 download section. which is bit confusing. ### What type of PR is it? Improvement ### Todos * [x] - Move confusing instruction to 0.6.1 download section ### What is the Jira issue? ### How should this be tested? ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no â¦d confusion Author: Lee moon soo <[email protected]> Closes #1579 from Leemoonsoo/remove_061_specific_description_from_062_download_section and squashes the following commits: f3d5928 [Lee moon soo] Remove 0.6.1 specific instruction from 0.6.2 download section to avoid confusion Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/619d8ad7 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/619d8ad7 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/619d8ad7 Branch: refs/heads/gh-pages Commit: 619d8ad79ebc79ea3917af94673fadee3881bccd Parents: 8e5d9f5 Author: Lee moon soo <[email protected]> Authored: Tue Nov 1 22:59:35 2016 -0700 Committer: Lee moon soo <[email protected]> Committed: Thu Nov 3 09:48:23 2016 -0700 ---------------------------------------------------------------------- download.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/619d8ad7/download.md ---------------------------------------------------------------------- diff --git a/download.md b/download.md index 45b04ed..a7afdc6 100644 --- a/download.md +++ b/download.md @@ -45,7 +45,6 @@ The latest release of Apache Zeppelin is **0.6.2**. <blockquote style="margin-top: 10px;"> <p><strong>Note</strong>: From Zeppelin version 0.6.2, Spark interpreter in binary package is compatible with Spark 2.0 & Scala 2.11 and Spark 1.6(or previous) & Scala 2.10. You can use even different version of Spark at the same time if you set different SPARK_HOME in interpreter setting page.</p> - <p>Starting version 0.6.1, Zeppelin is built with Scala 2.11 by default. If you want to build Zeppelin with Scala 2.10 or install interpreter built with Scala 2.10(other than Spark interpreter), please see <a href='../../docs/0.6.2/install/install.html#2-build-source-with-options' target='_blank'>install</a> or <a href='../../docs/0.6.2/manual/interpreterinstallation.html#install-interpreter-built-with-scala-210' target='_blank'>interpreter installation</a>.</p> </blockquote> @@ -83,6 +82,9 @@ For developers, to get latest *0.7.0-SNAPSHOT* check [README](https://github.com [md5](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.1/zeppelin-0.6.1-bin-netinst.tgz.md5), [sha](https://archive.apache.org/dist/zeppelin/zeppelin-0.6.1/zeppelin-0.6.1-bin-netinst.tgz.sha512)) + <blockquote style="margin-top: 10px;"> + <p><strong>Note</strong>Zeppelin-0.6.1 is built with Scala 2.11 by default. If you want to build Zeppelin with Scala 2.10 or install interpreter built with Scala 2.10(other than Spark interpreter), please see <a href='../../docs/0.6.1/install/install.html#2-build-source-with-options' target='_blank'>install</a> or <a href='../../docs/0.6.1/manual/interpreterinstallation.html#install-interpreter-built-with-scala-210' target='_blank'>interpreter installation</a>.</p> + </blockquote> <p /> - 0.6.0 released on Jul 2, 2016 ([release notes](./releases/zeppelin-release-0.6.0.html)) ([git tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=fa2c0ff93cca49428df8792e7ee35d2b561669bd))
