Updated Branches: refs/heads/master cccd9e822 -> 916a1878d
BIGTOP-1115. update package test manifest for Bigtop 0.7.0 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/916a1878 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/916a1878 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/916a1878 Branch: refs/heads/master Commit: 916a1878d618a98cf11f7b462e47cb615c091943 Parents: cccd9e8 Author: Roman Shaposhnik <[email protected]> Authored: Fri Oct 11 17:09:50 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Oct 11 17:10:41 2013 -0700 ---------------------------------------------------------------------- .../src/main/resources/apt/package_data.xml | 16 +++---- .../package/src/main/resources/package_data.xml | 50 +++++++++++++++----- .../src/main/resources/yum/package_data.xml | 16 +++---- .../src/main/resources/zypper/package_data.xml | 16 +++---- 4 files changed, 63 insertions(+), 35 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/916a1878/bigtop-tests/test-artifacts/package/src/main/resources/apt/package_data.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/package/src/main/resources/apt/package_data.xml b/bigtop-tests/test-artifacts/package/src/main/resources/apt/package_data.xml index 73a9c98..2cc7eb8 100644 --- a/bigtop-tests/test-artifacts/package/src/main/resources/apt/package_data.xml +++ b/bigtop-tests/test-artifacts/package/src/main/resources/apt/package_data.xml @@ -82,30 +82,30 @@ </solr-server> </services> </solr-server> - <hcatalog-server> + <hive-hcatalog-server> <services> - <hcatalog-server> + <hive-hcatalog-server> <runlevel>2</runlevel> <runlevel>3</runlevel> <runlevel>4</runlevel> <runlevel>5</runlevel> <oninstall>start</oninstall> <configured>true</configured> - </hcatalog-server> + </hive-hcatalog-server> </services> - </hcatalog-server> - <webhcat-server> + </hive-hcatalog-server> + <hive-webhcat-server> <services> - <webhcat-server> + <hive-webhcat-server> <runlevel>2</runlevel> <runlevel>3</runlevel> <runlevel>4</runlevel> <runlevel>5</runlevel> <oninstall>start</oninstall> <configured>true</configured> - </webhcat-server> + </hive-webhcat-server> </services> - </webhcat-server> + </hive-webhcat-server> <sqoop> <users> <sqoop> http://git-wip-us.apache.org/repos/asf/bigtop/blob/916a1878/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml b/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml index 9e6ce80..41f1c2e 100644 --- a/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml +++ b/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml @@ -391,7 +391,7 @@ easy to test, and efficient to run.</description> <url>http://crunch.apache.org/</url> </metadata> </crunch-doc> - <hcatalog> + <hive-hcatalog> <metadata> <summary>Apache Hcatalog (incubating) is a data warehouse infrastructure built on top of Hadoop</summary> <description> @@ -416,17 +416,17 @@ This includes: <alt>/etc/hcatalog/conf.dist</alt> </hcatalog-conf> </alternatives> - </hcatalog> - <hcatalog-server> + </hive-hcatalog> + <hive-hcatalog-server> <metadata> <summary>Server for HCatalog.</summary> <description>Server for HCatalog.</description> <url>http://incubator.apache.org/hcatalog</url> </metadata> <deps> - <hcatalog>/self</hcatalog> + <hive-hcatalog>/self</hive-hcatalog> </deps> - </hcatalog-server> + </hive-hcatalog-server> <pig> <metadata> <summary>Pig is a platform for analyzing large data sets</summary> @@ -564,7 +564,7 @@ This includes: <hbase/> </deps> </hive-hbase> - <webhcat> + <hive-webhcat> <metadata> <summary>WEBHcat provides a REST-like web API for HCatalog and related Hadoop components.</summary> <description> @@ -573,7 +573,7 @@ WEBHcat provides a REST-like web API for HCatalog and related Hadoop components. <url>http://incubator.apache.org/hcatalog</url> </metadata> <deps> - <hcatalog>/self</hcatalog> + <hive-hcatalog>/self</hive-hcatalog> </deps> <alternatives> <webhcat-conf> @@ -583,17 +583,17 @@ WEBHcat provides a REST-like web API for HCatalog and related Hadoop components. <alt>/etc/webhcat/conf.dist</alt> </webhcat-conf> </alternatives> - </webhcat> - <webhcat-server> + </hive-webhcat> + <hive-webhcat-server> <metadata> <summary>Server for WEBHcat.</summary> <description>Server for WEBHcat.</description> <url>http://incubator.apache.org/hcatalog</url> </metadata> <deps> - <webhcat>/self</webhcat> + <hive-webhcat>/self</hive-webhcat> </deps> - </webhcat-server> + </hive-webhcat-server> <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> @@ -676,6 +676,34 @@ WEBHcat provides a REST-like web API for HCatalog and related Hadoop components. <hbase>/self</hbase> </deps> </hbase-rest> + <phoenix> + <metadata> + <summary>Phoenix is a SQL skin over HBase and client-embedded JDBC driver.</summary> + <description>Phoenix is a SQL skin over HBase, delivered as a client-embedded JDBC driver. +The Phoenix query engine transforms an SQL query into one or more HBase scans, +and orchestrates their execution to produce standard JDBC result sets. Direct +use of the HBase API, along with coprocessors and custom filters, results in +performance on the order of milliseconds for small queries, or seconds for +tens of millions of rows. Applications interact with Phoenix through a +standard JDBC interface; all the usual interfaces are supported.</description> + <url>https://github.com/forcedotcom/phoenix</url> + </metadata> + <deps> + <zookeeper/> + <hadoop/> + <hadoop-mapreduce/> + <hadoop-yarn/> + <hbase/> + </deps> + <alternatives> + <phoenix-conf> + <status>auto</status> + <value>/etc/phoenix/conf.dist</value> + <link>/etc/phoenix/conf</link> + <alt>/etc/phoenix/conf.dist</alt> + </phoenix-conf> + </alternatives> + </phoenix> <hadoop> <metadata> <summary>Hadoop is a software platform for processing vast amounts of data</summary> http://git-wip-us.apache.org/repos/asf/bigtop/blob/916a1878/bigtop-tests/test-artifacts/package/src/main/resources/yum/package_data.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/package/src/main/resources/yum/package_data.xml b/bigtop-tests/test-artifacts/package/src/main/resources/yum/package_data.xml index 2c88f75..d1640c7 100644 --- a/bigtop-tests/test-artifacts/package/src/main/resources/yum/package_data.xml +++ b/bigtop-tests/test-artifacts/package/src/main/resources/yum/package_data.xml @@ -101,30 +101,30 @@ </solr-server> </services> </solr-server> - <hcatalog-server> + <hive-hcatalog-server> <services> - <hcatalog-server> + <hive-hcatalog-server> <runlevel>2</runlevel> <!--workaround BIGTOP-644--> <runlevel>3</runlevel> <runlevel>4</runlevel> <runlevel>5</runlevel> <oninstall>stop</oninstall> <configured>true</configured> - </hcatalog-server> + </hive-hcatalog-server> </services> - </hcatalog-server> - <webhcat-server> + </hive-hcatalog-server> + <hive-webhcat-server> <services> - <webhcat-server> + <hive-webhcat-server> <runlevel>2</runlevel> <!--workaround BIGTOP-644--> <runlevel>3</runlevel> <runlevel>4</runlevel> <runlevel>5</runlevel> <oninstall>stop</oninstall> <configured>true</configured> - </webhcat-server> + </hive-webhcat-server> </services> - </webhcat-server> + </hive-webhcat-server> <sqoop> <deps> <tag name="/bin/bash"/> http://git-wip-us.apache.org/repos/asf/bigtop/blob/916a1878/bigtop-tests/test-artifacts/package/src/main/resources/zypper/package_data.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/package/src/main/resources/zypper/package_data.xml b/bigtop-tests/test-artifacts/package/src/main/resources/zypper/package_data.xml index 1d55dcd..1b5c6eb 100644 --- a/bigtop-tests/test-artifacts/package/src/main/resources/zypper/package_data.xml +++ b/bigtop-tests/test-artifacts/package/src/main/resources/zypper/package_data.xml @@ -100,28 +100,28 @@ </solr-server> </services> </solr-server> - <hcatalog-server> + <hive-hcatalog-server> <services> - <hcatalog-server> + <hive-hcatalog-server> <runlevel>3</runlevel> <runlevel>4</runlevel> <runlevel>5</runlevel> <oninstall>stop</oninstall> <configured>true</configured> - </hcatalog-server> + </hive-hcatalog-server> </services> - </hcatalog-server> - <webhcat-server> + </hive-hcatalog-server> + <hive-webhcat-server> <services> - <webhcat-server> + <hive-webhcat-server> <runlevel>3</runlevel> <runlevel>4</runlevel> <runlevel>5</runlevel> <oninstall>stop</oninstall> <configured>true</configured> - </webhcat-server> + </hive-webhcat-server> </services> - </webhcat-server> + </hive-webhcat-server> <sqoop> <deps> <jre>>=1.6</jre>
