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

coral.coral-service.2.2.46.source-code.hive.properties Maven / Gradle / Ivy

Go to download

A library for analyzing, processing, and rewriting views defined in the Hive Metastore, and sharing them across multiple execution engines

There is a newer version: 2.2.48
Show 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 - 2024 Weber Informatics LLC | Privacy Policy