Skip to content

Commit

Permalink
[AMORO-2968]: Eliminate AMS Full GC impactions deriving from local te…
Browse files Browse the repository at this point in the history
…rminal clean spark context

(#2968)
  • Loading branch information
ConradJam committed Jul 15, 2024
1 parent 9b3318d commit ccde6c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions amoro-ams/dist/src/main/amoro-bin/conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ ams:
terminal:
backend: local
local.spark.sql.iceberg.handle-timestamp-without-timezone: false
local.spark.cleaner.referenceTracking: false

# Kyuubi terminal backend configuration.
# terminal:
Expand Down
1 change: 1 addition & 0 deletions charts/amoro/templates/amoro-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ data:
backend: {{ .Values.amoroConf.terminal.backend }}
{{- if eq .Values.amoroConf.terminal.backend "local" }}
local.spark.sql.iceberg.handle-timestamp-without-timezone: {{ .Values.amoroConf.terminal.icebergHandleTimestampWithoutTimezone }}
local.spark.cleaner.referenceTracking: false
{{- end }}
{{- if eq .Values.amoroConf.terminal.backend "kyuubi" }}
kyuubi.jdbc.url: {{ .Values.amoroConf.terminal.kyuubiJdbcUrl | quote }}
Expand Down

0 comments on commit ccde6c6

Please sign in to comment.