Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_urpmi.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_urpmi.xml?rev=1226886&r1=1226885&r2=1226886&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_urpmi.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_urpmi.xml Tue Jan 3 17:28:18 2012 @@ -7144,7 +7144,7 @@ difficult to manage. Even when done corr </hive-conf> </alternatives> </hadoop-hive> -<hadoop-hbase> +<hbase> <metadata> <summary>HBase is the Hadoop database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.</summary> <description>HBase is an open-source, distributed, column-oriented store modeled after Google' Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, HBase provides Bigtable-like capabilities on top of Hadoop. HBase includes: @@ -7331,8 +7331,8 @@ difficult to manage. Even when done corr <shell>/sbin/nologin</shell> </hbase> </users> -</hadoop-hbase> -<hadoop-hbase-doc> +</hbase> +<hbase-doc> <metadata> <summary>Hbase Documentation</summary> <description>Documentation for Hbase</description> @@ -9100,8 +9100,8 @@ difficult to manage. Even when done corr <doc name="/usr/share/doc/hbase/wal_splitting.html" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> <doc name="/usr/share/doc/hbase/wal_tools.html" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> </content> -</hadoop-hbase-doc> -<hadoop-hbase-master> +</hbase-doc> +<hbase-master> <metadata> <summary>The Hadoop HBase master Server.</summary> <description>HMaster is the "master server" for a HBase. There is only one HMaster for a single HBase deployment.</description> @@ -9110,21 +9110,21 @@ difficult to manage. Even when done corr <deps> <tag name="/bin/bash"/> <tag name="/bin/sh"/> - <hadoop-hbase>/self</hadoop-hbase> + <hbase>/self</hbase> <redhat-lsb/> </deps> <services> - <hadoop-hbase-master> + <hbase-master> <runlevel>2</runlevel><runlevel>3</runlevel><runlevel>4</runlevel><runlevel>5</runlevel> <oninstall>stop</oninstall> <configured>true</configured> - </hadoop-hbase-master> + </hbase-master> </services> <content> - <file name="/etc/rc.d/init.d/hadoop-hbase-master" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> + <file name="/etc/rc.d/init.d/hbase-master" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> </content> -</hadoop-hbase-master> -<hadoop-hbase-regionserver> +</hbase-master> +<hbase-regionserver> <metadata> <summary>The Hadoop HBase RegionServer server.</summary> <description>HRegionServer makes a set of HRegions available to clients. It checks in with the HMaster. There are many HRegionServers in a single HBase deployment.</description> @@ -9133,21 +9133,21 @@ difficult to manage. Even when done corr <deps> <tag name="/bin/bash"/> <tag name="/bin/sh"/> - <hadoop-hbase>/self</hadoop-hbase> + <hbase>/self</hbase> <redhat-lsb/> </deps> <services> - <hadoop-hbase-regionserver> + <hbase-regionserver> <runlevel>2</runlevel><runlevel>3</runlevel><runlevel>4</runlevel><runlevel>5</runlevel> <oninstall>stop</oninstall> <configured>false</configured> - </hadoop-hbase-regionserver> + </hbase-regionserver> </services> <content> - <file name="/etc/rc.d/init.d/hadoop-hbase-regionserver" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> + <file name="/etc/rc.d/init.d/hbase-regionserver" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> </content> -</hadoop-hbase-regionserver> -<hadoop-hbase-thrift> +</hbase-regionserver> +<hbase-thrift> <metadata> <summary>The Hadoop HBase Thrift Interface</summary> <description>ThriftServer - this class starts up a Thrift server which implements the Hbase API specified in the Hbase.thrift IDL file. "Thrift is a software framework for scalable cross-language services development. It combines a powerful software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, and Ruby. Thrift was developed at Facebook, and we are now releasing it as open source." For additional information, see http://developers.facebook.com/thrift/. Facebook has announced their intent to migrate Thrift into Apache Incubator.</description> @@ -9156,20 +9156,20 @@ difficult to manage. Even when done corr <deps> <tag name="/bin/bash"/> <tag name="/bin/sh"/> - <hadoop-hbase>/self</hadoop-hbase> + <hbase>/self</hbase> <redhat-lsb/> </deps> <services> - <hadoop-hbase-thrift> + <hbase-thrift> <runlevel>2</runlevel><runlevel>3</runlevel><runlevel>4</runlevel><runlevel>5</runlevel> <oninstall>stop</oninstall> <configured>false</configured> - </hadoop-hbase-thrift> + </hbase-thrift> </services> <content> - <file name="/etc/rc.d/init.d/hadoop-hbase-thrift" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> + <file name="/etc/rc.d/init.d/hbase-thrift" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> </content> -</hadoop-hbase-thrift> +</hbase-thrift> <hadoop> <metadata> <summary>Hadoop is a software platform for processing vast amounts of data</summary>
Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_yum.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_yum.xml?rev=1226886&r1=1226885&r2=1226886&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_yum.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_yum.xml Tue Jan 3 17:28:18 2012 @@ -8914,7 +8914,7 @@ difficult to manage. Even when done corr </hive-conf> </alternatives> </hadoop-hive> - <hadoop-hbase> + <hbase> <metadata> <summary>HBase is the Hadoop database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.</summary> <description>HBase is an open-source, distributed, column-oriented store modeled after Google' Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, HBase provides Bigtable-like capabilities on top of Hadoop. HBase includes: @@ -9109,8 +9109,8 @@ difficult to manage. Even when done corr <shell>/sbin/nologin</shell> </hbase> </users> - </hadoop-hbase> - <hadoop-hbase-doc> + </hbase> + <hbase-doc> <metadata> <summary>Hbase Documentation</summary> <description>Documentation for Hbase</description> @@ -11837,8 +11837,8 @@ difficult to manage. Even when done corr <doc name="/usr/share/doc/hbase-0.90.4.16/xref/package-summary.html" perm="-rwxr-xr-x" group="root" owners="-1" user="root"/> <doc name="/usr/share/doc/hbase-0.90.4.16/xref/stylesheet.css" perm="-rwxr-xr-x" group="root" owners="-1" user="root"/> </content> - </hadoop-hbase-doc> - <hadoop-hbase-master> + </hbase-doc> + <hbase-master> <metadata> <summary>The Hadoop HBase master Server.</summary> <description>HMaster is the "master server" for a HBase. There is only one HMaster for a single HBase deployment.</description> @@ -11847,24 +11847,24 @@ difficult to manage. Even when done corr <deps> <tag name="/bin/bash"/> <tag name="/bin/sh"/> - <hadoop-hbase>/self</hadoop-hbase> + <hbase>/self</hbase> <redhat-lsb/> </deps> <services> - <hadoop-hbase-master> + <hbase-master> <runlevel>2</runlevel> <runlevel>3</runlevel> <runlevel>4</runlevel> <runlevel>5</runlevel> <oninstall>stop</oninstall> <configured>true</configured> - </hadoop-hbase-master> + </hbase-master> </services> <content> - <file name="/etc/rc.d/init.d/hadoop-hbase-master" perm="-rwxr-xr-x" group="root" owners="-1" user="root"/> + <file name="/etc/rc.d/init.d/hbase-master" perm="-rwxr-xr-x" group="root" owners="-1" user="root"/> </content> - </hadoop-hbase-master> - <hadoop-hbase-regionserver> + </hbase-master> + <hbase-regionserver> <metadata> <summary>The Hadoop HBase RegionServer server.</summary> <description>HRegionServer makes a set of HRegions available to clients. It checks in with the HMaster. There are many HRegionServers in a single HBase deployment.</description> @@ -11873,24 +11873,24 @@ difficult to manage. Even when done corr <deps> <tag name="/bin/bash"/> <tag name="/bin/sh"/> - <hadoop-hbase>/self</hadoop-hbase> + <hbase>/self</hbase> <redhat-lsb/> </deps> <services> - <hadoop-hbase-regionserver> + <hbase-regionserver> <runlevel>2</runlevel> <runlevel>3</runlevel> <runlevel>4</runlevel> <runlevel>5</runlevel> <oninstall>stop</oninstall> <configured>false</configured> - </hadoop-hbase-regionserver> + </hbase-regionserver> </services> <content> - <file name="/etc/rc.d/init.d/hadoop-hbase-regionserver" perm="-rwxr-xr-x" group="root" owners="-1" user="root"/> + <file name="/etc/rc.d/init.d/hbase-regionserver" perm="-rwxr-xr-x" group="root" owners="-1" user="root"/> </content> - </hadoop-hbase-regionserver> - <hadoop-hbase-thrift> + </hbase-regionserver> + <hbase-thrift> <metadata> <summary>The Hadoop HBase Thrift Interface</summary> <description>ThriftServer - this class starts up a Thrift server which implements the Hbase API specified in the Hbase.thrift IDL file. "Thrift is a software framework for scalable cross-language services development. It combines a powerful software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, and Ruby. Thrift was developed at Facebook, and we are now releasing it as open source." For additional information, see http://developers.facebook.com/thrift/. Facebook has announced their intent to migrate Thrift into Apache Incubator.</description> @@ -11899,23 +11899,23 @@ difficult to manage. Even when done corr <deps> <tag name="/bin/bash"/> <tag name="/bin/sh"/> - <hadoop-hbase>/self</hadoop-hbase> + <hbase>/self</hbase> <redhat-lsb/> </deps> <services> - <hadoop-hbase-thrift> + <hbase-thrift> <runlevel>2</runlevel> <runlevel>3</runlevel> <runlevel>4</runlevel> <runlevel>5</runlevel> <oninstall>stop</oninstall> <configured>false</configured> - </hadoop-hbase-thrift> + </hbase-thrift> </services> <content> - <file name="/etc/rc.d/init.d/hadoop-hbase-thrift" perm="-rwxr-xr-x" group="root" owners="-1" user="root"/> + <file name="/etc/rc.d/init.d/hbase-thrift" perm="-rwxr-xr-x" group="root" owners="-1" user="root"/> </content> - </hadoop-hbase-thrift> + </hbase-thrift> <hadoop> <metadata> <summary>Hadoop is a software platform for processing vast amounts of data</summary> Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_zypper.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_zypper.xml?rev=1226886&r1=1226885&r2=1226886&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_zypper.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_zypper.xml Tue Jan 3 17:28:18 2012 @@ -7064,7 +7064,7 @@ difficult to manage. Even when done corr </hive-conf> </alternatives> </hadoop-hive> -<hadoop-hbase> +<hbase> <metadata> <summary>HBase is the Hadoop database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.</summary> <description>HBase is an open-source, distributed, column-oriented store modeled after Google' Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, HBase provides Bigtable-like capabilities on top of Hadoop. HBase includes: @@ -7251,8 +7251,8 @@ difficult to manage. Even when done corr <shell>/sbin/nologin</shell> </hbase> </users> -</hadoop-hbase> -<hadoop-hbase-doc> +</hbase> +<hbase-doc> <metadata> <summary>Hbase Documentation</summary> <description>Documentation for Hbase</description> @@ -9020,76 +9020,76 @@ difficult to manage. Even when done corr <doc name="/usr/share/doc/packages/hbase/wal_splitting.html" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> <doc name="/usr/share/doc/packages/hbase/wal_tools.html" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> </content> -</hadoop-hbase-doc> -<hadoop-hbase-master> +</hbase-doc> +<hbase-master> <metadata> <summary>The Hadoop HBase master Server.</summary> <description>HMaster is the "master server" for a HBase. There is only one HMaster for a single HBase deployment.</description> <url>http://hadoop.apache.org/hbase/</url> </metadata> <deps> - <hadoop-hbase>/self</hadoop-hbase> + <hbase>/self</hbase> <insserv/> <tag name="/bin/sh"/> <tag name="/bin/bash"/> </deps> <services> - <hadoop-hbase-master> + <hbase-master> <!-- BUG https://jira.cloudera.com/browse/KITCHEN-1095 --><runlevel>3</runlevel><runlevel>4</runlevel><runlevel>5</runlevel> <oninstall>stop</oninstall> <configured>true</configured> - </hadoop-hbase-master> + </hbase-master> </services> <content> - <file name="/etc/rc.d/hadoop-hbase-master" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> + <file name="/etc/rc.d/hbase-master" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> </content> -</hadoop-hbase-master> -<hadoop-hbase-regionserver> +</hbase-master> +<hbase-regionserver> <metadata> <summary>The Hadoop HBase RegionServer server.</summary> <description>HRegionServer makes a set of HRegions available to clients. It checks in with the HMaster. There are many HRegionServers in a single HBase deployment.</description> <url>http://hadoop.apache.org/hbase/</url> </metadata> <deps> - <hadoop-hbase>/self</hadoop-hbase> + <hbase>/self</hbase> <insserv/> <tag name="/bin/sh"/> <tag name="/bin/bash"/> </deps> <services> - <hadoop-hbase-regionserver> + <hbase-regionserver> <!-- BUG https://jira.cloudera.com/browse/KITCHEN-1095 --><runlevel>3</runlevel><runlevel>4</runlevel><runlevel>5</runlevel> <oninstall>stop</oninstall> <configured>false</configured> - </hadoop-hbase-regionserver> + </hbase-regionserver> </services> <content> - <file name="/etc/rc.d/hadoop-hbase-regionserver" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> + <file name="/etc/rc.d/hbase-regionserver" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> </content> -</hadoop-hbase-regionserver> -<hadoop-hbase-thrift> +</hbase-regionserver> +<hbase-thrift> <metadata> <summary>The Hadoop HBase Thrift Interface</summary> <description>ThriftServer - this class starts up a Thrift server which implements the Hbase API specified in the Hbase.thrift IDL file. "Thrift is a software framework for scalable cross-language services development. It combines a powerful software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, and Ruby. Thrift was developed at Facebook, and we are now releasing it as open source." For additional information, see http://developers.facebook.com/thrift/. Facebook has announced their intent to migrate Thrift into Apache Incubator.</description> <url>http://hadoop.apache.org/hbase/</url> </metadata> <deps> - <hadoop-hbase>/self</hadoop-hbase> + <hbase>/self</hbase> <insserv/> <tag name="/bin/sh"/> <tag name="/bin/bash"/> </deps> <services> - <hadoop-hbase-thrift> + <hbase-thrift> <!-- BUG https://jira.cloudera.com/browse/KITCHEN-1095 --><runlevel>3</runlevel><runlevel>4</runlevel><runlevel>5</runlevel> <oninstall>stop</oninstall> <configured>false</configured> - </hadoop-hbase-thrift> + </hbase-thrift> </services> <content> - <file name="/etc/rc.d/hadoop-hbase-thrift" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> + <file name="/etc/rc.d/hbase-thrift" owners="1" perm="-rwxr-xr-x" user="root" group="root"/> </content> -</hadoop-hbase-thrift> +</hbase-thrift> <hadoop> <metadata> <summary>Hadoop is a software platform for processing vast amounts of data</summary> Modified: incubator/bigtop/trunk/bigtop.mk URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop.mk?rev=1226886&r1=1226885&r2=1226886&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop.mk (original) +++ incubator/bigtop/trunk/bigtop.mk Tue Jan 3 17:28:18 2012 @@ -41,7 +41,7 @@ $(eval $(call PACKAGE,zookeeper,ZOOKEEPE # HBase HBASE_NAME=hbase HBASE_RELNOTES_NAME=Apache HBase -HBASE_PKG_NAME=hadoop-hbase +HBASE_PKG_NAME=hbase HBASE_BASE_VERSION=0.90.4 HBASE_PKG_VERSION=$(HBASE_BASE_VERSION) HBASE_RELEASE_VERSION=1
