diff options
| author | doufenghu <[email protected]> | 2024-06-20 21:54:10 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-06-20 21:54:10 +0800 |
| commit | 445f9f129ad07e04a3e087a93793d6ce5a47f341 (patch) | |
| tree | 7e8fc7e67782a90f84eaa4f3abca070ddb160561 /config | |
| parent | 687f56833e01f1ba6b2e66ab5d7c53847fbfd6c4 (diff) | |
[Fix][docs] Fix some bootstrap errors
Diffstat (limited to 'config')
| -rw-r--r-- | config/grootstream_env.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/grootstream_env.sh b/config/grootstream_env.sh index 69fa8d3..3acfe55 100644 --- a/config/grootstream_env.sh +++ b/config/grootstream_env.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash # Home directory of flink distribution. FLINK_HOME=${FLINK_HOME:-/opt/flink} -FLINK_JOB_MANAGER_ADDRESS=${FLINK_JOB_MANAGER_ADDRESS:-localhost:8081} -YARN_ADDRESS=${YARN_ADDRESS:-yarn-cluster}
\ No newline at end of file +# Flink job manager address deployed in standalone mode. +STANDALONE_JOB_MANAGER_ADDRESS=${STANDALONE_JOB_MANAGER_ADDRESS:-localhost:8081} +# YARN session cluster ID. +YARN_SESSION_CLUSTER_ID=${YARN_SESSION_CLUSTER_ID:-applicaion_1630480000000_0001}
\ No newline at end of file |
