coral.coral-service.2.2.51.source-code.hive.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of coral-service Show documentation
Show all versions of coral-service Show documentation
A library for analyzing, processing, and rewriting views defined in the Hive Metastore, and sharing them across multiple execution engines
The newest version!
#
# Copyright 2019 LinkedIn Corporation. All rights reserved.
# Licensed under the BSD-2 Clause license.
# See LICENSE in the project root for license information.
#
# hive metastore host and port running thrift service
hive.metastore.uris=thrift://SET_ME_HOSTNAME:PORT
hive.metastore.authentication=kerberos
# Hive username
hive.metastore.client.principal=SETME
# Path to kerberos client keytab file
hive.metastore.client.keytab=SETME
# metastore service principal for verification
# set this to form 'hcat/_HOST@DOMAIN_NAME
hive.metastore.service.principal=hcat/[email protected]
hadoop.security.authentication=kerberos
© 2015 - 2025 Weber Informatics LLC | Privacy Policy