This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch docs/dev
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/docs/dev by this push:
new 2193f950 Modify ecological error information (#477)
2193f950 is described below
commit 2193f9509bb536971ed179c32e97acbab08ec3e0
Author: W1y1r <[email protected]>
AuthorDate: Sun Apr 27 16:10:05 2025 +0800
Modify ecological error information (#477)
---
.../develop/Ecosystem Integration/Hive-TsFile.md | 9 +-
.../develop/Ecosystem Integration/Spark-TsFile.md | 149 ++++++++++++++++++++-
.../latest/Ecosystem Integration/Hive-TsFile.md | 9 +-
.../latest/Ecosystem Integration/Spark-TsFile.md | 149 ++++++++++++++++++++-
.../v1.x/Ecosystem Integration/Hive-TsFile.md | 8 +-
.../v1.x/Ecosystem Integration/Spark-TsFile.md | 149 ++++++++++++++++++++-
.../develop/Ecosystem Integration/Hive-TsFile.md | 9 +-
.../develop/Ecosystem Integration/Spark-TsFile.md | 5 +-
.../latest/Ecosystem Integration/Hive-TsFile.md | 9 +-
.../latest/Ecosystem Integration/Spark-TsFile.md | 5 +-
.../v1.x/Ecosystem Integration/Hive-TsFile.md | 9 +-
.../v1.x/Ecosystem Integration/Spark-TsFile.md | 5 +-
12 files changed, 467 insertions(+), 48 deletions(-)
diff --git a/src/UserGuide/develop/Ecosystem Integration/Hive-TsFile.md
b/src/UserGuide/develop/Ecosystem Integration/Hive-TsFile.md
index 227a1e38..f47303d3 100644
--- a/src/UserGuide/develop/Ecosystem Integration/Hive-TsFile.md
+++ b/src/UserGuide/develop/Ecosystem Integration/Hive-TsFile.md
@@ -53,17 +53,18 @@ With this connector, you can
## 4. Add Dependency For Hive
+
To use hive-connector in hive, we should add the hive-connector jar into hive.
-After downloading the code of iotdb from <https://github.com/apache/iotdb>,
you can use the command of `mvn clean package -pl
iotdb-connector/hive-connector -am -Dmaven.test.skip=true -P
get-jar-with-dependencies` to get a
`hive-connector-X.X.X-jar-with-dependencies.jar`.
+After downloading the code of iotdb-extra from
<https://github.com/apache/iotdb-extra>, you can use the command of `mvn clean
package -pl connectors/hive-connector -am -DskipTests -P
get-jar-with-dependencies` to get a
`hive-connector-X.X.X-SNAPSHOT-jar-with-dependencies.jar`.
Then in hive, use the command of `add jar XXX` to add the dependency. For
example:
```
-hive> add jar
/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar;
+hive> add jar
/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar;
-Added
[/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
to class path
-Added resources:
[/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
+Added
[/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
to class path
+Added resources:
[/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
```
diff --git a/src/UserGuide/develop/Ecosystem Integration/Spark-TsFile.md
b/src/UserGuide/develop/Ecosystem Integration/Spark-TsFile.md
index 6df313fc..73f3962c 100644
--- a/src/UserGuide/develop/Ecosystem Integration/Spark-TsFile.md
+++ b/src/UserGuide/develop/Ecosystem Integration/Spark-TsFile.md
@@ -37,7 +37,7 @@ With this connector, you can
|:-------------: | :-------------: | :------------: |:------------: |
| `2.4.3` | `2.11.8` | `1.8` | `1.0.0`|
-> Note: For more information about how to download and use TsFile, please see
the following link: https://github.com/apache/iotdb/tree/master/tsfile.
+
> Currently we only support spark version 2.4.3 and there are some known issue
> on 2.4.7, do no use it
## 3. Quick Start
@@ -53,7 +53,7 @@ Note:
* \<spark-shell-path\> is the real path of your spark-shell.
* Multiple jar packages are separated by commas without any spaces.
-* See https://github.com/apache/iotdb/tree/master/tsfile for how to get TsFile.
+* For more detailed information on connectors, please refer to
https://github.com/apache/iotdb-extras/tree/master/connectors
### 3.2 Distributed Mode
@@ -68,7 +68,7 @@ Note:
* \<spark-shell-path\> is the real path of your spark-shell.
* Multiple jar packages are separated by commas without any spaces.
-* See https://github.com/apache/iotdb/tree/master/tsfile for how to get TsFile.
+* For more detailed information on connectors, please refer to
https://github.com/apache/iotdb-extras/tree/master/connectors
## 4. Data Type Correspondence
@@ -94,7 +94,60 @@ The way to display TsFile is dependent on the schema. Take
the following TsFile
The existing data in the TsFile are:
-<img width="519" alt="ST 1"
src="/img/github/98197920-be9abc80-1f62-11eb-9efb-027f0590031c.png">
+<table style="text-align: left;">
+ <tbody>
+ <tr>
+ <th colspan="4">device:root.In.wf01.wt01</th>
+ <th colspan="4">device:root.In.wf02.wt02</th>
+ </tr>
+ <tr>
+ <td colspan="2">status</td>
+ <td colspan="2">temperature</td>
+ <td colspan="2">hardware</td>
+ <td colspan="2">status</td>
+ </tr>
+ <tr>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ </tr>
+ <tr>
+ <td>1</td>
+ <td>True</td>
+ <td>1</td>
+ <td>2.2</td>
+ <td>2</td>
+ <td>"aaa"</td>
+ <td>1</td>
+ <td>True</td>
+ </tr>
+ <tr>
+ <td>3</td>
+ <td>True</td>
+ <td>2</td>
+ <td>2.2</td>
+ <td>4</td>
+ <td>"bbb"</td>
+ <td>2</td>
+ <td>False</td>
+ </tr>
+ <tr>
+ <td>5</td>
+ <td>False</td>
+ <td>3</td>
+ <td>2.1</td>
+ <td>6</td>
+ <td>"ccc"</td>
+ <td>4</td>
+ <td>True</td>
+ </tr>
+</tbody>
+</table>
The corresponding SparkSQL table is:
@@ -239,7 +292,93 @@ The way to display TsFile is related to TsFile Schema.
Take the following TsFile
The existing data in the file are:
-<img width="817" alt="ST 2"
src="/img/github/98197948-cf4b3280-1f62-11eb-9c8c-c97d1adf032c.png">
+<table style="text-align: left;">
+ <tbody>
+ <tr>
+ <th colspan="4">delta Lobject:root.In.wf01.wt01</th>
+ <th colspan="4">delta Lobject:root.In.wf02.wt02</th>
+ <th colspan="4">deltaLobject:root.sgcc.wf03.wt01</th>
+ </tr>
+ <tr>
+ <td colspan="2">status</td>
+ <td colspan="2">temperature</td>
+ <td colspan="2">hardware</td>
+ <td colspan="2">status</td>
+ <td colspan="2">status</td>
+ <td colspan="2">temperature</td>
+ </tr>
+ <tr>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ </tr>
+ <tr>
+ <td>1</td>
+ <td>True</td>
+ <td>1</td>
+ <td>2.2</td>
+ <td>2</td>
+ <td>"aaa"</td>
+ <td>1</td>
+ <td>True</td>
+ <td>2</td>
+ <td>True</td>
+ <td>3</td>
+ <td>3.3</td>
+ </tr>
+ <tr>
+ <td>3</td>
+ <td>True</td>
+ <td>2</td>
+ <td>2.2</td>
+ <td>4</td>
+ <td>"bbb"</td>
+ <td>2</td>
+ <td>False</td>
+ <td>3</td>
+ <td>True</td>
+ <td>6</td>
+ <td>6.6</td>
+ </tr>
+ <tr>
+ <td>5</td>
+ <td>False</td>
+ <td>3</td>
+ <td>2.1</td>
+ <td>6</td>
+ <td>"ccc"</td>
+ <td>4</td>
+ <td>True</td>
+ <td>4</td>
+ <td>True</td>
+ <td>8</td>
+ <td>8.8</td>
+ </tr>
+ <tr>
+ <td>7</td>
+ <td>True</td>
+ <td>4</td>
+ <td>2.0</td>
+ <td>8</td>
+ <td>"ddd"</td>
+ <td>5</td>
+ <td>False</td>
+ <td>6</td>
+ <td>True</td>
+ <td>9</td>
+ <td>9.9</td>
+ </tr>
+</tbody>
+</table>
A set of time-series data
diff --git a/src/UserGuide/latest/Ecosystem Integration/Hive-TsFile.md
b/src/UserGuide/latest/Ecosystem Integration/Hive-TsFile.md
index 227a1e38..f47303d3 100644
--- a/src/UserGuide/latest/Ecosystem Integration/Hive-TsFile.md
+++ b/src/UserGuide/latest/Ecosystem Integration/Hive-TsFile.md
@@ -53,17 +53,18 @@ With this connector, you can
## 4. Add Dependency For Hive
+
To use hive-connector in hive, we should add the hive-connector jar into hive.
-After downloading the code of iotdb from <https://github.com/apache/iotdb>,
you can use the command of `mvn clean package -pl
iotdb-connector/hive-connector -am -Dmaven.test.skip=true -P
get-jar-with-dependencies` to get a
`hive-connector-X.X.X-jar-with-dependencies.jar`.
+After downloading the code of iotdb-extra from
<https://github.com/apache/iotdb-extra>, you can use the command of `mvn clean
package -pl connectors/hive-connector -am -DskipTests -P
get-jar-with-dependencies` to get a
`hive-connector-X.X.X-SNAPSHOT-jar-with-dependencies.jar`.
Then in hive, use the command of `add jar XXX` to add the dependency. For
example:
```
-hive> add jar
/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar;
+hive> add jar
/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar;
-Added
[/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
to class path
-Added resources:
[/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
+Added
[/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
to class path
+Added resources:
[/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
```
diff --git a/src/UserGuide/latest/Ecosystem Integration/Spark-TsFile.md
b/src/UserGuide/latest/Ecosystem Integration/Spark-TsFile.md
index 6df313fc..73f3962c 100644
--- a/src/UserGuide/latest/Ecosystem Integration/Spark-TsFile.md
+++ b/src/UserGuide/latest/Ecosystem Integration/Spark-TsFile.md
@@ -37,7 +37,7 @@ With this connector, you can
|:-------------: | :-------------: | :------------: |:------------: |
| `2.4.3` | `2.11.8` | `1.8` | `1.0.0`|
-> Note: For more information about how to download and use TsFile, please see
the following link: https://github.com/apache/iotdb/tree/master/tsfile.
+
> Currently we only support spark version 2.4.3 and there are some known issue
> on 2.4.7, do no use it
## 3. Quick Start
@@ -53,7 +53,7 @@ Note:
* \<spark-shell-path\> is the real path of your spark-shell.
* Multiple jar packages are separated by commas without any spaces.
-* See https://github.com/apache/iotdb/tree/master/tsfile for how to get TsFile.
+* For more detailed information on connectors, please refer to
https://github.com/apache/iotdb-extras/tree/master/connectors
### 3.2 Distributed Mode
@@ -68,7 +68,7 @@ Note:
* \<spark-shell-path\> is the real path of your spark-shell.
* Multiple jar packages are separated by commas without any spaces.
-* See https://github.com/apache/iotdb/tree/master/tsfile for how to get TsFile.
+* For more detailed information on connectors, please refer to
https://github.com/apache/iotdb-extras/tree/master/connectors
## 4. Data Type Correspondence
@@ -94,7 +94,60 @@ The way to display TsFile is dependent on the schema. Take
the following TsFile
The existing data in the TsFile are:
-<img width="519" alt="ST 1"
src="/img/github/98197920-be9abc80-1f62-11eb-9efb-027f0590031c.png">
+<table style="text-align: left;">
+ <tbody>
+ <tr>
+ <th colspan="4">device:root.In.wf01.wt01</th>
+ <th colspan="4">device:root.In.wf02.wt02</th>
+ </tr>
+ <tr>
+ <td colspan="2">status</td>
+ <td colspan="2">temperature</td>
+ <td colspan="2">hardware</td>
+ <td colspan="2">status</td>
+ </tr>
+ <tr>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ </tr>
+ <tr>
+ <td>1</td>
+ <td>True</td>
+ <td>1</td>
+ <td>2.2</td>
+ <td>2</td>
+ <td>"aaa"</td>
+ <td>1</td>
+ <td>True</td>
+ </tr>
+ <tr>
+ <td>3</td>
+ <td>True</td>
+ <td>2</td>
+ <td>2.2</td>
+ <td>4</td>
+ <td>"bbb"</td>
+ <td>2</td>
+ <td>False</td>
+ </tr>
+ <tr>
+ <td>5</td>
+ <td>False</td>
+ <td>3</td>
+ <td>2.1</td>
+ <td>6</td>
+ <td>"ccc"</td>
+ <td>4</td>
+ <td>True</td>
+ </tr>
+</tbody>
+</table>
The corresponding SparkSQL table is:
@@ -239,7 +292,93 @@ The way to display TsFile is related to TsFile Schema.
Take the following TsFile
The existing data in the file are:
-<img width="817" alt="ST 2"
src="/img/github/98197948-cf4b3280-1f62-11eb-9c8c-c97d1adf032c.png">
+<table style="text-align: left;">
+ <tbody>
+ <tr>
+ <th colspan="4">delta Lobject:root.In.wf01.wt01</th>
+ <th colspan="4">delta Lobject:root.In.wf02.wt02</th>
+ <th colspan="4">deltaLobject:root.sgcc.wf03.wt01</th>
+ </tr>
+ <tr>
+ <td colspan="2">status</td>
+ <td colspan="2">temperature</td>
+ <td colspan="2">hardware</td>
+ <td colspan="2">status</td>
+ <td colspan="2">status</td>
+ <td colspan="2">temperature</td>
+ </tr>
+ <tr>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ </tr>
+ <tr>
+ <td>1</td>
+ <td>True</td>
+ <td>1</td>
+ <td>2.2</td>
+ <td>2</td>
+ <td>"aaa"</td>
+ <td>1</td>
+ <td>True</td>
+ <td>2</td>
+ <td>True</td>
+ <td>3</td>
+ <td>3.3</td>
+ </tr>
+ <tr>
+ <td>3</td>
+ <td>True</td>
+ <td>2</td>
+ <td>2.2</td>
+ <td>4</td>
+ <td>"bbb"</td>
+ <td>2</td>
+ <td>False</td>
+ <td>3</td>
+ <td>True</td>
+ <td>6</td>
+ <td>6.6</td>
+ </tr>
+ <tr>
+ <td>5</td>
+ <td>False</td>
+ <td>3</td>
+ <td>2.1</td>
+ <td>6</td>
+ <td>"ccc"</td>
+ <td>4</td>
+ <td>True</td>
+ <td>4</td>
+ <td>True</td>
+ <td>8</td>
+ <td>8.8</td>
+ </tr>
+ <tr>
+ <td>7</td>
+ <td>True</td>
+ <td>4</td>
+ <td>2.0</td>
+ <td>8</td>
+ <td>"ddd"</td>
+ <td>5</td>
+ <td>False</td>
+ <td>6</td>
+ <td>True</td>
+ <td>9</td>
+ <td>9.9</td>
+ </tr>
+</tbody>
+</table>
A set of time-series data
diff --git a/src/UserGuide/v1.x/Ecosystem Integration/Hive-TsFile.md
b/src/UserGuide/v1.x/Ecosystem Integration/Hive-TsFile.md
index 227a1e38..0d43afd4 100644
--- a/src/UserGuide/v1.x/Ecosystem Integration/Hive-TsFile.md
+++ b/src/UserGuide/v1.x/Ecosystem Integration/Hive-TsFile.md
@@ -55,15 +55,15 @@ With this connector, you can
To use hive-connector in hive, we should add the hive-connector jar into hive.
-After downloading the code of iotdb from <https://github.com/apache/iotdb>,
you can use the command of `mvn clean package -pl
iotdb-connector/hive-connector -am -Dmaven.test.skip=true -P
get-jar-with-dependencies` to get a
`hive-connector-X.X.X-jar-with-dependencies.jar`.
+After downloading the code of iotdb-extra from
<https://github.com/apache/iotdb-extra>, you can use the command of `mvn clean
package -pl connectors/hive-connector -am -DskipTests -P
get-jar-with-dependencies` to get a
`hive-connector-X.X.X-SNAPSHOT-jar-with-dependencies.jar`.
Then in hive, use the command of `add jar XXX` to add the dependency. For
example:
```
-hive> add jar
/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar;
+hive> add jar
/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar;
-Added
[/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
to class path
-Added resources:
[/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
+Added
[/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
to class path
+Added resources:
[/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
```
diff --git a/src/UserGuide/v1.x/Ecosystem Integration/Spark-TsFile.md
b/src/UserGuide/v1.x/Ecosystem Integration/Spark-TsFile.md
index 6df313fc..73f3962c 100644
--- a/src/UserGuide/v1.x/Ecosystem Integration/Spark-TsFile.md
+++ b/src/UserGuide/v1.x/Ecosystem Integration/Spark-TsFile.md
@@ -37,7 +37,7 @@ With this connector, you can
|:-------------: | :-------------: | :------------: |:------------: |
| `2.4.3` | `2.11.8` | `1.8` | `1.0.0`|
-> Note: For more information about how to download and use TsFile, please see
the following link: https://github.com/apache/iotdb/tree/master/tsfile.
+
> Currently we only support spark version 2.4.3 and there are some known issue
> on 2.4.7, do no use it
## 3. Quick Start
@@ -53,7 +53,7 @@ Note:
* \<spark-shell-path\> is the real path of your spark-shell.
* Multiple jar packages are separated by commas without any spaces.
-* See https://github.com/apache/iotdb/tree/master/tsfile for how to get TsFile.
+* For more detailed information on connectors, please refer to
https://github.com/apache/iotdb-extras/tree/master/connectors
### 3.2 Distributed Mode
@@ -68,7 +68,7 @@ Note:
* \<spark-shell-path\> is the real path of your spark-shell.
* Multiple jar packages are separated by commas without any spaces.
-* See https://github.com/apache/iotdb/tree/master/tsfile for how to get TsFile.
+* For more detailed information on connectors, please refer to
https://github.com/apache/iotdb-extras/tree/master/connectors
## 4. Data Type Correspondence
@@ -94,7 +94,60 @@ The way to display TsFile is dependent on the schema. Take
the following TsFile
The existing data in the TsFile are:
-<img width="519" alt="ST 1"
src="/img/github/98197920-be9abc80-1f62-11eb-9efb-027f0590031c.png">
+<table style="text-align: left;">
+ <tbody>
+ <tr>
+ <th colspan="4">device:root.In.wf01.wt01</th>
+ <th colspan="4">device:root.In.wf02.wt02</th>
+ </tr>
+ <tr>
+ <td colspan="2">status</td>
+ <td colspan="2">temperature</td>
+ <td colspan="2">hardware</td>
+ <td colspan="2">status</td>
+ </tr>
+ <tr>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ </tr>
+ <tr>
+ <td>1</td>
+ <td>True</td>
+ <td>1</td>
+ <td>2.2</td>
+ <td>2</td>
+ <td>"aaa"</td>
+ <td>1</td>
+ <td>True</td>
+ </tr>
+ <tr>
+ <td>3</td>
+ <td>True</td>
+ <td>2</td>
+ <td>2.2</td>
+ <td>4</td>
+ <td>"bbb"</td>
+ <td>2</td>
+ <td>False</td>
+ </tr>
+ <tr>
+ <td>5</td>
+ <td>False</td>
+ <td>3</td>
+ <td>2.1</td>
+ <td>6</td>
+ <td>"ccc"</td>
+ <td>4</td>
+ <td>True</td>
+ </tr>
+</tbody>
+</table>
The corresponding SparkSQL table is:
@@ -239,7 +292,93 @@ The way to display TsFile is related to TsFile Schema.
Take the following TsFile
The existing data in the file are:
-<img width="817" alt="ST 2"
src="/img/github/98197948-cf4b3280-1f62-11eb-9c8c-c97d1adf032c.png">
+<table style="text-align: left;">
+ <tbody>
+ <tr>
+ <th colspan="4">delta Lobject:root.In.wf01.wt01</th>
+ <th colspan="4">delta Lobject:root.In.wf02.wt02</th>
+ <th colspan="4">deltaLobject:root.sgcc.wf03.wt01</th>
+ </tr>
+ <tr>
+ <td colspan="2">status</td>
+ <td colspan="2">temperature</td>
+ <td colspan="2">hardware</td>
+ <td colspan="2">status</td>
+ <td colspan="2">status</td>
+ <td colspan="2">temperature</td>
+ </tr>
+ <tr>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ <td>time</td>
+ <td>value</td>
+ </tr>
+ <tr>
+ <td>1</td>
+ <td>True</td>
+ <td>1</td>
+ <td>2.2</td>
+ <td>2</td>
+ <td>"aaa"</td>
+ <td>1</td>
+ <td>True</td>
+ <td>2</td>
+ <td>True</td>
+ <td>3</td>
+ <td>3.3</td>
+ </tr>
+ <tr>
+ <td>3</td>
+ <td>True</td>
+ <td>2</td>
+ <td>2.2</td>
+ <td>4</td>
+ <td>"bbb"</td>
+ <td>2</td>
+ <td>False</td>
+ <td>3</td>
+ <td>True</td>
+ <td>6</td>
+ <td>6.6</td>
+ </tr>
+ <tr>
+ <td>5</td>
+ <td>False</td>
+ <td>3</td>
+ <td>2.1</td>
+ <td>6</td>
+ <td>"ccc"</td>
+ <td>4</td>
+ <td>True</td>
+ <td>4</td>
+ <td>True</td>
+ <td>8</td>
+ <td>8.8</td>
+ </tr>
+ <tr>
+ <td>7</td>
+ <td>True</td>
+ <td>4</td>
+ <td>2.0</td>
+ <td>8</td>
+ <td>"ddd"</td>
+ <td>5</td>
+ <td>False</td>
+ <td>6</td>
+ <td>True</td>
+ <td>9</td>
+ <td>9.9</td>
+ </tr>
+</tbody>
+</table>
A set of time-series data
diff --git a/src/zh/UserGuide/develop/Ecosystem Integration/Hive-TsFile.md
b/src/zh/UserGuide/develop/Ecosystem Integration/Hive-TsFile.md
index ce411bd4..7ef3b786 100644
--- a/src/zh/UserGuide/develop/Ecosystem Integration/Hive-TsFile.md
+++ b/src/zh/UserGuide/develop/Ecosystem Integration/Hive-TsFile.md
@@ -53,15 +53,16 @@ TsFile 的 Hive 连接器实现了对 Hive 读取外部 Tsfile 类型的文件
为了在 Hive 中使用 Tsfile 的 hive 连接器,我们需要把 hive 连接器的 jar 导入进 hive。
-从 <https://github.com/apache/iotdb>下载完 iotdb 后,你可以使用 `mvn clean package -pl
iotdb-connector/hive-connector -am -Dmaven.test.skip=true -P
get-jar-with-dependencies`命令得到一个
`hive-connector-X.X.X-SNAPSHOT-jar-with-dependencies.jar`。
+从 https://github.com/apache/iotdb-extra下载完 iotdb-extra 后,你可以使用 `mvn clean
package -pl connectors/hive-connector -am -DskipTests -P
get-jar-with-dependencies` 命令得到一个
`hive-connector-X.X.X-SNAPSHOT-jar-with-dependencies.jar`。
然后在 hive 的命令行中,使用`add jar XXX`命令添加依赖。例如:
+
```shell
-hive> add jar
/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar;
+hive> add jar
/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar;
-Added
[/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
to class path
-Added resources:
[/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
+Added
[/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
to class path
+Added resources:
[/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
```
## 5. 创建 Tsfile-backed 的 Hive 表
diff --git a/src/zh/UserGuide/develop/Ecosystem Integration/Spark-TsFile.md
b/src/zh/UserGuide/develop/Ecosystem Integration/Spark-TsFile.md
index e7fc54b3..dac7706b 100644
--- a/src/zh/UserGuide/develop/Ecosystem Integration/Spark-TsFile.md
+++ b/src/zh/UserGuide/develop/Ecosystem Integration/Spark-TsFile.md
@@ -37,7 +37,6 @@ TsFile-Spark-Connector 对 Tsfile 类型的外部数据源实现 Spark 的支持
| ------------- | ------------- | ------------ | -------- |
| `2.4.3` | `2.11.8` | `1.8` | `1.0.0` |
-> 注意:有关如何下载和使用 TsFile
的更多信息,请参见以下链接:https://github.com/apache/iotdb/tree/master/tsfile
> 注意:spark 版本目前仅支持 2.4.3, 其他版本可能存在不适配的问题,目前已知 2.4.7 的版本存在不适配的问题
## 3. 快速开始
@@ -52,7 +51,7 @@ TsFile-Spark-Connector 对 Tsfile 类型的外部数据源实现 Spark 的支持
- \<spark-shell-path\>是您的 spark-shell 的真实路径。
- 多个 jar 包用逗号分隔,没有任何空格。
-- 有关如何获取 TsFile 的信息,请参见 https://github.com/apache/iotdb/tree/master/tsfile。
+- 更多连接器的详细信息,请参见 https://github.com/apache/iotdb-extras/tree/master/connectors
- 获取到 dependency 包:```mvn clean package -DskipTests -P
get-jar-with-dependencies```
### 3.2 分布式模式
@@ -67,7 +66,7 @@ TsFile-Spark-Connector 对 Tsfile 类型的外部数据源实现 Spark 的支持
- \<spark-shell-path\>是您的 spark-shell 的真实路径。
- 多个 jar 包用逗号分隔,没有任何空格。
-- 有关如何获取 TsFile 的信息,请参见 https://github.com/apache/iotdb/tree/master/tsfile。
+- 更多连接器的详细信息,请参见 https://github.com/apache/iotdb-extras/tree/master/connectors
## 4. 数据类型对应
diff --git a/src/zh/UserGuide/latest/Ecosystem Integration/Hive-TsFile.md
b/src/zh/UserGuide/latest/Ecosystem Integration/Hive-TsFile.md
index ce411bd4..7ef3b786 100644
--- a/src/zh/UserGuide/latest/Ecosystem Integration/Hive-TsFile.md
+++ b/src/zh/UserGuide/latest/Ecosystem Integration/Hive-TsFile.md
@@ -53,15 +53,16 @@ TsFile 的 Hive 连接器实现了对 Hive 读取外部 Tsfile 类型的文件
为了在 Hive 中使用 Tsfile 的 hive 连接器,我们需要把 hive 连接器的 jar 导入进 hive。
-从 <https://github.com/apache/iotdb>下载完 iotdb 后,你可以使用 `mvn clean package -pl
iotdb-connector/hive-connector -am -Dmaven.test.skip=true -P
get-jar-with-dependencies`命令得到一个
`hive-connector-X.X.X-SNAPSHOT-jar-with-dependencies.jar`。
+从 https://github.com/apache/iotdb-extra下载完 iotdb-extra 后,你可以使用 `mvn clean
package -pl connectors/hive-connector -am -DskipTests -P
get-jar-with-dependencies` 命令得到一个
`hive-connector-X.X.X-SNAPSHOT-jar-with-dependencies.jar`。
然后在 hive 的命令行中,使用`add jar XXX`命令添加依赖。例如:
+
```shell
-hive> add jar
/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar;
+hive> add jar
/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar;
-Added
[/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
to class path
-Added resources:
[/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
+Added
[/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
to class path
+Added resources:
[/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
```
## 5. 创建 Tsfile-backed 的 Hive 表
diff --git a/src/zh/UserGuide/latest/Ecosystem Integration/Spark-TsFile.md
b/src/zh/UserGuide/latest/Ecosystem Integration/Spark-TsFile.md
index e7fc54b3..dac7706b 100644
--- a/src/zh/UserGuide/latest/Ecosystem Integration/Spark-TsFile.md
+++ b/src/zh/UserGuide/latest/Ecosystem Integration/Spark-TsFile.md
@@ -37,7 +37,6 @@ TsFile-Spark-Connector 对 Tsfile 类型的外部数据源实现 Spark 的支持
| ------------- | ------------- | ------------ | -------- |
| `2.4.3` | `2.11.8` | `1.8` | `1.0.0` |
-> 注意:有关如何下载和使用 TsFile
的更多信息,请参见以下链接:https://github.com/apache/iotdb/tree/master/tsfile
> 注意:spark 版本目前仅支持 2.4.3, 其他版本可能存在不适配的问题,目前已知 2.4.7 的版本存在不适配的问题
## 3. 快速开始
@@ -52,7 +51,7 @@ TsFile-Spark-Connector 对 Tsfile 类型的外部数据源实现 Spark 的支持
- \<spark-shell-path\>是您的 spark-shell 的真实路径。
- 多个 jar 包用逗号分隔,没有任何空格。
-- 有关如何获取 TsFile 的信息,请参见 https://github.com/apache/iotdb/tree/master/tsfile。
+- 更多连接器的详细信息,请参见 https://github.com/apache/iotdb-extras/tree/master/connectors
- 获取到 dependency 包:```mvn clean package -DskipTests -P
get-jar-with-dependencies```
### 3.2 分布式模式
@@ -67,7 +66,7 @@ TsFile-Spark-Connector 对 Tsfile 类型的外部数据源实现 Spark 的支持
- \<spark-shell-path\>是您的 spark-shell 的真实路径。
- 多个 jar 包用逗号分隔,没有任何空格。
-- 有关如何获取 TsFile 的信息,请参见 https://github.com/apache/iotdb/tree/master/tsfile。
+- 更多连接器的详细信息,请参见 https://github.com/apache/iotdb-extras/tree/master/connectors
## 4. 数据类型对应
diff --git a/src/zh/UserGuide/v1.x/Ecosystem Integration/Hive-TsFile.md
b/src/zh/UserGuide/v1.x/Ecosystem Integration/Hive-TsFile.md
index ce411bd4..7ef3b786 100644
--- a/src/zh/UserGuide/v1.x/Ecosystem Integration/Hive-TsFile.md
+++ b/src/zh/UserGuide/v1.x/Ecosystem Integration/Hive-TsFile.md
@@ -53,15 +53,16 @@ TsFile 的 Hive 连接器实现了对 Hive 读取外部 Tsfile 类型的文件
为了在 Hive 中使用 Tsfile 的 hive 连接器,我们需要把 hive 连接器的 jar 导入进 hive。
-从 <https://github.com/apache/iotdb>下载完 iotdb 后,你可以使用 `mvn clean package -pl
iotdb-connector/hive-connector -am -Dmaven.test.skip=true -P
get-jar-with-dependencies`命令得到一个
`hive-connector-X.X.X-SNAPSHOT-jar-with-dependencies.jar`。
+从 https://github.com/apache/iotdb-extra下载完 iotdb-extra 后,你可以使用 `mvn clean
package -pl connectors/hive-connector -am -DskipTests -P
get-jar-with-dependencies` 命令得到一个
`hive-connector-X.X.X-SNAPSHOT-jar-with-dependencies.jar`。
然后在 hive 的命令行中,使用`add jar XXX`命令添加依赖。例如:
+
```shell
-hive> add jar
/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar;
+hive> add jar
/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar;
-Added
[/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
to class path
-Added resources:
[/Users/hive/iotdb/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
+Added
[/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
to class path
+Added resources:
[/Users/hive/iotdb-extra/connectors/hive-connector/target/hive-connector-1.0.0-jar-with-dependencies.jar]
```
## 5. 创建 Tsfile-backed 的 Hive 表
diff --git a/src/zh/UserGuide/v1.x/Ecosystem Integration/Spark-TsFile.md
b/src/zh/UserGuide/v1.x/Ecosystem Integration/Spark-TsFile.md
index e7fc54b3..dac7706b 100644
--- a/src/zh/UserGuide/v1.x/Ecosystem Integration/Spark-TsFile.md
+++ b/src/zh/UserGuide/v1.x/Ecosystem Integration/Spark-TsFile.md
@@ -37,7 +37,6 @@ TsFile-Spark-Connector 对 Tsfile 类型的外部数据源实现 Spark 的支持
| ------------- | ------------- | ------------ | -------- |
| `2.4.3` | `2.11.8` | `1.8` | `1.0.0` |
-> 注意:有关如何下载和使用 TsFile
的更多信息,请参见以下链接:https://github.com/apache/iotdb/tree/master/tsfile
> 注意:spark 版本目前仅支持 2.4.3, 其他版本可能存在不适配的问题,目前已知 2.4.7 的版本存在不适配的问题
## 3. 快速开始
@@ -52,7 +51,7 @@ TsFile-Spark-Connector 对 Tsfile 类型的外部数据源实现 Spark 的支持
- \<spark-shell-path\>是您的 spark-shell 的真实路径。
- 多个 jar 包用逗号分隔,没有任何空格。
-- 有关如何获取 TsFile 的信息,请参见 https://github.com/apache/iotdb/tree/master/tsfile。
+- 更多连接器的详细信息,请参见 https://github.com/apache/iotdb-extras/tree/master/connectors
- 获取到 dependency 包:```mvn clean package -DskipTests -P
get-jar-with-dependencies```
### 3.2 分布式模式
@@ -67,7 +66,7 @@ TsFile-Spark-Connector 对 Tsfile 类型的外部数据源实现 Spark 的支持
- \<spark-shell-path\>是您的 spark-shell 的真实路径。
- 多个 jar 包用逗号分隔,没有任何空格。
-- 有关如何获取 TsFile 的信息,请参见 https://github.com/apache/iotdb/tree/master/tsfile。
+- 更多连接器的详细信息,请参见 https://github.com/apache/iotdb-extras/tree/master/connectors
## 4. 数据类型对应