You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by od...@apache.org on 2013/08/08 15:16:00 UTC

git commit: AMBARI-2842. Unable to add JOURNALNODE via REST. (odiachenko)

Updated Branches:
  refs/heads/trunk 493c8ddc4 -> d75875cf1


AMBARI-2842. Unable to add JOURNALNODE via REST. (odiachenko)


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

Branch: refs/heads/trunk
Commit: d75875cf129781907e726dcc6d6a50c04a01536b
Parents: 493c8dd
Author: Oleksandr Diachenko <od...@hortonworks.com>
Authored: Thu Aug 8 16:14:13 2013 +0300
Committer: Oleksandr Diachenko <od...@hortonworks.com>
Committed: Thu Aug 8 16:15:21 2013 +0300

----------------------------------------------------------------------
 .../resources/stacks/HDP/2.0.5/services/HDFS/metainfo.xml    | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/d75875cf/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/metainfo.xml
index 2a041e6..95dc294 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/metainfo.xml
@@ -40,7 +40,11 @@
             <name>HDFS_CLIENT</name>
             <category>CLIENT</category>
         </component>
+        
+        <component>
+            <name>JOURNALNODE</name>
+            <category>SLAVE</category>
+        </component>
     </components>
-
-
+    
 </metainfo>