Updated Branches: refs/heads/master 6368a5a88 -> 0b5f96d53
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/0b5f96d5 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/0b5f96d5 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/0b5f96d5 Branch: refs/heads/master Commit: 0b5f96d530240e0957313c7d739149cd2d721d46 Parents: 6368a5a Author: Roman Shaposhnik <[email protected]> Authored: Thu Oct 17 09:39:26 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Thu Oct 17 09:39:26 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/deb/hive/control | 2 +- bigtop-packages/src/deb/phoenix/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/0b5f96d5/bigtop-packages/src/deb/hive/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/hive/control b/bigtop-packages/src/deb/hive/control index d7e0497..0e48eb3 100644 --- a/bigtop-packages/src/deb/hive/control +++ b/bigtop-packages/src/deb/hive/control @@ -78,7 +78,7 @@ Package: hive-hcatalog-server Architecture: all Depends: hive-hcatalog (= ${source:Version}) Description: Init scripts for HCatalog server - Init scripts for HCatalog server. + Init scripts for HCatalog server Package: hive-webhcat Architecture: all http://git-wip-us.apache.org/repos/asf/bigtop/blob/0b5f96d5/bigtop-packages/src/deb/phoenix/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/phoenix/control b/bigtop-packages/src/deb/phoenix/control index ee72218..75bc553 100644 --- a/bigtop-packages/src/deb/phoenix/control +++ b/bigtop-packages/src/deb/phoenix/control @@ -25,7 +25,7 @@ Package: phoenix Architecture: all Depends: zookeeper, hadoop, hadoop-mapreduce, hadoop-yarn, hbase, bigtop-utils (>= 0.7) Description: Phoenix is a SQL skin over HBase and client-embedded JDBC driver. - Phoenix is a SQL skin over HBase delivered as a client-embedded JDBC driver. + 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
