diff --git a/data/conf/hive-site.xml b/data/conf/hive-site.xml index d504e17f54..d61aa5f9ae 100644 --- a/data/conf/hive-site.xml +++ b/data/conf/hive-site.xml @@ -69,6 +69,11 @@ true + + datanucleus.connectionPool.maxPoolSize + 2 + + hive.metastore.schema.verification false diff --git a/data/conf/llap/hive-site.xml b/data/conf/llap/hive-site.xml index ecb3467021..d492ead85f 100644 --- a/data/conf/llap/hive-site.xml +++ b/data/conf/llap/hive-site.xml @@ -79,6 +79,11 @@ true + + datanucleus.connectionPool.maxPoolSize + 2 + + hive.metastore.schema.verification false diff --git a/data/conf/perf-reg/spark/hive-site.xml b/data/conf/perf-reg/spark/hive-site.xml index 15ec63048e..8eeedebd3a 100644 --- a/data/conf/perf-reg/spark/hive-site.xml +++ b/data/conf/perf-reg/spark/hive-site.xml @@ -48,6 +48,11 @@ false + + datanucleus.connectionPool.maxPoolSize + 2 + + hive.metastore.schema.verification false diff --git a/data/conf/perf-reg/tez/hive-site.xml b/data/conf/perf-reg/tez/hive-site.xml index 2951f30531..a7d1d37ad7 100644 --- a/data/conf/perf-reg/tez/hive-site.xml +++ b/data/conf/perf-reg/tez/hive-site.xml @@ -72,6 +72,11 @@ false + + datanucleus.connectionPool.maxPoolSize + 2 + + hive.metastore.schema.verification false diff --git a/data/conf/rlist/hive-site.xml b/data/conf/rlist/hive-site.xml index 630e481edc..cb7786eb53 100644 --- a/data/conf/rlist/hive-site.xml +++ b/data/conf/rlist/hive-site.xml @@ -63,6 +63,11 @@ true + + datanucleus.connectionPool.maxPoolSize + 2 + + hive.metastore.schema.verification false diff --git a/data/conf/spark/local/hive-site.xml b/data/conf/spark/local/hive-site.xml index a56ce61785..0e0cf81902 100644 --- a/data/conf/spark/local/hive-site.xml +++ b/data/conf/spark/local/hive-site.xml @@ -49,6 +49,11 @@ true + + datanucleus.connectionPool.maxPoolSize + 2 + + hive.metastore.schema.verification false diff --git a/data/conf/spark/standalone/hive-site.xml b/data/conf/spark/standalone/hive-site.xml index 27cbd07db2..2ed63a97da 100644 --- a/data/conf/spark/standalone/hive-site.xml +++ b/data/conf/spark/standalone/hive-site.xml @@ -49,6 +49,11 @@ true + + datanucleus.connectionPool.maxPoolSize + 2 + + hive.metastore.schema.verification false diff --git a/data/conf/spark/yarn-cluster/hive-site.xml b/data/conf/spark/yarn-cluster/hive-site.xml index 4ce6b10586..475e9d8779 100644 --- a/data/conf/spark/yarn-cluster/hive-site.xml +++ b/data/conf/spark/yarn-cluster/hive-site.xml @@ -49,6 +49,11 @@ true + + datanucleus.connectionPool.maxPoolSize + 2 + + hive.metastore.schema.verification false diff --git a/data/conf/tez/hive-site.xml b/data/conf/tez/hive-site.xml index 1aa8fa5984..28ec15e59c 100644 --- a/data/conf/tez/hive-site.xml +++ b/data/conf/tez/hive-site.xml @@ -67,6 +67,11 @@ true + + datanucleus.connectionPool.maxPoolSize + 2 + + hive.exec.local.scratchdir ${test.tmp.dir}/localscratchdir/