diff options
| author | doufenghu <[email protected]> | 2024-02-18 18:07:54 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-02-18 18:07:54 +0800 |
| commit | 15eb55c6dcca6f28444c12955ba48701cd8cadd8 (patch) | |
| tree | 05410098b5e1962a72b9420deebd0a251f6598ca | |
| parent | e212210312ad5b8a5ff2edd022ac860a711a9312 (diff) | |
A Java 11 JRE/JDK is required
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | config/grootstream_job_example.yaml (renamed from config/groot_stream_job_example.yaml) | 0 | ||||
| -rw-r--r-- | pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -96,12 +96,12 @@ Can be started by a daemon with `-d`. - Run the following command to start the groot-stream server for Standalone Mode: ```shell cd "groot-stream-${version}" -./bin/start.sh -c ./config/groot_stream_job_example.yaml --target remote -d -n inline-to-print-job +./bin/start.sh -c ./config/grootstream_job_example.yaml --target remote -d -n inline-to-print-job ``` - Run the following command to start the groot-stream server for Yarn Per-job Mode: ```shell cd "groot-stream-${version}" -./bin/start.sh -c ./config/groot_stream_job_example.yaml --target yarn-per-job -d -n inline-to-print-job +./bin/start.sh -c ./config/grootstream_job_example.yaml --target yarn-per-job -d -n inline-to-print-job ``` ### Configuring diff --git a/config/groot_stream_job_example.yaml b/config/grootstream_job_example.yaml index daf6e32..daf6e32 100644 --- a/config/groot_stream_job_example.yaml +++ b/config/grootstream_job_example.yaml @@ -24,7 +24,7 @@ <properties> <revision>1.0.0</revision> - <java.version>8</java.version> + <java.version>11</java.version> <flink.scope>provided</flink.scope> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>${java.version}</maven.compiler.source> |
