Author: toffer
Date: Thu Feb 7 23:56:18 2013
New Revision: 1443798
URL: http://svn.apache.org/r1443798
Log:
merged from trunk: HCATALOG-614 Environment/rpm based configuration for e2e
test do not have hcatcoredevlib defined in it
Modified:
incubator/hcatalog/branches/branch-0.5/CHANGES.txt
incubator/hcatalog/branches/branch-0.5/src/test/e2e/hcatalog/conf/envbased.conf
incubator/hcatalog/branches/branch-0.5/src/test/e2e/hcatalog/conf/rpm.conf
Modified: incubator/hcatalog/branches/branch-0.5/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.5/CHANGES.txt?rev=1443798&r1=1443797&r2=1443798&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.5/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.5/CHANGES.txt Thu Feb 7 23:56:18 2013
@@ -166,6 +166,8 @@ Release 0.5.0 - Unreleased
OPTIMIZATIONS
BUG FIXES
+ HCAT-614 Environment/rpm based configuration for e2e test do not have
hcatcoredevlib defined in it (amalakar via toffer)
+
HCAT-601 fix hcatalog dependency resolution issues (sushanth via
traviscrawford)
HCAT-608 exclude data files from hcatalog release audit report
(traviscrawford)
Modified:
incubator/hcatalog/branches/branch-0.5/src/test/e2e/hcatalog/conf/envbased.conf
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.5/src/test/e2e/hcatalog/conf/envbased.conf?rev=1443798&r1=1443797&r2=1443798&view=diff
==============================================================================
---
incubator/hcatalog/branches/branch-0.5/src/test/e2e/hcatalog/conf/envbased.conf
(original)
+++
incubator/hcatalog/branches/branch-0.5/src/test/e2e/hcatalog/conf/envbased.conf
Thu Feb 7 23:56:18 2013
@@ -56,6 +56,7 @@ $cfg = {
, 'hcatlib' => $ENV{'HCAT_LIB_DIR'}
, 'hcatconf' => $ENV{'HCAT_CONF_DIR'}
, 'hcatbin' => $ENV{'HCAT_CMD'}
+ , 'hcatcoredevlib' => "../../../../../core/build/lib/test"
#PIG
, 'pighome' => $ENV{'PIG_HOME'}
Modified:
incubator/hcatalog/branches/branch-0.5/src/test/e2e/hcatalog/conf/rpm.conf
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.5/src/test/e2e/hcatalog/conf/rpm.conf?rev=1443798&r1=1443797&r2=1443798&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.5/src/test/e2e/hcatalog/conf/rpm.conf
(original)
+++ incubator/hcatalog/branches/branch-0.5/src/test/e2e/hcatalog/conf/rpm.conf
Thu Feb 7 23:56:18 2013
@@ -62,6 +62,7 @@ $cfg = {
, 'hcatlib' => "$ENV{'HCAT_HOME'}/lib"
, 'hcatconf' => "$ENV{'HCAT_HOME'}/conf"
, 'hcatbin' => "$ENV{'HCAT_HOME'}/bin/hcat"
+ , 'hcatcoredevlib' => "../../../../../core/build/lib/test"
#PIG
, 'pighome' => $ENV{'PIG_HOME'}