we are using presto version – presto-server-350 , and we have presto cluster with 54 nodes
PrestoSQL version 350 is the last version with the PrestoSQL brand.
we want to implement the following setting on each presto node , since we suspect about Hive metastore is overloaded ,
hive.partition-versioning-enabled=true
hive.metastore-cache-scope=ALL
hive.metastore-cache-ttl=1d
hive.metastore-refresh-interval=1d
hive.metastore-cache-maximum-size=10000000
above setting comes from the doc – https://www.alluxio.io/blog/a-deep-dive-into-caching-in-presto/#toc-1
after we set this setting in hive.properties
, on all presto nodes , then we restart the presto service in order to bring configuration will take affect
but presto doesn’t start and that because the following exception from presto log
1) Error: Configuration property 'hive.partition-versioning-enabled' was not used
why presto version – 350 not support Metastore cache properties ?
if so what are the presto version that support Metastore cache properties ?