This is an automated email from the ASF dual-hosted git repository.

jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a6645f5f [AMORO-3097] Improve the default configuration for AMS 
(#3100)
1a6645f5f is described below

commit 1a6645f5f278bc274973c166fb745a2775b4dee9
Author: mansonliwh <[email protected]>
AuthorDate: Thu Aug 15 18:05:09 2024 +0800

    [AMORO-3097] Improve the default configuration for AMS (#3100)
    
    * [Improvement] Improve the default configuration for AMS (#3097)
    
    * [Improvement] Group 'Local' Zone Default configuration (#3097)
---
 amoro-ams/dist/src/main/amoro-bin/conf/config.yaml | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/amoro-ams/dist/src/main/amoro-bin/conf/config.yaml 
b/amoro-ams/dist/src/main/amoro-bin/conf/config.yaml
index cdea70084..f77917c32 100644
--- a/amoro-ams/dist/src/main/amoro-bin/conf/config.yaml
+++ b/amoro-ams/dist/src/main/amoro-bin/conf/config.yaml
@@ -33,6 +33,7 @@ ams:
 
   http-server:
     bind-port: 1630
+    rest-auth-type: token
 
   refresh-external-catalogs:
     interval: 180000 # 3min
@@ -71,11 +72,11 @@ ams:
     thread-count: 10
 
   sync-hive-tables:
-    enabled: true
+    enabled: false
     thread-count: 10
 
   data-expiration:
-    enabled: false
+    enabled: true
     thread-count: 10
     interval: 1d
 
@@ -84,6 +85,9 @@ ams:
     thread-count: 3
     interval: 60000 # 1min
 
+  table-manifest-io:
+    thread-count: 20
+
   database:
     type: derby
     jdbc-driver-class: org.apache.derby.jdbc.EmbeddedDriver
@@ -116,7 +120,14 @@ ams:
 
   terminal:
     backend: local
-    local.spark.sql.iceberg.handle-timestamp-without-timezone: false
+    result:
+      limit: 1000
+    stop-on-error: false
+    session:
+      timeout: 30
+    local:
+      using-session-catalog-for-hive: false
+      spark.sql.iceberg.handle-timestamp-without-timezone: false
 
 #  Kyuubi terminal backend configuration.
 #  terminal:

Reply via email to