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/b4eda810 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/b4eda810 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/b4eda810 Branch: refs/heads/master Commit: b4eda810534f964c70c201f853161ca80272b6d0 Parents: 93e435f Author: Roman Shaposhnik <[email protected]> Authored: Wed Oct 16 15:04:35 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Wed Oct 16 15:04:35 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/deb/hive/control | 10 ++-- .../package/src/main/resources/package_data.xml | 51 +++++++++----------- 2 files changed, 29 insertions(+), 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/b4eda810/bigtop-packages/src/deb/hive/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/hive/control b/bigtop-packages/src/deb/hive/control index adf2858..69ebb32 100644 --- a/bigtop-packages/src/deb/hive/control +++ b/bigtop-packages/src/deb/hive/control @@ -67,13 +67,17 @@ Description: Provides libraries necessary to connect to Apache Hive via JDBC Package: hive-hcatalog Architecture: all Depends: hadoop, hive, bigtop-utils (>= 0.6) -Description: Apache HCatalog is a table and storage management service. +Description: Apache Hcatalog is a data warehouse infrastructure built on top of Hadoop. Apache HCatalog is a table and storage management service for data created using Apache Hadoop. + This includes: + * Providing a shared schema and data type mechanism. + * Providing a table abstraction so that users need not be concerned with where or how their data is stored. + * Providing interoperability across data processing tools such as Pig, Map Reduce, Streaming, and Hive. Package: hive-hcatalog-server Architecture: all Depends: hive-hcatalog (= ${source:Version}) -Description: Server for HCatalog. +Description: Init scripts for HCatalog server. Init scripts for HCatalog server Package: hive-webhcat @@ -85,5 +89,5 @@ Description: WebHcat provides a REST-like web API for HCatalog and related Hadoo Package: hive-webhcat-server Architecture: all Depends: hive-webhcat (= ${source:Version}) -Description: Server for WebHcat. +Description: Init scripts for WebHcat server. Init scripts for WebHcat server http://git-wip-us.apache.org/repos/asf/bigtop/blob/b4eda810/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 41f1c2e..69922e5 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 @@ -393,15 +393,10 @@ easy to test, and efficient to run.</description> </crunch-doc> <hive-hcatalog> <metadata> - <summary>Apache Hcatalog (incubating) is a data warehouse infrastructure built on top of Hadoop</summary> - <description> -Apache HCatalog (incubating) is a table and storage management service for data created using Apache Hadoop. -This includes: - * Providing a shared schema and data type mechanism. - * Providing a table abstraction so that users need not be concerned with where or how their data is stored. - * Providing interoperability across data processing tools such as Pig, Map Reduce, Streaming, and Hive. + <summary>Apache Hcatalog is a data warehouse infrastructure built on top of Hadoop</summary> + <description>Apache HCatalog is a table and storage management service for data created using Apache Hadoop. This includes: * Providing a shared schema and data type mechanism. * Providing a table abstraction so that users need not be concerned with where or how their data is stored. * Providing interoperability across data processing tools such as Pig, Map Reduce, Streaming, and Hive. </description> - <url>http://incubator.apache.org/hcatalog</url> + <url>http://hive.apache.org/</url> </metadata> <deps> <hadoop/> @@ -409,19 +404,19 @@ This includes: <hive/> </deps> <alternatives> - <hcatalog-conf> + <hive-hcatalog-conf> <status>auto</status> - <value>/etc/hcatalog/conf.dist</value> - <link>/etc/hcatalog/conf</link> - <alt>/etc/hcatalog/conf.dist</alt> - </hcatalog-conf> + <value>/etc/hive-hcatalog/conf.dist</value> + <link>/etc/hive-hcatalog/conf</link> + <alt>/etc/hive-hcatalog/conf.dist</alt> + </hive-hcatalog-conf> </alternatives> </hive-hcatalog> <hive-hcatalog-server> <metadata> - <summary>Server for HCatalog.</summary> - <description>Server for HCatalog.</description> - <url>http://incubator.apache.org/hcatalog</url> + <summary>Init scripts for HCatalog server</summary> + <description>Init scripts for HCatalog server</description> + <url>http://hive.apache.org/</url> </metadata> <deps> <hive-hcatalog>/self</hive-hcatalog> @@ -566,29 +561,27 @@ This includes: </hive-hbase> <hive-webhcat> <metadata> - <summary>WEBHcat provides a REST-like web API for HCatalog and related Hadoop components.</summary> - <description> -WEBHcat provides a REST-like web API for HCatalog and related Hadoop components. - </description> - <url>http://incubator.apache.org/hcatalog</url> + <summary>WebHcat provides a REST-like web API for HCatalog and related Hadoop components.</summary> + <description>WebHcat provides a REST-like web API for HCatalog and related Hadoop components.</description> + <url>http://hive.apache.org/</url> </metadata> <deps> <hive-hcatalog>/self</hive-hcatalog> </deps> <alternatives> - <webhcat-conf> + <hive-webhcat-conf> <status>auto</status> - <value>/etc/webhcat/conf.dist</value> - <link>/etc/webhcat/conf</link> - <alt>/etc/webhcat/conf.dist</alt> - </webhcat-conf> + <value>/etc/hive-webhcat/conf.dist</value> + <link>/etc/hive-webhcat/conf</link> + <alt>/etc/hive-webhcat/conf.dist</alt> + </hive-webhcat-conf> </alternatives> </hive-webhcat> <hive-webhcat-server> <metadata> - <summary>Server for WEBHcat.</summary> - <description>Server for WEBHcat.</description> - <url>http://incubator.apache.org/hcatalog</url> + <summary>Init scripts for WebHcat server</summary> + <description>Init scripts for WebHcat server.</description> + <url>http://hive.apache.org/</url> </metadata> <deps> <hive-webhcat>/self</hive-webhcat>
