GitHub user jamesbeedy opened a pull request:
https://github.com/apache/bigtop/pull/344
BIGTOP-3007
In support of hiveserver2 table lock, hive config needs to expose the
properties:
* hive.support.concurrency
* hive.zookeeper.quorum
Added hive.zookeeper.quorum and hive.support.concurrency in support of
hiveserver2 table lock.
Add vars to init.pp.
Add zookeeper interface and corresponding reactive bits.
Modified install function in lib to facilitate zk_hosts.
Update deployment_matrix.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jamesbeedy/bigtop hive_config_add_zookeeper
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bigtop/pull/344.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #344
----
commit 8e7350573ff8500fd7b68a3902421e4ee601a22b
Author: jamesbeedy <jamesbeedy@...>
Date: 2018-02-27T17:19:06Z
Add hive configuration properties in support of hiveserver2
In support of hiveserver2 table lock, hive config needs to expose the
properties:
* hive.support.concurrency
* hive.zookeeper.quorum
Added hive.zookeeper.quorum and hive.support.concurrency in support of
hiveserver2 table lock.
Add vars to init.pp.
Add zookeeper interface and corresponding reactive bits.
Modified install function in lib to facilitate zk_hosts.
Update deployment_matrix.
----
---