All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docker.presto-product-tests.common.hadoop-kerberos-kms.hive-disable-key-provider-cache-site.xml Maven / Gradle / Ivy

There is a newer version: 451
Show newest version
<configuration>
    <property>
        <name>dfs.client.key.provider.cache.expiry</name>
        <!-- A cache may contain a valid entry which otherwise the current thread would not be able to calculate.
             For example, Trino was able to read Parquet from KMS but only after a TEXTFILE was read from KMS.
             Disabling the cache allows us to test behavior of individual file formats. -->
        <value>0</value><!-- disables cache -->
    </property>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy