You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2016/12/14 18:05:44 UTC

[1/2] ambari git commit: AMBARI-19127. hbase_regionserver_shutdown_timeout should be editable all the time (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 ecc916bbc -> 10cb81af4
  refs/heads/trunk db9dfd60a -> cb8182e9a


AMBARI-19127. hbase_regionserver_shutdown_timeout should be editable all the time (aonishuk)


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

Branch: refs/heads/trunk
Commit: cb8182e9adaaa29427f4a8d95a04e50f55fde2e8
Parents: db9dfd6
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Wed Dec 14 20:04:42 2016 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Wed Dec 14 20:04:42 2016 +0200

----------------------------------------------------------------------
 .../AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml            | 1 -
 .../common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml    | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/cb8182e9/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
index eb63c9f..db36db8 100644
--- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
+++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
@@ -171,7 +171,6 @@ The timeout is introduced because there is a known bug when from time to time HB
     <value-attributes>
       <type>int</type>
       <overridable>false</overridable>
-      <editable-only-at-install>true</editable-only-at-install>
     </value-attributes>
     <on-ambari-upgrade add="false"/>
   </property>

http://git-wip-us.apache.org/repos/asf/ambari/blob/cb8182e9/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml
index 24bd563..2ab6aa0 100644
--- a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml
+++ b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml
@@ -150,7 +150,6 @@ The timeout is introduced because there is a known bug when from time to time HB
     <value-attributes>
       <type>int</type>
       <overridable>false</overridable>
-      <editable-only-at-install>true</editable-only-at-install>
     </value-attributes>
     <on-ambari-upgrade add="false"/>
   </property>


[2/2] ambari git commit: AMBARI-19127. hbase_regionserver_shutdown_timeout should be editable all the time (aonishuk)

Posted by ao...@apache.org.
AMBARI-19127. hbase_regionserver_shutdown_timeout should be editable all the time (aonishuk)


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

Branch: refs/heads/branch-2.5
Commit: 10cb81af4fb0ae21391db489485a93398b92bca5
Parents: ecc916b
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Wed Dec 14 20:04:46 2016 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Wed Dec 14 20:04:46 2016 +0200

----------------------------------------------------------------------
 .../AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml            | 1 -
 .../common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml    | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/10cb81af/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
index 80fd95c..a620c5b 100644
--- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
+++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
@@ -168,7 +168,6 @@ The timeout is introduced because there is a known bug when from time to time HB
     <value-attributes>
       <type>int</type>
       <overridable>false</overridable>
-      <editable-only-at-install>true</editable-only-at-install>
     </value-attributes>
     <on-ambari-upgrade add="false"/>
   </property>

http://git-wip-us.apache.org/repos/asf/ambari/blob/10cb81af/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml
index 24bd563..2ab6aa0 100644
--- a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml
+++ b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml
@@ -150,7 +150,6 @@ The timeout is introduced because there is a known bug when from time to time HB
     <value-attributes>
       <type>int</type>
       <overridable>false</overridable>
-      <editable-only-at-install>true</editable-only-at-install>
     </value-attributes>
     <on-ambari-upgrade add="false"/>
   </property>