Skip to content

Commit

Permalink
Reenable file system cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Sep 9, 2024
1 parent be96008 commit c211089
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions catalog/trinocicd.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ hive.s3.aws-access-key=${ENV:AWS_ACCESS_KEY_ID}
hive.s3.aws-secret-key=${ENV:AWS_SECRET_ACCESS_KEY}
hive.non-managed-table-writes-enabled=true
hive.storage-format=ORC
#hive.cache.enabled=true
#hive.cache.location=/opt/hive-cache
#hive.cache.start-server-on-coordinator=true
fs.cache.enabled=true
fs.cache.directories=/opt/hive-cache
fs.cache.max-sizes=500MB
fs.cache.ttl=1d

0 comments on commit c211089

Please sign in to comment.