You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2015/09/04 01:13:53 UTC

ambari git commit: AMBARI-13003. Remove UI validation for yarn.nodemanager.remote-app-log-dir for having a directory value. (jaimin)

Repository: ambari
Updated Branches:
  refs/heads/trunk 0e5d3fe73 -> a591d233c


AMBARI-13003. Remove UI validation for  yarn.nodemanager.remote-app-log-dir for having a directory value. (jaimin)


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

Branch: refs/heads/trunk
Commit: a591d233c4cd979d834839ef09121f9ef8d43c6c
Parents: 0e5d3fe
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Thu Sep 3 16:13:38 2015 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Thu Sep 3 16:13:38 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/site_properties.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a591d233/ambari-web/app/data/HDP2/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/site_properties.js b/ambari-web/app/data/HDP2/site_properties.js
index ed24dbc..a57cdb6 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/ambari-web/app/data/HDP2/site_properties.js
@@ -298,7 +298,6 @@ var hdp2properties = [
     "id": "site property",
     "name": "yarn.nodemanager.remote-app-log-dir",
     "displayName": "yarn.nodemanager.remote-app-log-dir",
-    "displayType": "directory",
     "serviceName": "YARN",
     "filename": "yarn-site.xml",
     "category": "NODEMANAGER"