diff options
| author | doufenghu <[email protected]> | 2023-12-31 00:43:48 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-12-31 00:43:48 +0800 |
| commit | fdd7119689ec54c3a5446062b71e759b5fed4b9f (patch) | |
| tree | b7f873904608e8183b944105b045c0f43ac71546 /README.md | |
| parent | 92e5b06386419a550099598eaaab3abcc4584e74 (diff) | |
[Fix][Bootstrap] 修复任务配置文件并行度不生效的问题,梳理RuntimeEnvironment加载envconfig使其边界更清晰。撰写env-config文档,描述不同方式指定任务名的优先级;描述不同level指定并行度优先级及覆盖逻辑。
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -39,8 +39,8 @@ Configure a job, you'll set up Sources, Filters, Processing Pipeline, and Sinks, - [Functions](docs/UDF) ## Minimum Requirements - -- Java 8 +- Git installed +- Java (JDK8/JDK11 are supported) installed and `JAVA_HOME` set - Maven 3.5.4 - Scala 2.12 - Flink 1.13.1 @@ -71,7 +71,7 @@ ls -lh groot-stream-${version} 2. Open the `Run/Debug Configurations` window. 3. Choose -cp `groot-bootstrap` 4. Choose Main Class `com.geedgenetworks.bootstrap.main.GrootStreamServer`. -5. Add VM options `-e client --target local -c /...../groot-stream/config/grootstream_job_template.yaml`. +5. Add VM options `--target local -c /...../groot-stream/config/grootstream_job_template.yaml`. 6. Click the `Run` button. #### Running the CLI |
