This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 6e983ee fix UserGuide.EcosystemIntegration.FAQ.2.A (#5126)
6e983ee is described below
commit 6e983ee768a96b6d13e1344b6fa95a939c436674
Author: holten <[email protected]>
AuthorDate: Sun Feb 27 16:14:14 2022 +0800
fix UserGuide.EcosystemIntegration.FAQ.2.A (#5126)
---
docs/zh/UserGuide/Ecosystem Integration/Writing Data on HDFS.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh/UserGuide/Ecosystem Integration/Writing Data on HDFS.md
b/docs/zh/UserGuide/Ecosystem Integration/Writing Data on HDFS.md
index 8ffd0ec..741a038 100644
--- a/docs/zh/UserGuide/Ecosystem Integration/Writing Data on HDFS.md
+++ b/docs/zh/UserGuide/Ecosystem Integration/Writing Data on HDFS.md
@@ -166,6 +166,6 @@ A: Hadoop 2.x and Hadoop 3.x 均可以支持。
ERROR org.apache.iotdb.tsfile.fileSystem.fsFactory.HDFSFactory:62 - Failed to
get Hadoop file system. Please check your dependency of Hadoop module.
```
-A: 这表明你没有将 Hadoop 模块的以来放到 IoTDB server 中。你可以这样解决:
+A: 这表明你没有将 Hadoop 模块的依赖放到 IoTDB server 中。你可以这样解决:
* 使用 Maven 打包 Hadoop 模块:`mvn clean package -pl hadoop -am
-Dmaven.test.skip=true -P get-jar-with-dependencies`
* 将 Hadoop 模块的 target jar 包`hadoop-tsfile-X.X.X-jar-with-dependencies.jar`复制到
server 模块的 target lib 文件夹 `.../server/target/iotdb-server-X.X.X/lib`下。