Browse Source

AMBARI-2066. HDFS shortcircuit skip checksum should be removed. (smohanty)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1478238 13f79535-47bb-0310-9956-ffa450edef68
Sumit Mohanty 12 years ago
parent
commit
76d9ffeaab

+ 2 - 0
CHANGES.txt

@@ -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)
 

+ 0 - 5
ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HBASE/configuration/global.xml

@@ -125,11 +125,6 @@
     <name>hdfs_enable_shortcircuit_read</name>
     <value>true</value>
     <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>

+ 0 - 7
ambari-web/app/data/config_mapping.js

@@ -802,13 +802,6 @@ var configs = [
     "value": "<templateName[0]>",
     "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": [],

+ 0 - 13
ambari-web/app/data/config_properties.js

@@ -1249,19 +1249,6 @@ module.exports =
       "serviceName": "HBASE",
       "category": "Advanced"
     },
-    {
-      "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",