We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be96008 commit c211089Copy full SHA for c211089
catalog/trinocicd.properties
@@ -9,6 +9,7 @@ hive.s3.aws-access-key=${ENV:AWS_ACCESS_KEY_ID}
9
hive.s3.aws-secret-key=${ENV:AWS_SECRET_ACCESS_KEY}
10
hive.non-managed-table-writes-enabled=true
11
hive.storage-format=ORC
12
-#hive.cache.enabled=true
13
-#hive.cache.location=/opt/hive-cache
14
-#hive.cache.start-server-on-coordinator=true
+fs.cache.enabled=true
+fs.cache.directories=/opt/hive-cache
+fs.cache.max-sizes=500MB
15
+fs.cache.ttl=1d
0 commit comments