This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 06284f2 Ecosystem-Integration: fix Zeppelin tutorial (#320)
06284f2 is described below
commit 06284f25eba18afb492a1f054ff6f2921e793e96
Author: Peng Junzhi <[email protected]>
AuthorDate: Fri Aug 16 11:27:54 2024 +0800
Ecosystem-Integration: fix Zeppelin tutorial (#320)
* fix Zeppelin
* fix old version
---
src/UserGuide/Master/Ecosystem-Integration/Zeppelin-IoTDB.md | 9 +++++++++
src/UserGuide/V0.13.x/Ecosystem-Integration/Zeppelin-IoTDB.md | 11 +++++++++++
src/UserGuide/V1.0.x/Ecosystem-Integration/Zeppelin-IoTDB.md | 11 +++++++++++
src/UserGuide/V1.1.x/Ecosystem-Integration/Zeppelin-IoTDB.md | 11 +++++++++++
src/UserGuide/V1.2.x/Ecosystem-Integration/Zeppelin-IoTDB.md | 10 ++++++++++
src/UserGuide/latest/Ecosystem-Integration/Zeppelin-IoTDB.md | 8 ++++++++
.../UserGuide/Master/Ecosystem-Integration/Zeppelin-IoTDB.md | 10 ++++++++++
.../UserGuide/V0.13.x/Ecosystem-Integration/Zeppelin-IoTDB.md | 11 +++++++++++
.../UserGuide/V1.0.x/Ecosystem-Integration/Zeppelin-IoTDB.md | 11 +++++++++++
.../UserGuide/V1.1.x/Ecosystem-Integration/Zeppelin-IoTDB.md | 11 +++++++++++
.../UserGuide/V1.2.x/Ecosystem-Integration/Zeppelin-IoTDB.md | 11 +++++++++++
.../UserGuide/latest/Ecosystem-Integration/Zeppelin-IoTDB.md | 10 ++++++++++
12 files changed, 124 insertions(+)
diff --git a/src/UserGuide/Master/Ecosystem-Integration/Zeppelin-IoTDB.md
b/src/UserGuide/Master/Ecosystem-Integration/Zeppelin-IoTDB.md
index c7d5778..4e204e5 100644
--- a/src/UserGuide/Master/Ecosystem-Integration/Zeppelin-IoTDB.md
+++ b/src/UserGuide/Master/Ecosystem-Integration/Zeppelin-IoTDB.md
@@ -71,6 +71,15 @@ Once you have built your interpreter, create a new folder
under the Zeppelin int
cp
$IoTDB_HOME/zeppelin-interpreter/target/zeppelin-{version}-SNAPSHOT-jar-with-dependencies.jar
$Zeppelin_HOME/interpreter/iotdb
```
+### Modify Configuration
+
+Enter `$Zeppelin_HOME/conf` and use template to create Zeppelin configuration
file:
+
+```shell
+cp zeppelin-site.xml.template zeppelin-site.xml
+```
+
+Open the zeppelin-site.xml file and change the `zeppelin.server.addr` item to
`0.0.0.0`
### Running Zeppelin and IoTDB
diff --git a/src/UserGuide/V0.13.x/Ecosystem-Integration/Zeppelin-IoTDB.md
b/src/UserGuide/V0.13.x/Ecosystem-Integration/Zeppelin-IoTDB.md
index a446b18..8ba79cd 100644
--- a/src/UserGuide/V0.13.x/Ecosystem-Integration/Zeppelin-IoTDB.md
+++ b/src/UserGuide/V0.13.x/Ecosystem-Integration/Zeppelin-IoTDB.md
@@ -60,6 +60,17 @@ The interpreter will be in the folder:
```
+#### Modify Configuration
+
+Enter `$Zeppelin_HOME/conf` and use template to create Zeppelin configuration
file:
+
+```shell
+cp zeppelin-site.xml.template zeppelin-site.xml
+```
+
+Open the zeppelin-site.xml file and change the `zeppelin.server.addr` item to
`0.0.0.0`
+
+
#### Install Interpreter
diff --git a/src/UserGuide/V1.0.x/Ecosystem-Integration/Zeppelin-IoTDB.md
b/src/UserGuide/V1.0.x/Ecosystem-Integration/Zeppelin-IoTDB.md
index 455ee59..002693d 100644
--- a/src/UserGuide/V1.0.x/Ecosystem-Integration/Zeppelin-IoTDB.md
+++ b/src/UserGuide/V1.0.x/Ecosystem-Integration/Zeppelin-IoTDB.md
@@ -72,6 +72,17 @@ Once you have built your interpreter, create a new folder
under the Zeppelin int
```
+#### Modify Configuration
+
+Enter `$Zeppelin_HOME/conf` and use template to create Zeppelin configuration
file:
+
+```shell
+cp zeppelin-site.xml.template zeppelin-site.xml
+```
+
+Open the zeppelin-site.xml file and change the `zeppelin.server.addr` item to
`0.0.0.0`
+
+
#### Running Zeppelin and IoTDB
diff --git a/src/UserGuide/V1.1.x/Ecosystem-Integration/Zeppelin-IoTDB.md
b/src/UserGuide/V1.1.x/Ecosystem-Integration/Zeppelin-IoTDB.md
index 455ee59..002693d 100644
--- a/src/UserGuide/V1.1.x/Ecosystem-Integration/Zeppelin-IoTDB.md
+++ b/src/UserGuide/V1.1.x/Ecosystem-Integration/Zeppelin-IoTDB.md
@@ -72,6 +72,17 @@ Once you have built your interpreter, create a new folder
under the Zeppelin int
```
+#### Modify Configuration
+
+Enter `$Zeppelin_HOME/conf` and use template to create Zeppelin configuration
file:
+
+```shell
+cp zeppelin-site.xml.template zeppelin-site.xml
+```
+
+Open the zeppelin-site.xml file and change the `zeppelin.server.addr` item to
`0.0.0.0`
+
+
#### Running Zeppelin and IoTDB
diff --git a/src/UserGuide/V1.2.x/Ecosystem-Integration/Zeppelin-IoTDB.md
b/src/UserGuide/V1.2.x/Ecosystem-Integration/Zeppelin-IoTDB.md
index c7d5778..0353d53 100644
--- a/src/UserGuide/V1.2.x/Ecosystem-Integration/Zeppelin-IoTDB.md
+++ b/src/UserGuide/V1.2.x/Ecosystem-Integration/Zeppelin-IoTDB.md
@@ -71,6 +71,16 @@ Once you have built your interpreter, create a new folder
under the Zeppelin int
cp
$IoTDB_HOME/zeppelin-interpreter/target/zeppelin-{version}-SNAPSHOT-jar-with-dependencies.jar
$Zeppelin_HOME/interpreter/iotdb
```
+### Modify Configuration
+
+Enter `$Zeppelin_HOME/conf` and use template to create Zeppelin configuration
file:
+
+```shell
+cp zeppelin-site.xml.template zeppelin-site.xml
+```
+
+Open the zeppelin-site.xml file and change the `zeppelin.server.addr` item to
`0.0.0.0`
+
### Running Zeppelin and IoTDB
diff --git a/src/UserGuide/latest/Ecosystem-Integration/Zeppelin-IoTDB.md
b/src/UserGuide/latest/Ecosystem-Integration/Zeppelin-IoTDB.md
index c7d5778..b1e13e0 100644
--- a/src/UserGuide/latest/Ecosystem-Integration/Zeppelin-IoTDB.md
+++ b/src/UserGuide/latest/Ecosystem-Integration/Zeppelin-IoTDB.md
@@ -71,7 +71,15 @@ Once you have built your interpreter, create a new folder
under the Zeppelin int
cp
$IoTDB_HOME/zeppelin-interpreter/target/zeppelin-{version}-SNAPSHOT-jar-with-dependencies.jar
$Zeppelin_HOME/interpreter/iotdb
```
+### Modify Configuration
+Enter `$Zeppelin_HOME/conf` and use template to create Zeppelin configuration
file:
+
+```shell
+cp zeppelin-site.xml.template zeppelin-site.xml
+```
+
+Open the zeppelin-site.xml file and change the `zeppelin.server.addr` item to
`0.0.0.0`
### Running Zeppelin and IoTDB
diff --git a/src/zh/UserGuide/Master/Ecosystem-Integration/Zeppelin-IoTDB.md
b/src/zh/UserGuide/Master/Ecosystem-Integration/Zeppelin-IoTDB.md
index b2117de..ae7738b 100644
--- a/src/zh/UserGuide/Master/Ecosystem-Integration/Zeppelin-IoTDB.md
+++ b/src/zh/UserGuide/Master/Ecosystem-Integration/Zeppelin-IoTDB.md
@@ -69,6 +69,16 @@ mkdir -p $Zeppelin_HOME/interpreter/iotdb
cp
$IoTDB_HOME/zeppelin-interpreter/target/zeppelin-{version}-SNAPSHOT-jar-with-dependencies.jar
$Zeppelin_HOME/interpreter/iotdb
```
+### 修改 Zeppelin 配置
+
+进入 `$Zeppelin_HOME/conf`,使用 template 创建 Zeppelin 配置文件:
+
+```shell
+cp zeppelin-site.xml.template zeppelin-site.xml
+```
+
+打开 zeppelin-site.xml 文件,将 `zeppelin.server.addr` 项修改为 `0.0.0.0`
+
### 启动 Zeppelin 和 IoTDB
进入 `$Zeppelin_HOME` 并运行 Zeppelin:
diff --git a/src/zh/UserGuide/V0.13.x/Ecosystem-Integration/Zeppelin-IoTDB.md
b/src/zh/UserGuide/V0.13.x/Ecosystem-Integration/Zeppelin-IoTDB.md
index b1b35d7..55e0876 100644
--- a/src/zh/UserGuide/V0.13.x/Ecosystem-Integration/Zeppelin-IoTDB.md
+++ b/src/zh/UserGuide/V0.13.x/Ecosystem-Integration/Zeppelin-IoTDB.md
@@ -59,6 +59,17 @@ mvn clean package -pl zeppelin-interpreter -am -DskipTests
-P get-jar-with-depen
$IoTDB_HOME/zeppelin-interpreter/target/zeppelin-{version}-SNAPSHOT-jar-with-dependencies.jar
```
+#### 修改 Zeppelin 配置
+
+进入 `$Zeppelin_HOME/conf`,使用 template 创建 Zeppelin 配置文件:
+
+```shell
+cp zeppelin-site.xml.template zeppelin-site.xml
+```
+
+打开 zeppelin-site.xml 文件,将 `zeppelin.server.addr` 项修改为 `0.0.0.0`
+
+
#### 安装解释器
当你编译好了解释器,在 Zeppelin 的解释器目录下创建一个新的文件夹`iotdb`,并将 IoTDB 解释器放入其中。
diff --git a/src/zh/UserGuide/V1.0.x/Ecosystem-Integration/Zeppelin-IoTDB.md
b/src/zh/UserGuide/V1.0.x/Ecosystem-Integration/Zeppelin-IoTDB.md
index b84bdef..4e24f09 100644
--- a/src/zh/UserGuide/V1.0.x/Ecosystem-Integration/Zeppelin-IoTDB.md
+++ b/src/zh/UserGuide/V1.0.x/Ecosystem-Integration/Zeppelin-IoTDB.md
@@ -69,6 +69,17 @@ mkdir -p $Zeppelin_HOME/interpreter/iotdb
cp
$IoTDB_HOME/zeppelin-interpreter/target/zeppelin-{version}-SNAPSHOT-jar-with-dependencies.jar
$Zeppelin_HOME/interpreter/iotdb
```
+#### 修改 Zeppelin 配置
+
+进入 `$Zeppelin_HOME/conf`,使用 template 创建 Zeppelin 配置文件:
+
+```shell
+cp zeppelin-site.xml.template zeppelin-site.xml
+```
+
+打开 zeppelin-site.xml 文件,将 `zeppelin.server.addr` 项修改为 `0.0.0.0`
+
+
#### 启动 Zeppelin 和 IoTDB
进入 `$Zeppelin_HOME` 并运行 Zeppelin:
diff --git a/src/zh/UserGuide/V1.1.x/Ecosystem-Integration/Zeppelin-IoTDB.md
b/src/zh/UserGuide/V1.1.x/Ecosystem-Integration/Zeppelin-IoTDB.md
index b84bdef..a617d49 100644
--- a/src/zh/UserGuide/V1.1.x/Ecosystem-Integration/Zeppelin-IoTDB.md
+++ b/src/zh/UserGuide/V1.1.x/Ecosystem-Integration/Zeppelin-IoTDB.md
@@ -59,6 +59,17 @@ mvn clean package -pl zeppelin-interpreter -am -DskipTests
-P get-jar-with-depen
$IoTDB_HOME/zeppelin-interpreter/target/zeppelin-{version}-SNAPSHOT-jar-with-dependencies.jar
```
+#### 修改 Zeppelin 配置
+
+进入 `$Zeppelin_HOME/conf`,使用 template 创建 Zeppelin 配置文件:
+
+```shell
+cp zeppelin-site.xml.template zeppelin-site.xml
+```
+
+打开 zeppelin-site.xml 文件,将 `zeppelin.server.addr` 项修改为 `0.0.0.0`
+
+
#### 安装解释器
当你编译好了解释器,在 Zeppelin 的解释器目录下创建一个新的文件夹`iotdb`,并将 IoTDB 解释器放入其中。
diff --git a/src/zh/UserGuide/V1.2.x/Ecosystem-Integration/Zeppelin-IoTDB.md
b/src/zh/UserGuide/V1.2.x/Ecosystem-Integration/Zeppelin-IoTDB.md
index b2117de..b86843a 100644
--- a/src/zh/UserGuide/V1.2.x/Ecosystem-Integration/Zeppelin-IoTDB.md
+++ b/src/zh/UserGuide/V1.2.x/Ecosystem-Integration/Zeppelin-IoTDB.md
@@ -59,6 +59,17 @@ cd $IoTDB_HOME
$IoTDB_HOME/zeppelin-interpreter/target/zeppelin-{version}-SNAPSHOT-jar-with-dependencies.jar
```
+### 修改 Zeppelin 配置
+
+进入 `$Zeppelin_HOME/conf`,使用 template 创建 Zeppelin 配置文件:
+
+```shell
+cp zeppelin-site.xml.template zeppelin-site.xml
+```
+
+打开 zeppelin-site.xml 文件,将 `zeppelin.server.addr` 项修改为 `0.0.0.0`
+
+
### 安装解释器
当你编译好了解释器,在 Zeppelin 的解释器目录下创建一个新的文件夹`iotdb`,并将 IoTDB 解释器放入其中。
diff --git a/src/zh/UserGuide/latest/Ecosystem-Integration/Zeppelin-IoTDB.md
b/src/zh/UserGuide/latest/Ecosystem-Integration/Zeppelin-IoTDB.md
index b2117de..ae7738b 100644
--- a/src/zh/UserGuide/latest/Ecosystem-Integration/Zeppelin-IoTDB.md
+++ b/src/zh/UserGuide/latest/Ecosystem-Integration/Zeppelin-IoTDB.md
@@ -69,6 +69,16 @@ mkdir -p $Zeppelin_HOME/interpreter/iotdb
cp
$IoTDB_HOME/zeppelin-interpreter/target/zeppelin-{version}-SNAPSHOT-jar-with-dependencies.jar
$Zeppelin_HOME/interpreter/iotdb
```
+### 修改 Zeppelin 配置
+
+进入 `$Zeppelin_HOME/conf`,使用 template 创建 Zeppelin 配置文件:
+
+```shell
+cp zeppelin-site.xml.template zeppelin-site.xml
+```
+
+打开 zeppelin-site.xml 文件,将 `zeppelin.server.addr` 项修改为 `0.0.0.0`
+
### 启动 Zeppelin 和 IoTDB
进入 `$Zeppelin_HOME` 并运行 Zeppelin: