Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Parse error: Missing required option: t
```Shell
# Valid Example
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root -t /path/export/dir
-pfn export-data.tsfile -q "SELECT * FROM root.ln" -timeout 10000
-pfn export-data.tsfile -q "SELECT * FROM root.ln.**" -timeout 10000

# Error Example
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Parse error: Missing required option: t
```Shell
# Valid Example
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root -t /path/export/dir
-pfn export-data.tsfile -q "SELECT * FROM root.ln" -timeout 10000
-pfn export-data.tsfile -q "SELECT * FROM root.ln.**" -timeout 10000

# Error Example
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Parse error: Missing required option: t
```Shell
# Valid Example
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root -t /path/export/dir
-pfn export-data.tsfile -q "SELECT * FROM root.ln" -timeout 10000
-pfn export-data.tsfile -q "SELECT * FROM root.ln.**" -timeout 10000

# Error Example
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Parse error: Missing required option: t
```Shell
# Valid Example
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root -t /path/export/dir
-pfn export-data.tsfile -q "SELECT * FROM root.ln" -timeout 10000
-pfn export-data.tsfile -q "SELECT * FROM root.ln.**" -timeout 10000

# Error Example
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ Parse error: Missing required option: t

* 无

#### 2.4.3 运行示例
#### 2.4.3 运行示例

```Shell
# 正确示例
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root -t /path/export/dir
-pfn export-data.tsfile -q "SELECT * FROM root.ln" -timeout 10000
-pfn export-data.tsfile -q "SELECT * FROM root.ln.**" -timeout 10000

# 异常示例
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ Parse error: Missing required option: t

* 无

#### 2.4.3 运行示例
#### 2.4.3 运行示例

```Shell
# 正确示例
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root -t /path/export/dir
-pfn export-data.tsfile -q "SELECT * FROM root.ln" -timeout 10000
-pfn export-data.tsfile -q "SELECT * FROM root.ln.**" -timeout 10000

# 异常示例
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ Parse error: Missing required option: t

* 无

#### 2.4.3 运行示例
#### 2.4.3 运行示例

```Shell
# 正确示例
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root -t /path/export/dir
-pfn export-data.tsfile -q "SELECT * FROM root.ln" -timeout 10000
-pfn export-data.tsfile -q "SELECT * FROM root.ln.**" -timeout 10000

# 异常示例
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ Parse error: Missing required option: t

* 无

#### 2.4.3 运行示例
#### 2.4.3 运行示例

```Shell
# 正确示例
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root -t /path/export/dir
-pfn export-data.tsfile -q "SELECT * FROM root.ln" -timeout 10000
-pfn export-data.tsfile -q "SELECT * FROM root.ln.**" -timeout 10000

# 异常示例
> tools/export-data.sh -ft tsfile -h 127.0.0.1 -p 6667 -u root -pw root
Expand Down
Loading