You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2012/04/19 02:50:11 UTC

svn commit: r1327760 - in /incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources: ./ apt/ urpmi/ yum/ zypper/

Author: rvs
Date: Thu Apr 19 00:50:10 2012
New Revision: 1327760

URL: http://svn.apache.org/viewvc?rev=1327760&view=rev
Log:
BIGTOP-545. package testing manifest in trunk needs to be updated

Added:
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/bigtop-jsvc.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/bigtop-tomcat.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hadoop-client.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hadoop-hdfs-fuse.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hadoop-hdfs-zkfc.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hbase-rest.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/bigtop-jsvc.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/bigtop-tomcat.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-client.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-hdfs-fuse.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-hdfs-zkfc.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-libhdfs.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hbase-rest.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/bigtop-jsvc.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/bigtop-tomcat.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-client.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-hdfs-fuse.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-hdfs-zkfc.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hbase-rest.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/bigtop-jsvc.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/bigtop-tomcat.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-client.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-hdfs-fuse.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-hdfs-zkfc.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hbase-rest.xml
Removed:
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/flume-master.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/flume-master.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/flume-master.xml
Modified:
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-libhdfs.xml
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-libhdfs.xml

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/bigtop-jsvc.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/bigtop-jsvc.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/bigtop-jsvc.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/bigtop-jsvc.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<bigtop-jsvc>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</bigtop-jsvc>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/bigtop-tomcat.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/bigtop-tomcat.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/bigtop-tomcat.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/bigtop-tomcat.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<bigtop-tomcat>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</bigtop-tomcat>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hadoop-client.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hadoop-client.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hadoop-client.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hadoop-client.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hadoop-client>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hadoop-client>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hadoop-hdfs-fuse.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hadoop-hdfs-fuse.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hadoop-hdfs-fuse.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hadoop-hdfs-fuse.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hadoop-hdfs-fuse>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hadoop-hdfs-fuse>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hadoop-hdfs-zkfc.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hadoop-hdfs-zkfc.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hadoop-hdfs-zkfc.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hadoop-hdfs-zkfc.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hadoop-hdfs-zkfc>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hadoop-hdfs-zkfc>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hbase-rest.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hbase-rest.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hbase-rest.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/apt/hbase-rest.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hbase-rest>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hbase-rest>

Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml?rev=1327760&r1=1327759&r2=1327760&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml (original)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml Thu Apr 19 00:50:10 2012
@@ -23,6 +23,21 @@
     <url>http://incubator.apache.org/bigtop/</url>
   </metadata>
 </bigtop-utils>
+<bigtop-jsvc>
+  <metadata>
+    <summary>Application to launch java daemon</summary>
+    <description>jsvc executes classfile that implements a Daemon interface.</description>
+    <url>http://commons.apache.org/daemon/</url>
+  </metadata>
+</bigtop-jsvc>
+<bigtop-tomcat>
+  <metadata>
+    <summary>Apache Tomcat</summary>
+    <description>Apache Tomcat is an open source software implementation of the
+Java Servlet and JavaServer Pages technologies.</description>
+    <url>http://tomcat.apache.org/</url>
+  </metadata>
+</bigtop-tomcat>
 <mahout>
   <metadata>
     <summary>A set of Java libraries for scalable machine learning.</summary>
@@ -100,7 +115,7 @@
   <users>
     <flume>
       <home>/var/run/flume</home>
-      <descr>Flume User</descr>
+      <descr>Flume</descr>
       <shell>/bin/false</shell>
     </flume>
   </users>
@@ -113,24 +128,6 @@
     </flume-conf>
   </alternatives>
 </flume>
-<flume-master>
-  <metadata>
-    <summary>central administration point for the flume data collection system</summary>
-    <description>The Flume master daemon is the central administration and data path control
- point for flume nodes.</description>
-    <url>http://incubator.apache.org/projects/flume.html</url>
-  </metadata>
-  <deps>
-    <flume>/self</flume>
-  </deps>
-  <services>
-    <flume-master>
-       <runlevel>2</runlevel><runlevel>3</runlevel><runlevel>4</runlevel><runlevel>5</runlevel>
-       <oninstall>start</oninstall>
-       <configured>true</configured>
-    </flume-master>
-  </services>
-</flume-master>
 <flume-node>
   <metadata>
     <summary>core element of Flume's data path that collects and delivers data</summary>
@@ -192,7 +189,7 @@
   <users>
     <sqoop>
       <home>/var/lib/sqoop</home>
-      <descr>Sqoop User</descr>
+      <descr>Sqoop</descr>
       <shell>/bin/false</shell>
     </sqoop>
   </users>
@@ -253,7 +250,7 @@
   </groups>
   <users>
     <oozie>
-      <home>/var/run/oozie</home>
+      <home>/var/lib/oozie</home>
       <descr>Oozie User</descr>
       <shell>/bin/false</shell>
     </oozie>
@@ -420,7 +417,7 @@
   <users>
     <hive>
       <home>/var/lib/hive</home>
-      <descr>Hive User</descr>
+      <descr>Hive</descr>
       <shell>/bin/false</shell>
     </hive>
   </users>
@@ -449,7 +446,7 @@
   <users>
     <hive>
       <home>/var/lib/hive</home>
-      <descr>Hive User</descr>
+      <descr>Hive</descr>
       <shell>/bin/false</shell>
     </hive>
   </users>
@@ -482,7 +479,7 @@
   </groups>
   <users>
     <hbase>
-      <home>/var/lib/hbase</home>
+      <home>/var/run/hbase</home>
       <descr>HBase User</descr>
       <shell>/bin/bash</shell>
     </hbase>
@@ -548,6 +545,23 @@
     </hbase-thrift>
   </services>
 </hbase-thrift>
+<hbase-rest>
+  <metadata>
+    <summary>The Apache HBase REST gateway</summary>
+    <description>The Apache HBase REST gateway</description>
+    <url>http://hbase.apache.org/</url>
+  </metadata>
+  <deps>
+    <hbase>/self</hbase>
+  </deps>
+  <services>
+    <hbase-rest>
+       <runlevel>2</runlevel><runlevel>3</runlevel><runlevel>4</runlevel><runlevel>5</runlevel>
+       <oninstall>start</oninstall>
+       <configured>false</configured>
+    </hbase-rest>
+  </services>
+</hbase-rest>
 <hadoop>
   <metadata>
     <summary>Hadoop is a software platform for processing vast amounts of data</summary>
@@ -576,9 +590,6 @@
   <deps>
     <bigtop-utils/>
   </deps>
-  <groups>
-    <hadoop/>
-  </groups>
   <alternatives>
     <hadoop-conf>
       <status>auto</status>
@@ -607,7 +618,7 @@
   </groups>
   <users>
     <hdfs>
-      <home>/var/lib/hdfs</home>
+      <home>/var/lib/hadoop-hdfs</home>
       <descr>Hadoop HDFS</descr>
       <shell>/bin/bash</shell>
     </hdfs>
@@ -632,7 +643,7 @@
   </groups>
   <users>
     <yarn>
-      <home>/var/lib/yarn</home>
+      <home>/var/lib/hadoop-yarn</home>
       <descr>Hadoop YARN</descr>
       <shell>/bin/bash</shell>
     </yarn>
@@ -651,16 +662,16 @@
     <bigtop-utils/>
   </deps>
   <groups>
-    <mapreduce>
-      <user>mapreduce</user>
-    </mapreduce>
+    <mapred>
+      <user>mapred</user>
+    </mapred>
   </groups>
   <users>
-    <mapreduce>
-      <home>/var/lib/mapreduce</home>
+    <mapred>
+      <home>/var/lib/hadoop-mapreduce</home>
       <descr>Hadoop MapReduce</descr>
       <shell>/bin/bash</shell>
-    </mapreduce>
+    </mapred>
   </users>
 </hadoop-mapreduce>
 <hadoop-httpfs>
@@ -714,6 +725,27 @@
     </hadoop-hdfs-namenode>
   </services>
 </hadoop-hdfs-namenode>
+<hadoop-hdfs-zkfc>
+  <metadata>
+    <summary>Hadoop HDFS failover controller</summary>
+    <description>The Hadoop HDFS failover controller is a ZooKeeper client which also
+monitors and manages the state of the NameNode. Each of the machines
+which runs a NameNode also runs a ZKFC, and that ZKFC is responsible
+for: Health monitoring, ZooKeeper session management, ZooKeeper-based
+election.</description>
+    <url>http://hadoop.apache.org/core/</url>
+  </metadata>
+  <deps>
+    <hadoop-hdfs>/self</hadoop-hdfs>
+  </deps>
+  <services>
+    <hadoop-hdfs-zkfc>
+      <runlevel>2</runlevel><runlevel>3</runlevel><runlevel>4</runlevel><runlevel>5</runlevel>
+      <oninstall>stop</oninstall>
+      <configured>false</configured>
+    </hadoop-hdfs-zkfc>
+  </services>
+</hadoop-hdfs-zkfc>
 <hadoop-hdfs-secondarynamenode>
   <metadata>
     <summary>Hadoop Secondary namenode</summary>
@@ -863,4 +895,29 @@
     <url>http://hadoop.apache.org/core/</url>
   </metadata>
 </hadoop-doc>
+<hadoop-client>
+  <metadata>
+    <summary>Hadoop client side dependencies</summary>
+    <description>Installation of this package will provide you with all the dependencies for Hadoop clients.</description>
+    <url>http://hadoop.apache.org/core/</url>
+  </metadata>
+  <deps>
+    <hadoop>/self</hadoop>
+    <hadoop-hdfs>/self</hadoop-hdfs>
+    <hadoop-yarn>/self</hadoop-yarn>
+    <hadoop-mapreduce>/self</hadoop-mapreduce>
+  </deps>
+</hadoop-client>
+<hadoop-hdfs-fuse>
+  <metadata>
+    <summary>Mountable HDFS</summary>
+    <description>These projects (enumerated below) allow HDFS to be mounted (on most flavors of Unix) as a standard file system using</description>
+    <url>http://hadoop.apache.org/core/</url>
+  </metadata>
+  <deps>
+    <hadoop-client>/self</hadoop-client>
+    <hadoop>/self</hadoop>
+    <hadoop-libhdfs>/self</hadoop-libhdfs>
+  </deps>
+</hadoop-hdfs-fuse>
 </packages>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/bigtop-jsvc.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/bigtop-jsvc.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/bigtop-jsvc.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/bigtop-jsvc.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<bigtop-jsvc>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</bigtop-jsvc>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/bigtop-tomcat.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/bigtop-tomcat.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/bigtop-tomcat.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/bigtop-tomcat.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<bigtop-tomcat>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</bigtop-tomcat>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-client.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-client.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-client.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-client.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hadoop-client>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hadoop-client>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-hdfs-fuse.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-hdfs-fuse.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-hdfs-fuse.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-hdfs-fuse.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hadoop-hdfs-fuse>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hadoop-hdfs-fuse>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-hdfs-zkfc.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-hdfs-zkfc.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-hdfs-zkfc.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-hdfs-zkfc.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hadoop-hdfs-zkfc>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hadoop-hdfs-zkfc>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-libhdfs.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-libhdfs.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-libhdfs.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hadoop-libhdfs.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hadoop-libhdfs>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hadoop-libhdfs>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hbase-rest.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hbase-rest.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hbase-rest.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/urpmi/hbase-rest.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hbase-rest>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hbase-rest>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/bigtop-jsvc.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/bigtop-jsvc.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/bigtop-jsvc.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/bigtop-jsvc.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<bigtop-jsvc>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</bigtop-jsvc>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/bigtop-tomcat.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/bigtop-tomcat.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/bigtop-tomcat.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/bigtop-tomcat.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<bigtop-tomcat>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</bigtop-tomcat>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-client.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-client.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-client.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-client.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hadoop-client>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hadoop-client>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-hdfs-fuse.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-hdfs-fuse.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-hdfs-fuse.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-hdfs-fuse.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hadoop-hdfs-fuse>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hadoop-hdfs-fuse>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-hdfs-zkfc.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-hdfs-zkfc.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-hdfs-zkfc.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-hdfs-zkfc.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hadoop-hdfs-zkfc>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hadoop-hdfs-zkfc>

Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-libhdfs.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-libhdfs.xml?rev=1327760&r1=1327759&r2=1327760&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-libhdfs.xml (original)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hadoop-libhdfs.xml Thu Apr 19 00:50:10 2012
@@ -1,8 +1,5 @@
 <hadoop-libhdfs>
-<content>
-  <file name='/usr/include/hdfs.h' owners='-1' perm='-rwxr-xr-x' user='root' group='root' />
-  <file name='/usr/lib64/libhdfs.so' owners='-1' perm='lrwxrwxrwx' user='root' group='root' target='libhdfs.so.0.0.0' />
-  <file name='/usr/lib64/libhdfs.so.0' owners='-1' perm='lrwxrwxrwx' user='root' group='root' target='libhdfs.so.0.0.0' />
-  <file name='/usr/lib64/libhdfs.so.0.0.0' owners='-1' perm='-rwxr-xr-x' user='root' group='root' />
-</content>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
 </hadoop-libhdfs>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hbase-rest.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hbase-rest.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hbase-rest.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/yum/hbase-rest.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hbase-rest>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hbase-rest>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/bigtop-jsvc.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/bigtop-jsvc.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/bigtop-jsvc.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/bigtop-jsvc.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<bigtop-jsvc>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</bigtop-jsvc>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/bigtop-tomcat.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/bigtop-tomcat.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/bigtop-tomcat.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/bigtop-tomcat.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<bigtop-tomcat>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</bigtop-tomcat>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-client.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-client.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-client.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-client.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hadoop-client>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hadoop-client>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-hdfs-fuse.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-hdfs-fuse.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-hdfs-fuse.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-hdfs-fuse.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hadoop-hdfs-fuse>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hadoop-hdfs-fuse>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-hdfs-zkfc.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-hdfs-zkfc.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-hdfs-zkfc.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-hdfs-zkfc.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hadoop-hdfs-zkfc>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hadoop-hdfs-zkfc>

Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-libhdfs.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-libhdfs.xml?rev=1327760&r1=1327759&r2=1327760&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-libhdfs.xml (original)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hadoop-libhdfs.xml Thu Apr 19 00:50:10 2012
@@ -1,8 +1,5 @@
 <hadoop-libhdfs>
-<content>
-  <file name='/usr/include/hdfs.h' owners='-1' perm='-rwxr-xr-x' user='root' group='root' />
-  <file name='/usr/lib64/libhdfs.so' owners='-1' perm='lrwxrwxrwx' user='root' group='root' target='libhdfs.so.0.0.0' />
-  <file name='/usr/lib64/libhdfs.so.0' owners='-1' perm='lrwxrwxrwx' user='root' group='root' target='libhdfs.so.0.0.0' />
-  <file name='/usr/lib64/libhdfs.so.0.0.0' owners='-1' perm='-rwxr-xr-x' user='root' group='root' />
-</content>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
 </hadoop-libhdfs>

Added: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hbase-rest.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hbase-rest.xml?rev=1327760&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hbase-rest.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/zypper/hbase-rest.xml Thu Apr 19 00:50:10 2012
@@ -0,0 +1,5 @@
+<hbase-rest>
+  <content>
+    <file name='/.' owners='-1' perm='drwxr-xr-x' user='root' group='root' />
+  </content>
+</hbase-rest>