You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/04/07 09:18:25 UTC

[incubator-iotdb] branch rel/0.9 updated: update server download doc

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

qiaojialin pushed a commit to branch rel/0.9
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/rel/0.9 by this push:
     new 6a30428  update server download doc
6a30428 is described below

commit 6a30428b3b4a70a036329c0deeebe917171345c0
Author: qiaojialin <64...@qq.com>
AuthorDate: Tue Apr 7 17:18:09 2020 +0800

    update server download doc
---
 client/src/main/java/org/apache/iotdb/client/Client.java    | 2 +-
 client/src/main/java/org/apache/iotdb/client/WinClient.java | 3 +++
 docs/zh/UserGuide/3-Server/1-Download.md                    | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/client/src/main/java/org/apache/iotdb/client/Client.java b/client/src/main/java/org/apache/iotdb/client/Client.java
index 4b44191..36fe07c 100644
--- a/client/src/main/java/org/apache/iotdb/client/Client.java
+++ b/client/src/main/java/org/apache/iotdb/client/Client.java
@@ -34,7 +34,7 @@ import org.apache.iotdb.jdbc.IoTDBConnection;
 import org.apache.thrift.TException;
 
 /**
- * usage: -h 127.0.0.1 -p 6667 -u root -pw root
+ * args[]: -h 127.0.0.1 -p 6667 -u root -pw root
  */
 public class Client extends AbstractClient {
 
diff --git a/client/src/main/java/org/apache/iotdb/client/WinClient.java b/client/src/main/java/org/apache/iotdb/client/WinClient.java
index e52ebf0..4efc565 100644
--- a/client/src/main/java/org/apache/iotdb/client/WinClient.java
+++ b/client/src/main/java/org/apache/iotdb/client/WinClient.java
@@ -33,6 +33,9 @@ import org.apache.iotdb.jdbc.Config;
 import org.apache.iotdb.jdbc.IoTDBConnection;
 import org.apache.thrift.TException;
 
+/**
+ * args[]: -h 127.0.0.1 -p 6667 -u root -pw root
+ */
 public class WinClient extends AbstractClient {
 
   private static CommandLine commandLine;
diff --git a/docs/zh/UserGuide/3-Server/1-Download.md b/docs/zh/UserGuide/3-Server/1-Download.md
index 7a35f08..bc2488e 100644
--- a/docs/zh/UserGuide/3-Server/1-Download.md
+++ b/docs/zh/UserGuide/3-Server/1-Download.md
@@ -103,7 +103,7 @@ server/     <-- root path
 
 否则,你需要检查错误语句,并修复问题。
 
-编译后,IoTDB项目会在名为iotdb的子文件夹下,该文件夹会包含以下内容:
+编译后,IoTDB 服务器会在 "server/target/iotdb-server-{project.version}" 文件夹下,包含以下内容:
 
 ```
 $IOTDB_HOME/