You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2013/05/02 01:58:13 UTC

svn commit: r1478238 - in /incubator/ambari/trunk: CHANGES.txt ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HBASE/configuration/global.xml ambari-web/app/data/config_mapping.js ambari-web/app/data/config_properties.js

Author: smohanty
Date: Wed May  1 23:58:12 2013
New Revision: 1478238

URL: http://svn.apache.org/r1478238
Log:
AMBARI-2066. HDFS shortcircuit skip checksum should be removed. (smohanty)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HBASE/configuration/global.xml
    incubator/ambari/trunk/ambari-web/app/data/config_mapping.js
    incubator/ambari/trunk/ambari-web/app/data/config_properties.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1478238&r1=1478237&r2=1478238&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Wed May  1 23:58:12 2013
@@ -825,6 +825,8 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-2066. HDFS shortcircuit skip checksum should be removed. (smohanty)
+
  AMBARI-2056. Show proper error message while user tries to save configurations 
  of partially stopped service. (srimanth)
 

Modified: incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HBASE/configuration/global.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HBASE/configuration/global.xml?rev=1478238&r1=1478237&r2=1478238&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HBASE/configuration/global.xml (original)
+++ incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HBASE/configuration/global.xml Wed May  1 23:58:12 2013
@@ -127,11 +127,6 @@
     <description>HDFS Short Circuit Read</description>
   </property>
    <property>
-    <name>hdfs_enable_shortcircuit_skipchecksum</name>
-    <value>false</value>
-    <description>HDFS shortcircuit skip checksum.</description>
-  </property>
-   <property>
     <name>hdfs_support_append</name>
     <value>true</value>
     <description>HDFS append support</description>

Modified: incubator/ambari/trunk/ambari-web/app/data/config_mapping.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/data/config_mapping.js?rev=1478238&r1=1478237&r2=1478238&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/config_mapping.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/config_mapping.js Wed May  1 23:58:12 2013
@@ -803,13 +803,6 @@ var configs = [
     "filename": "hbase-site.xml"
   },
   {
-    "name": "dfs.client.read.shortcircuit.skip.checksum",
-    "templateName": ["hdfs_enable_shortcircuit_skipchecksum"],
-    "foreignKey": null,
-    "value": "<templateName[0]>",
-    "filename": "hbase-site.xml"
-  },
-  {
     "name": "hbase.security.authentication",
     "templateName": [],
     "foreignKey": null,

Modified: incubator/ambari/trunk/ambari-web/app/data/config_properties.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/data/config_properties.js?rev=1478238&r1=1478237&r2=1478238&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/config_properties.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/config_properties.js Wed May  1 23:58:12 2013
@@ -1251,19 +1251,6 @@ module.exports =
     },
     {
       "id": "puppet var",
-      "name": "hdfs_enable_shortcircuit_skipchecksum",
-      "displayName": "HDFS shortcircuit skip checksum",
-      "description": "skip checksum for short circuit read",
-      "defaultValue": false,
-      "isRequired": false,
-      "displayType": "checkbox",
-      "isVisible": true,
-      "domain": "global",
-      "serviceName": "HBASE",
-      "category": "Advanced"
-    },
-    {
-      "id": "puppet var",
       "name": "hdfs_support_append",
       "displayName": "HDFS append support",
       "description": "HDFS append support",