coral.coral-service.2.2.45.source-code.hive.xml 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
<!-- Copyright 2019 LinkedIn Corporation. All rights reserved. Licensed under the BSD-2 Clause license. See LICENSE in the project root for license information. --> <configuration> <property> <name>hive.exec.scratchdir</name> <value>${coral.service.test.dir}/hive-scratch-dir</value> </property> <property> <name>hive.metastore.warehouse.dir</name> <value>${coral.service.test.dir}/warehouse</value> </property> <property> <name>javax.jdo.option.ConnectionDriverName</name> <value>org.apache.derby.jdbc.EmbeddedDriver</value> </property> <property> <name>javax.jdo.option.ConnectionURL</name> <value>jdbc:derby:;databaseName=${coral.service.test.dir}/metastore.db;create=true</value> </property> <property> <name>hive.metastore.schema.verification</name> <value>false</value> </property> <property> <name>datanucleus.schema.autoCreateTables</name> <value>true</value> </property> </configuration>