Repository: incubator-zeppelin Updated Branches: refs/heads/master 7c50cacc8 -> 84d25a8ea
Remove incubating from doc ### What is this PR for? Remove incubating from doc ### What type of PR is it? Documentation ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Mina Lee <[email protected]> Closes #941 from minahlee/doc/removeIncubating and squashes the following commits: dbf37ef [Mina Lee] Remove redundant doap.rdf bcb6b54 [Mina Lee] Remove incubating from doc c7e34e7 [Mina Lee] Remove incubating from doc accec53 [Mina Lee] Remove incubating from doc Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/84d25a8e Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/84d25a8e Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/84d25a8e Branch: refs/heads/master Commit: 84d25a8eabfe8efce0170e43a7b3c5a715e5104d Parents: 7c50cac Author: Mina Lee <[email protected]> Authored: Wed Jun 1 21:29:12 2016 -0700 Committer: Mina Lee <[email protected]> Committed: Thu Jun 2 09:43:33 2016 -0700 ---------------------------------------------------------------------- docs/_config.yml | 6 +- docs/_includes/themes/zeppelin/_navigation.html | 2 +- docs/development/howtocontribute.md | 6 +- docs/doap.rdf | 59 -------------------- docs/index.md | 8 +-- docs/interpreter/r.md | 2 +- docs/interpreter/spark.md | 4 +- 7 files changed, 12 insertions(+), 75 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/84d25a8e/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index ba92330..fce87f7 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -12,7 +12,7 @@ encoding: utf-8 # Themes are encouraged to use these universal variables # so be sure to set them if your theme uses them. # -title : Apache Zeppelin (incubating) +title : Apache Zeppelin tagline: Simplify bigdata analytics author : name : The Apache Software Foundation @@ -21,7 +21,7 @@ author : twitter : ASF feedburner : feedname -ZEPPELIN_VERSION : 0.6.0-incubating-SNAPSHOT +ZEPPELIN_VERSION : 0.6.0-SNAPSHOT # The production_url is only used when full-domain names are needed # such as sitemap.txt @@ -59,7 +59,7 @@ JB : # - Only the following values are falsy: ["", null, false] # - When setting BASE_PATH it must be a valid url. # This means always setting the protocol (http|https) or prefixing with "/" - BASE_PATH : /docs/0.6.0-incubating-SNAPSHOT + BASE_PATH : /docs/0.6.0-SNAPSHOT # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme. # ex: [BASE_PATH]/assets/themes/[THEME-NAME] http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/84d25a8e/docs/_includes/themes/zeppelin/_navigation.html ---------------------------------------------------------------------- diff --git a/docs/_includes/themes/zeppelin/_navigation.html b/docs/_includes/themes/zeppelin/_navigation.html index 5c84604..acaa89d 100644 --- a/docs/_includes/themes/zeppelin/_navigation.html +++ b/docs/_includes/themes/zeppelin/_navigation.html @@ -10,7 +10,7 @@ <a class="navbar-brand" href="{{BASE_PATH}}"> <img src="/assets/themes/zeppelin/img/zeppelin_logo.png" width="50" alt="I'm zeppelin"> <span style="vertical-align:middle">Zeppelin</span> - <span style="vertical-align:baseline"><small>(0.6.0-incubating-SNAPSHOT)</small></span> + <span style="vertical-align:baseline"><small>(0.6.0-SNAPSHOT)</small></span> </a> </div> <nav class="navbar-collapse collapse" role="navigation"> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/84d25a8e/docs/development/howtocontribute.md ---------------------------------------------------------------------- diff --git a/docs/development/howtocontribute.md b/docs/development/howtocontribute.md index f784cca..62b4dd5 100644 --- a/docs/development/howtocontribute.md +++ b/docs/development/howtocontribute.md @@ -8,7 +8,7 @@ group: development # Contributing to Apache Zeppelin ( Code ) ## IMPORTANT -Apache Zeppelin (incubating) is an [Apache2 License](http://www.apache.org/licenses/LICENSE-2.0.html) Software. +Apache Zeppelin is an [Apache2 License](http://www.apache.org/licenses/LICENSE-2.0.html) Software. Any contributions to Zeppelin (Source code, Documents, Image, Website) means you agree with license all your contributions as Apache2 License. ## Setting up @@ -100,9 +100,9 @@ thrift -out zeppelin-interpreter/src/main/java/ --gen java zeppelin-interpreter/ Zeppelin manages its issues in Jira. [https://issues.apache.org/jira/browse/ZEPPELIN](https://issues.apache.org/jira/browse/ZEPPELIN) ## Where to Start -You can find issues for [beginner](https://issues.apache.org/jira/browse/ZEPPELIN-924?jql=project%20%3D%20ZEPPELIN%20and%20status%20%3D%20Open%20and%20labels%20in%20\(beginner%2C%20newbie\)) +You can find issues for [beginner](https://issues.apache.org/jira/browse/ZEPPELIN-924?jql=project%20%3D%20ZEPPELIN%20and%20status%20%3D%20Open%20and%20labels%20in%20\(beginner%2C%20newbie\)). ## Stay involved Contributors should join the Zeppelin mailing lists. -* [[email protected]](http://mail-archives.apache.org/mod_mbox/incubator-zeppelin-dev/) is for people who want to contribute code to Zeppelin. [subscribe](mailto:[email protected]?subject=send this email to subscribe), [unsubscribe](mailto:[email protected]?subject=send this email to unsubscribe), [archives](http://mail-archives.apache.org/mod_mbox/incubator-zeppelin-dev/) +* [[email protected]](http://mail-archives.apache.org/mod_mbox/zeppelin-dev/) is for people who want to contribute code to Zeppelin. [subscribe](mailto:[email protected]?subject=send this email to subscribe), [unsubscribe](mailto:[email protected]?subject=send this email to unsubscribe), [archives](http://mail-archives.apache.org/mod_mbox/zeppelin-dev/) http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/84d25a8e/docs/doap.rdf ---------------------------------------------------------------------- diff --git a/docs/doap.rdf b/docs/doap.rdf deleted file mode 100644 index 2570dcb..0000000 --- a/docs/doap.rdf +++ /dev/null @@ -1,59 +0,0 @@ -<?xml version="1.0"?> -<?xml-stylesheet type="text/xsl"?> -<rdf:RDF xml:lang="en" - xmlns="http://usefulinc.com/ns/doap#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:asfext="http://projects.apache.org/ns/asfext#" - xmlns:foaf="http://xmlns.com/foaf/0.1/"> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - <Project rdf:about="http://zeppelin.apache.org/"> - <created>2015-09-12</created> - <license rdf:resource="http://spdx.org/licenses/Apache-2.0" /> - <name>Apache Zeppelin (incubating)</name> - <homepage rdf:resource="http://zeppelin.apache.org/" /> - <asfext:pmc rdf:resource="http://incubator.apache.org" /> - <shortdesc>Zeppelin is a collaborative data analytics and visualization tool for distributed, general-purpose data processing systems</shortdesc> - <description>Zeppelin is a modern web-based tool for the data scientists to collaborate over large-scale data exploration and visualization projects. </description> - <bug-database rdf:resource="https://issues.apache.org/jira/browse/ZEPPELIN" /> - <mailing-list rdf:resource="http://zeppelin.apache.org/community.html" /> - <download-page rdf:resource="http://zeppelin.apache.org/download.html" /> - <programming-language>Java</programming-language> - <programming-language>JavaScript</programming-language> - <programming-language>Scala</programming-language> - <category rdf:resource="http://projects.apache.org/category/big-data" /> - <release> - <Version> - <name>0.5.0-incubating</name> - <created>2015-07-31</created> - <revision>0.5.0-incubating</revision> - </Version> - </release> - <repository> - <GitRepository> - <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git"/> - <browse rdf:resource="https://git1-us-west.apache.org/repos/asf?p=incubator-zeppelin.git;a=summary"/> - </GitRepository> - </repository> - <maintainer> - <foaf:Person> - <foaf:name>Alexander Bezzubov</foaf:name> - <foaf:mbox rdf:resource="mailto:[email protected]"/> - </foaf:Person> - </maintainer> - </Project> -</rdf:RDF> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/84d25a8e/docs/index.md ---------------------------------------------------------------------- diff --git a/docs/index.md b/docs/index.md index eafe924..fd58267 100644 --- a/docs/index.md +++ b/docs/index.md @@ -116,11 +116,7 @@ If you want to learn more about this feature, please visit [this page](./manual/ <br /> ### 100% Opensource -Apache Zeppelin (incubating) is Apache2 Licensed software. Please check out the [source repository](http://git.apache.org/incubator-zeppelin.git) and [How to contribute](./development/howtocontribute.html) +Apache Zeppelin is Apache2 Licensed software. Please check out the [source repository](http://git.apache.org/incubator-zeppelin.git) and [How to contribute](./development/howtocontribute.html) Zeppelin has a very active development community. -Join the [Mailing list](./community.html) and report issues on our [Issue tracker](https://issues.apache.org/jira/browse/ZEPPELIN). - -<br /> -### Undergoing Incubation -Apache Zeppelin is an effort undergoing [incubation](https://incubator.apache.org/index.html) at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. +Join the [Mailing list](https://zeppelin.apache.org/community.html) and report issues on our [Issue tracker](https://issues.apache.org/jira/browse/ZEPPELIN). http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/84d25a8e/docs/interpreter/r.md ---------------------------------------------------------------------- diff --git a/docs/interpreter/r.md b/docs/interpreter/r.md index dc7b94f..c5ed98b 100644 --- a/docs/interpreter/r.md +++ b/docs/interpreter/r.md @@ -8,7 +8,7 @@ group: manual ## R Interpreter -This is a the Apache (incubating) Zeppelin project, with the addition of support for the R programming language and R-spark integration. +This is a the Apache Zeppelin project, with the addition of support for the R programming language and R-spark integration. ### Requirements http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/84d25a8e/docs/interpreter/spark.md ---------------------------------------------------------------------- diff --git a/docs/interpreter/spark.md b/docs/interpreter/spark.md index 6810707..f209c26 100644 --- a/docs/interpreter/spark.md +++ b/docs/interpreter/spark.md @@ -143,7 +143,7 @@ for example, * **yarn-client** in Yarn client mode * **mesos://host:5050** in Mesos cluster -That's it. Zeppelin will work with any version of Spark and any deployment type without rebuilding Zeppelin in this way. ( Zeppelin 0.5.5-incubating release works up to Spark 1.5.2 ) +That's it. Zeppelin will work with any version of Spark and any deployment type without rebuilding Zeppelin in this way. (Zeppelin 0.5.6-incubating release works up to Spark 1.6.1 ) > Note that without exporting `SPARK_HOME`, it's running in local mode with > included version of Spark. The included version may vary depending on the > build profile. @@ -204,7 +204,7 @@ Here are few examples: spark.files /path/mylib1.py,/path/mylib2.egg,/path/mylib3.zip ### 3. Dynamic Dependency Loading via %dep interpreter -> Note: `%dep` interpreter is deprecated since v0.6.0-incubating. +> Note: `%dep` interpreter is deprecated since v0.6.0. `%dep` interpreter load libraries to `%spark` and `%pyspark` but not to `%spark.sql` interpreter so we recommend you to use first option instead. When your code requires external library, instead of doing download/copy/restart Zeppelin, you can easily do following jobs using `%dep` interpreter.
