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

docker.presto-product-tests.common.hadoop-kerberos-kms-with-impersonation.hiveserver2-site.xml Maven / Gradle / Ivy

There is a newer version: 451
Show newest version
<?xml version="1.0"?>
<configuration>
    <!-- Disable embedded Metastore -->
    <property>
        <name>hive.metastore.uris</name>
        <value>thrift://localhost:9083</value>
    </property>
    <!-- Enable authentication -->
    <property>
        <name>hive.security.authenticator.manager</name>
        <value>org.apache.hadoop.hive.ql.security.SessionStateUserAuthenticator</value>
    </property>

    <property>
        <name>hive.server2.enable.impersonation</name>
        <value>true</value>
    </property>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy