Skip to content

Commit

Permalink
更新quick start文档
Browse files Browse the repository at this point in the history
  • Loading branch information
kanata163 committed Jan 12, 2021
1 parent 8251a50 commit bc458f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ bin/flinkx \
| **mode** | 执行模式,也就是flink集群的工作模式 | 1.**local**: 本地模式<br />2.**standalone**: 独立部署模式的flink集群<br />3.**yarn**: yarn模式的flink集群,需要提前在yarn上启动一个flink session,使用默认名称"Flink session cluster"<br />4.**yarnPer**: yarn模式的flink集群,单独为当前任务启动一个flink session,使用默认名称"Flink per-job cluster" || local |
| **job** | 数据同步任务描述文件的存放路径;该描述文件中使用json字符串存放任务信息 ||||
| **jobid** | 任务名称 ||| Flink Job |
| **pluginRoot** | 插件根目录地址,也就是打包后产生的pluginRoot目录。 ||| $FLINKX_HOME/plugins |
| **pluginRoot** | 插件根目录地址,也就是打包后产生的pluginRoot目录。 ||| $FLINKX_HOME/syncplugins |
| **flinkconf** | flink配置文件所在的目录(单机模式下不需要) | $FLINK_HOME/conf || $FLINK_HOME/conf |
| **flinkLibJar** | flink lib所在的目录(单机模式下不需要),如/opt/dtstack/flink-1.10.1/lib | $FLINK_HOME/lib || $FLINK_HOME/lib |
| **yarnconf** | Hadoop配置文件(包括hdfs和yarn)所在的目录 | $HADOOP_HOME/etc/hadoop || $HADOOP_HOME/etc/hadoop |
Expand Down

0 comments on commit bc458f8

Please sign in to comment.