aBabiichuk пре 11 година
родитељ
комит
efa87786ad

+ 0 - 1
ambari-web/app/config.js

@@ -28,7 +28,6 @@ App.apiPrefix = '/api/v1';
 App.defaultStackVersion = 'HDP-2.0.5';
 App.defaultLocalStackVersion = 'HDPLocal-2.0.5';
 App.defaultJavaHome = '/usr/jdk/jdk1.6.0_31';
-App.defaultJCE = 'http://public-repo-1.hortonworks.com/ARTIFACTS/jce_policy-6.zip';
 App.timeout = 180000; // default AJAX timeout
 App.maxRetries = 3; // max number of retries for certain AJAX calls
 App.bgOperationsUpdateInterval = 6000;

+ 0 - 3
ambari-web/app/controllers/wizard/step8_controller.js

@@ -1390,9 +1390,6 @@ App.WizardStep8Controller = Em.Controller.extend({
       if (_globalSiteObj.name == 'java64_home') {
         globalSiteProperties['java64_home'] = ambariProperties['java.home'] ? ambariProperties['java.home'] : App.defaultJavaHome ;
       }
-      if (_globalSiteObj.name == 'jce_policy_url') {
-        globalSiteProperties['jce_policy_url'] = ambariProperties['jce_policy.url'] ? ambariProperties['jce_policy.url'] : App.defaultJCE ;
-      }
       this._recordHostOverrideFromObj(_globalSiteObj, 'global', 'version1', this);
     }, this);
     // we don't expose gmond_user to the user; it needs to be the same as gmetad_user

+ 0 - 14
ambari-web/app/data/HDP2/global_properties.js

@@ -2054,20 +2054,6 @@ module.exports =
       "serviceName": "MISC",
       "belongsToService":[]
     },
-    {
-      "id": "puppet var",
-      "name": "jce_policy_url",
-      "displayName": "jce_policy_url",
-      "description": " ",
-      "defaultValue": " ",
-      "isRequired": true,
-      "isReconfigurable": false,
-      "displayType": "advanced",
-      "isVisible": false,
-      "domain": "global",
-      "serviceName": "MISC",
-      "belongsToService":[]
-    },
     {
       "id": "puppet var",
       "name": "run_dir",

+ 0 - 14
ambari-web/app/data/global_properties.js

@@ -2367,20 +2367,6 @@ module.exports =
       "serviceName": "MISC",
       "belongsToService":[]
     },
-    {
-      "id": "puppet var",
-      "name": "jce_policy_url",
-      "displayName": "jce_policy_url",
-      "description": " ",
-      "defaultValue": " ",
-      "isRequired": true,
-      "isReconfigurable": false,
-      "displayType": "advanced",
-      "isVisible": false,
-      "domain": "global",
-      "serviceName": "MISC",
-      "belongsToService":[]
-    },
     {
       "id": "puppet var",
       "name": "run_dir",