diff options
| author | doufenghu <[email protected]> | 2023-11-29 10:46:46 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-11-29 10:46:46 +0800 |
| commit | 4d37602c63bfba5d6d7b12ec8362e3f5d9b34aef (patch) | |
| tree | 61a1b531729028c87afe3fb525f1e3449efe6600 /docs/develop-guide.md | |
| parent | 95dd5da34694a5562b6be466a44e61968e410894 (diff) | |
[improve][bootstrap] 优化topology构建,描述每个节点,通过节点的Downstream和Processor Type构建Flink Data Flow.
Diffstat (limited to 'docs/develop-guide.md')
| -rw-r--r-- | docs/develop-guide.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/develop-guide.md b/docs/develop-guide.md index 6316e09..a696775 100644 --- a/docs/develop-guide.md +++ b/docs/develop-guide.md @@ -28,19 +28,19 @@ When throwing an exception with a hint message and ensure that the exception has ## How to run a job in IDEA 1. Open the `Run/Debug Configurations` window. 2. Choose Main Class `com.geedgenetworks.bootstrap.main.GrootStreamServer`. -3. Add VM options `-e client --target local -c /...../groot-stream/config/groot-stream-job.yaml`. +3. Add VM options `-e client --target local -c /...../groot-stream/config/grootstream_job_template.yaml`. 4. Click the `Run` button. ## How to run a job in command line - Standalone Mode ```shell cd "groot-stream-${version}" -./bin/start.sh -c ./config/groot-stream-job.yaml --target remote -d -n groot-stream-job +./bin/start.sh -c ./config/grootstream_job_template.yaml --target remote -d -n groot-stream-job ``` - Yarn Mode ```shell cd "groot-stream-${version}" -./bin/start.sh -c ./config/groot-stream-job.yaml --target yarn-per-job -d -n groot-stream-job +./bin/start.sh -c ./config/grootstream_job_template.yaml --target yarn-per-job -d -n groot-stream-job ``` |
