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 2015/11/12 02:34:43 UTC

ambari git commit: AMBARI-13850. Fixed ECS client component dependency (Vijay Srinivasaraghavan via smohanty)

Repository: ambari
Updated Branches:
  refs/heads/trunk 9e97d97e3 -> 1315b8ebe


AMBARI-13850. Fixed ECS client component dependency (Vijay Srinivasaraghavan via smohanty)


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

Branch: refs/heads/trunk
Commit: 1315b8ebefa2927686d4d7f390982045f1e89f2b
Parents: 9e97d97
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Wed Nov 11 17:34:33 2015 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Wed Nov 11 17:34:33 2015 -0800

----------------------------------------------------------------------
 .../stacks/HDP/2.3.ECS/services/ECS/configuration/hdfs-site.xml | 5 +----
 .../main/resources/stacks/HDP/2.3.ECS/services/ECS/metainfo.xml | 1 +
 2 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1315b8eb/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/ECS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/ECS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/ECS/configuration/hdfs-site.xml
index e8e6f12..f18ef11 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/ECS/configuration/hdfs-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/ECS/configuration/hdfs-site.xml
@@ -27,12 +27,9 @@
     <value>true</value>
   </property>
 
-  <!-- default value is hdfs but ECS implementation does not use default superusergroup as default group for objects owned by superuser-->
-  <!-- Adding group name to be hadoop resolves some permission issues for HBASE and HIVE services. This is only a temporary fix -->
   <property>
     <name>dfs.permissions.superusergroup</name>
-    <!--<value>hdfs</value>-->
-    <value>hadoop</value>
+    <value>hdfs</value>
   </property>
 
 </configuration>

http://git-wip-us.apache.org/repos/asf/ambari/blob/1315b8eb/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/ECS/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/ECS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/ECS/metainfo.xml
index 3f6643b..41b4c10 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/ECS/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/services/ECS/metainfo.xml
@@ -29,6 +29,7 @@
           <name>ECS_CLIENT</name>
           <displayName>ECS Client</displayName>
           <category>CLIENT</category>
+          <cardinality>1+</cardinality>
           <commandScript>
             <script>scripts/ecs_client.py</script>
             <scriptType>PYTHON</scriptType>