You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/12/28 06:58:33 UTC

[iotdb] branch jira_1086 created (now b13cd0f)

This is an automated email from the ASF dual-hosted git repository.

sunzesong pushed a change to branch jira_1086
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at b13cd0f  [IOTDB-1086] Improve document of Zeppelin installation

This branch includes the following new commits:

     new b13cd0f  [IOTDB-1086] Improve document of Zeppelin installation

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: [IOTDB-1086] Improve document of Zeppelin installation

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sunzesong pushed a commit to branch jira_1086
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit b13cd0f270a3128431aaa2705f3bd5846cb2aae7
Author: samperson1997 <sz...@mails.tsinghua.edu.cn>
AuthorDate: Mon Dec 28 14:57:55 2020 +0800

    [IOTDB-1086] Improve document of Zeppelin installation
---
 docs/UserGuide/Ecosystem Integration/Zeppelin-IoTDB.md    | 9 ++++++---
 docs/zh/UserGuide/Ecosystem Integration/Zeppelin-IoTDB.md | 9 ++++++---
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/docs/UserGuide/Ecosystem Integration/Zeppelin-IoTDB.md b/docs/UserGuide/Ecosystem Integration/Zeppelin-IoTDB.md
index fc8edf5..2fe6e9f 100644
--- a/docs/UserGuide/Ecosystem Integration/Zeppelin-IoTDB.md	
+++ b/docs/UserGuide/Ecosystem Integration/Zeppelin-IoTDB.md	
@@ -49,11 +49,14 @@ Zeppelin is a web-based notebook that enables interactive data analytics. You ca
 | :-----------: | :-----------: | :--------------: |
 |  >=`0.12.0-SNAPSHOT`   | >=`1.8.0_271` |    `>=0.9.0`     |
 
-You can install IoTDB according to [IoTDB Quick Start](https://iotdb.apache.org/UserGuide/Master/Get%20Started/QuickStart.html). Suppose IoTDB is placed at `$IoTDB_HOME`.
-
-You can download [Zeppelin](https://zeppelin.apache.org/download.html#) and unpack the binary package directly or [build Zeppelin from source](https://zeppelin.apache.org/docs/latest/setup/basics/how_to_build.html). Suppose Zeppelin is placed at `$Zeppelin_HOME`.
+Install IoTDB: Reference to [IoTDB Quick Start](https://iotdb.apache.org/UserGuide/Master/Get%20Started/QuickStart.html). Suppose IoTDB is placed at `$IoTDB_HOME`.
 
+Install Zeppelin:
+> Method A. Download directly: You can download [Zeppelin](https://zeppelin.apache.org/download.html#) and unpack the binary package. [netinst](http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.9.0/zeppelin-0.9.0-bin-netinst.tgz) binary package is recommended.
+> 
+> Method B. Compile from source code: Reference to [build Zeppelin from source](https://zeppelin.apache.org/docs/latest/setup/basics/how_to_build.html). The command is `mvn clean package -pl zeppelin-web,zeppelin-server -am -DskipTests`.
 
+Suppose Zeppelin is placed at `$Zeppelin_HOME`.
 
 ## 3.2 Build Interpreter
 
diff --git a/docs/zh/UserGuide/Ecosystem Integration/Zeppelin-IoTDB.md b/docs/zh/UserGuide/Ecosystem Integration/Zeppelin-IoTDB.md
index 65e5ecd..35c4a3e 100644
--- a/docs/zh/UserGuide/Ecosystem Integration/Zeppelin-IoTDB.md	
+++ b/docs/zh/UserGuide/Ecosystem Integration/Zeppelin-IoTDB.md	
@@ -48,11 +48,14 @@ Apache Zeppelin 是一个基于网页的交互式数据分析系统。用户可
 | :--------: | :-----------: | :-----------: |
 | >=`0.12.0-SNAPSHOT` | >=`1.8.0_271` |   `>=0.9.0`   |
 
-> 用户需要首先安装IoTDB:[IoTDB Quick Start](https://iotdb.apache.org/UserGuide/Master/Get%20Started/QuickStart.html). 假设 IoTDB 安装在 `$IoTDB_HOME`.
->
-> 用户可以下载 [Zeppelin](https://zeppelin.apache.org/download.html#) 并解压二进制文件,或 [从源码构建Zeppelin](https://zeppelin.apache.org/docs/latest/setup/basics/how_to_build.html). 假设 Zeppelin 安装在 `$Zeppelin_HOME`.
+安装 IoTDB:参考 [IoTDB Quick Start](https://iotdb.apache.org/UserGuide/Master/Get%20Started/QuickStart.html). 假设 IoTDB 安装在 `$IoTDB_HOME`.
 
+安装 Zeppelin:
+> 方法1 直接下载:下载 [Zeppelin](https://zeppelin.apache.org/download.html#) 并解压二进制文件。推荐下载 [netinst](http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.9.0/zeppelin-0.9.0-bin-netinst.tgz) 二进制包。
+>
+> 方法2 源码编译:参考[从源码构建 Zeppelin](https://zeppelin.apache.org/docs/latest/setup/basics/how_to_build.html) ,使用命令为 `mvn clean package -pl zeppelin-web,zeppelin-server -am -DskipTests`。
 
+假设 Zeppelin 安装在 `$Zeppelin_HOME`.
 
 ## 3.2 编译解释器