diff --git a/docs/assets/themes/zeppelin/css/style.css b/docs/assets/themes/zeppelin/css/style.css index 7e3449616dd..a5507d31311 100644 --- a/docs/assets/themes/zeppelin/css/style.css +++ b/docs/assets/themes/zeppelin/css/style.css @@ -433,6 +433,8 @@ a.anchor { word-break: keep-all; -webkit-overflow-scrolling: touch; font-size: 90%; + margin-top: 16px; + margin-bottom: 16px; } .content table th { font-weight: bold; diff --git a/docs/index.md b/docs/index.md index 628821760df..fd26c4dd5e5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -124,9 +124,9 @@ Join to our [Mailing list](https://zeppelin.apache.org/community.html) and repor ####Quick Start * Getting Started - * [Quick Start](./install/install.html) for basic instructions on installing Zeppelin - * [Configuration](./install/install.html#zeppelin-configuration) lists for Zeppelin - * [Explore Apache Zeppelin UI](./quickstart/explorezeppelinui.html): basic components of Zeppelin home + * [Quick Start](./install/install.html) for basic instructions on installing Apache Zeppelin + * [Configuration](./install/install.html#apache-zeppelin-configuration) lists for Apache Zeppelin + * [Explore Apache Zeppelin UI](./quickstart/explorezeppelinui.html): basic components of Apache Zeppelin home * [Tutorial](./quickstart/tutorial.html): a short walk-through tutorial that uses Apache Spark backend * Basic Feature Guide * [Dynamic Form](./manual/dynamicform.html): a step by step guide for creating dynamic forms diff --git a/docs/install/install.md b/docs/install/install.md index e3dcd2c0005..93d9febe507 100644 --- a/docs/install/install.md +++ b/docs/install/install.md @@ -19,38 +19,113 @@ limitations under the License. --> {% include JB/setup %} -## Zeppelin Installation -Welcome to your first trial to explore Zeppelin! +# Quick Start +Welcome to your first trial to explore Apache Zeppelin! +This page will help you to get started and here is the list of topics covered. -In this documentation, we will explain how you can install Zeppelin from **Binary Package** or build from **Source** by yourself. Plus, you can see all of Zeppelin's configurations in the [Zeppelin Configuration](install.html#zeppelin-configuration) section below. +* [Installation](#installation) + * [Downloading Binary Package](#downloading-binary-package) + * [Building from Source](#building-from-source) +* [Starting Apache Zeppelin with Command Line](#starting-apache-zeppelin-with-command-line) + * [Start Zeppelin](#start-zeppelin) + * [Stop Zeppelin](#stop-zeppelin) + * [(Optional) Start Apache Zeppelin with a service manager](#optional-start-apache-zeppelin-with-a-service-manager) +* [What is the next?](#what-is-the-next) +* [Apache Zeppelin Configuration](#apache-zeppelin-configuration) -### Install with Binary Package +## Installation -If you want to install Zeppelin with latest binary package, please visit [this page](http://zeppelin.apache.org/download.html). +Apache Zeppelin officially supports and is tested on next environments. -### Build from Zeppelin Source +
| Name | +Value | +
|---|---|
| Oracle JDK | +1.7 (set JAVA_HOME) |
+
| OS | +Mac OSX Ubuntu 14.X CentOS 6.X Windows 7 Pro SP1 |
+
| Name | +Value | +
|---|---|
| Git | ++ |
| Maven | +3.1.x or higher | +
| ZEPPELIN_NOTEBOOK_HOMESCREEN | zeppelin.notebook.homescreen | - | A notebook id displayed in Zeppelin homescreen i.e. 2A94M5J1Z |
+ A notebook id displayed in Apache Zeppelin homescreen i.e. 2A94M5J1Z |
|
| ZEPPELIN_NOTEBOOK_HOMESCREEN_HIDE | zeppelin.notebook.homescreen.hide | false | -This value can be "true" when to hide the notebook id set by ZEPPELIN_NOTEBOOK_HOMESCREEN on the Zeppelin homescreen. For the further information, please read Customize your Zeppelin homepage. |
+ This value can be "true" when to hide the notebook id set by ZEPPELIN_NOTEBOOK_HOMESCREEN on the Apache Zeppelin homescreen. For the further information, please read Customize your Zeppelin homepage. |
|
| ZEPPELIN_WAR_TEMPDIR | @@ -228,13 +311,13 @@ You can configure Zeppelin with both **environment variables** in `conf/zeppelinZEPPELIN_NOTEBOOK_DIR | zeppelin.notebook.dir | notebook | -The root directory where Zeppelin notebook directories are saved | +The root directory where notebook directories are saved |
| ZEPPELIN_NOTEBOOK_S3_BUCKET | zeppelin.notebook.s3.bucket | zeppelin | -S3 Bucket where Zeppelin notebook files will be saved | +S3 Bucket where notebook files will be saved | |
| ZEPPELIN_NOTEBOOK_S3_USER | @@ -270,7 +353,7 @@ You can configure Zeppelin with both **environment variables** in `conf/zeppelinZEPPELIN_NOTEBOOK_AZURE_SHARE | zeppelin.notebook.azure.share | zeppelin | -Share where the Zeppelin notebook files will be saved | +Share where the notebook files will be saved |
| ZEPPELIN_NOTEBOOK_AZURE_USER | @@ -291,13 +374,13 @@ You can configure Zeppelin with both **environment variables** in `conf/zeppelinorg.apache.zeppelin.spark.SparkInterpreter, org.apache.zeppelin.spark.PySparkInterpreter, org.apache.zeppelin.spark.SparkSqlInterpreter, org.apache.zeppelin.spark.DepInterpreter, org.apache.zeppelin.markdown.Markdown, org.apache.zeppelin.shell.ShellInterpreter, ... |
- Comma separated interpreter configurations [Class] The first interpreter will be a default value. It means only the first interpreter in this list can be available without %interpreter_name annotation in Zeppelin notebook paragraph. |
+ Comma separated interpreter configurations [Class] The first interpreter will be a default value. It means only the first interpreter in this list can be available without %interpreter_name annotation in notebook paragraph. |
||
| ZEPPELIN_INTERPRETER_DIR | zeppelin.interpreter.dir | interpreter | -Zeppelin interpreter directory | +Interpreter directory | |
| ZEPPELIN_WEBSOCKET_MAX_TEXT_MESSAGE_SIZE |