You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by eb...@apache.org on 2014/09/04 19:45:49 UTC

git commit: AMBARI-7141 Selecting all services in 2.1.GlusterFS stack results in never ending dialogs (Scott Creeley via eboyd)

Repository: ambari
Updated Branches:
  refs/heads/trunk 91e0c66db -> a599bb800


AMBARI-7141 Selecting all services in 2.1.GlusterFS stack results in never ending dialogs
(Scott Creeley via eboyd)


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

Branch: refs/heads/trunk
Commit: a599bb800a9f65ec0eb833adef2ea45fee9a4b11
Parents: 91e0c66
Author: Erin A Boyd <eb...@redhat.com>
Authored: Tue Sep 2 13:58:37 2014 -0400
Committer: root <ro...@ambari.rhs>
Committed: Tue Sep 2 13:59:36 2014 -0400

----------------------------------------------------------------------
 .../stacks/HDP/2.1.GlusterFS/services/SQOOP/metainfo.xml          | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a599bb80/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/SQOOP/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/SQOOP/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/SQOOP/metainfo.xml
index a50b1e5..f6c7fe5 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/SQOOP/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/SQOOP/metainfo.xml
@@ -24,6 +24,9 @@
         structured data stores such as relational databases
       </comment>
       <version>1.4.4.2.1</version>
+      <requiredServices>
+        <service>GLUSTERFS</service>
+      </requiredServices>      
     </service>
   </services>
 </metainfo>