Updated Branches: refs/heads/master 55e3af483 -> f9dcffaf0
Revert "BIGTOP-885: TestHiveSmokeBulk fails on Hive 0.9" This reverts commit 701e3715efc453fcf3e69c782e68474375bf2111. Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f9dcffaf Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f9dcffaf Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f9dcffaf Branch: refs/heads/master Commit: f9dcffaf0750cb8c966ec8b0097731be08046edd Parents: 55e3af4 Author: Mark Grover <[email protected]> Authored: Thu Jun 20 17:12:02 2013 -0700 Committer: Mark Grover <[email protected]> Committed: Thu Jun 20 17:49:53 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/deb/pig/control | 2 +- bigtop-packages/src/rpm/hue/SPECS/hue.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/f9dcffaf/bigtop-packages/src/deb/pig/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/pig/control b/bigtop-packages/src/deb/pig/control index f978329..3bd059d 100644 --- a/bigtop-packages/src/deb/pig/control +++ b/bigtop-packages/src/deb/pig/control @@ -23,7 +23,7 @@ Homepage: http://pig.apache.org/ Package: pig Architecture: all -Depends: hadoop-client, pig, bigtop-utils (>= 0.6) +Depends: hadoop-client, bigtop-utils (>= 0.6) Description: Pig is a platform for analyzing large data sets Pig is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these http://git-wip-us.apache.org/repos/asf/bigtop/blob/f9dcffaf/bigtop-packages/src/rpm/hue/SPECS/hue.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/hue/SPECS/hue.spec b/bigtop-packages/src/rpm/hue/SPECS/hue.spec index acf8e67..cc2aeef 100644 --- a/bigtop-packages/src/rpm/hue/SPECS/hue.spec +++ b/bigtop-packages/src/rpm/hue/SPECS/hue.spec @@ -332,7 +332,7 @@ and import and export data. %package -n %{name}-pig Summary: A UI for Pig on Hue Group: Applications/Engineering -Requires: make, pig +Requires: make Requires: %{name}-common = %{version}-%{release} %description -n %{name}-pig
