Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 492c435a5 -> 79f1e4735


AMBARI-13549. Enabling metastore HA enables compactor initiator on all 
metastores. (srimanth)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/79f1e473
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/79f1e473
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/79f1e473

Branch: refs/heads/branch-2.1
Commit: 79f1e47352768a7f1ae21f6f714316abe17445d7
Parents: 492c435
Author: Srimanth Gunturi <sgunt...@hortonworks.com>
Authored: Fri Oct 23 11:40:06 2015 -0700
Committer: Srimanth Gunturi <sgunt...@hortonworks.com>
Committed: Fri Oct 23 11:50:33 2015 -0700

----------------------------------------------------------------------
 .../stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/79f1e473/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
index 74d8fa3..a9ce0e7 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
@@ -495,7 +495,7 @@ limitations under the License.
   <property>
     <name>hive.compactor.initiator.on</name>
     <value>false</value>
-    <description>Whether to run the compactor's initiator thread in this 
metastore instance or not. If there is more than one instance of the thrift 
metastore this should only be set to true for one of them.</description>
+    <description>Whether to run the compactor's initiator thread in this 
metastore instance or not. If there is more than one instance of the thrift 
metastore this should be set to true on only one instance. Setting true on only 
one host can be achieved by creating a config-group containing the metastore 
host, and overriding the default value to true in it.</description>
     <display-name>Run Compactor</display-name>
     <value-attributes>
       <type>value-list</type>

Reply via email to