LebronAl commented on a change in pull request #1720:
URL: https://github.com/apache/incubator-iotdb/pull/1720#discussion_r486141223



##########
File path: docs/zh/UserGuide/Client/Programming - TsFile API.md
##########
@@ -175,7 +175,7 @@ TsFile可以通过以下三个步骤生成,完整的代码参见"写入 TsFile
     ```
     在上面的例子中,数据文件将存储在 HDFS 
中,而不是本地文件系统中。如果你想在本地文件系统中存储数据文件,你可以使用`conf.setTSFileStorageFs("LOCAL")`,这也是默认的配置。
     
-    您还可以通过`config.setHdfsIp(...)`和`config.setHdfsPort(...)`来配置 HDFS 的 IP 
和端口。默认的 IP是`localhost`,默认的端口是`9000`.
+    您还可以通过`config.setHdfsIp(...)`和`config.setHdfsPort(...)`来配置 HDFS 的 IP 
和端口。默认的 IP是`localhost`,默认的rpc端口是`9000`.

Review comment:
       maybe `RPC` is better here~




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to