Skip to content

Commit

Permalink
fix to set cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
thanh-nguyen-dang committed Jun 3, 2024
1 parent 1bbe2b4 commit 9734361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kube/services/spark/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ data:
RESOURCEMANAGER_URI: "http://resourcemanager:8088"
NODEMANAGER_URI: "http://nodemanager:8042"
HISTORYSERVER_URI: "http://historyserver:8181"
CLUSTER_NAME: gen3
CORE_CONF_fs_defaultFS: "hdfs://namenode:9000"
YARN_CONF_yarn_resourcemanager_hostname: "resourcemanager"
YARN_CONF_yarn_nodemanager_aux_services: "mapreduce_shuffle"
Expand Down

0 comments on commit 9734361

Please sign in to comment.