Author: hashutosh
Date: Tue Sep 13 23:10:48 2011
New Revision: 1170383
URL: http://svn.apache.org/viewvc?rev=1170383&view=rev
Log:
HCATALOG-100: Change references of hcat.sh to hcat in test harness
Modified:
incubator/hcatalog/trunk/CHANGES.txt
incubator/hcatalog/trunk/src/test/e2e/hcatalog/drivers/Util.pm
Modified: incubator/hcatalog/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1170383&r1=1170382&r2=1170383&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Tue Sep 13 23:10:48 2011
@@ -40,6 +40,7 @@ Trunk (unreleased changes)
OPTIMIZATIONS
BUG FIXES
+ HCAT-100. Change references of hcat.sh to hcat in test harness (hashutosh)
HCAT-78. Update notice.txt and headers and add Disclaimer.txt (hashutosh and
gates via gates)
Modified: incubator/hcatalog/trunk/src/test/e2e/hcatalog/drivers/Util.pm
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/test/e2e/hcatalog/drivers/Util.pm?rev=1170383&r1=1170382&r2=1170383&view=diff
==============================================================================
--- incubator/hcatalog/trunk/src/test/e2e/hcatalog/drivers/Util.pm (original)
+++ incubator/hcatalog/trunk/src/test/e2e/hcatalog/drivers/Util.pm Tue Sep 13
23:10:48 2011
@@ -176,7 +176,7 @@ sub getHCatCmd
$cmd = $properties->{'hcat_bin_location'};
if ( ! -x "$cmd" ) {
print STDERR "\n$0::$subName WARNING: Can't find hcat command:
$cmd\n";
- $cmd = `which hcat.sh`;
+ $cmd = `which hcat`;
chomp $cmd;
print STDERR "$0::$subName WARNING: Instead using command: $cmd\n";
}