Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/quickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sh submit.sh
-yarnconf F:\dtstack\flinkStreamSql\localhost\hadoop
-flinkJarPath F:\Java\flink-1.8.2-bin-scala_2.12\flink-1.8.2\lib
-pluginLoadMode shipfile
-confProp {\"time.characteristic\":\"eventTime\",\"logLevel\":\"info\"}
-confProp "{\"time.characteristic\":\"eventTime\",\"logLevel\":\"info\"}"
```

#### yarn模式命令
Expand Down Expand Up @@ -95,7 +95,7 @@ sh submit.sh
-yarnconf /home/wen/Desktop/flink_stream_sql_conf/yarnConf_node1
-flinkJarPath /home/wen/Desktop/dtstack/flink-1.8.1/lib
-pluginLoadMode shipfile
-confProp {\"time.characteristic\":\"eventTime\",\"logLevel\":\"info\"}
-confProp "{\"time.characteristic\":\"eventTime\",\"logLevel\":\"info\"}"
-queue c
```
参数具体细节请看[命令参数说明](./config.md)
Expand Down

This file was deleted.