Repository: ambari Updated Branches: refs/heads/trunk 90da27509 -> e74950cd5
AMBARI-10390. 'hbase.regionserver.wal.codec' has incorrect default value in Ambari (srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e74950cd Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e74950cd Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e74950cd Branch: refs/heads/trunk Commit: e74950cd51d46c1940849d4749f1d3ccb2861917 Parents: 90da275 Author: Srimanth Gunturi <[email protected]> Authored: Tue Apr 7 16:09:58 2015 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Tue Apr 7 16:20:41 2015 -0700 ---------------------------------------------------------------------- .../HDP/2.2/services/HBASE/configuration/hbase-site.xml | 8 ++++---- .../stacks/HDP/2.2/services/HBASE/themes/theme.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e74950cd/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml index 6ed1715..e4c05d1 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml @@ -108,16 +108,16 @@ </property> <property> <name>hbase.regionserver.wal.codec</name> - <display-name>Phoenix SQL</display-name> - <value>false</value> + <display-name>RegionServer WAL Codec</display-name> + <value>org.apache.hadoop.hbase.regionserver.wal.WALCellCodec</value> <value-attributes> <type>value-list</type> <entries> <entry> - <value>true</value> + <value>org.apache.hadoop.hbase.regionserver.wal.WALCellCodec</value> </entry> <entry> - <value>false</value> + <value>org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodec</value> </entry> </entries> </value-attributes> http://git-wip-us.apache.org/repos/asf/ambari/blob/e74950cd/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/themes/theme.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/themes/theme.json b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/themes/theme.json index c684e5c..9c76b11 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/themes/theme.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/themes/theme.json @@ -408,7 +408,7 @@ { "config":"hbase-site/hbase.regionserver.wal.codec", "widget":{ - "type":"checkbox" + "type":"list" } }, {
