You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2013/04/17 02:41:36 UTC

svn commit: r1468702 - in /pig/trunk: CHANGES.txt test/e2e/pig/build.xml

Author: daijy
Date: Wed Apr 17 00:41:35 2013
New Revision: 1468702

URL: http://svn.apache.org/r1468702
Log:
PIG-3276: change the default value for hcat.bin to hcat instead of /usr/local/hcat/bin/hcat

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/test/e2e/pig/build.xml

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1468702&r1=1468701&r2=1468702&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Apr 17 00:41:35 2013
@@ -156,6 +156,8 @@ PIG-3013: BinInterSedes improve chararra
 
 BUG FIXES
 
+PIG-3276: change the default value for hcat.bin to hcat instead of /usr/local/hcat/bin/hcat (arpitgupta via daijy)
+
 PIG-3277: fix the path to the benchmarks file in the print statement (arpitgupta via daijy)
 
 PIG-3122: Operators should not implicitly become reserved keywords (jcoveney via cheolsoo)

Modified: pig/trunk/test/e2e/pig/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/test/e2e/pig/build.xml?rev=1468702&r1=1468701&r2=1468702&view=diff
==============================================================================
--- pig/trunk/test/e2e/pig/build.xml (original)
+++ pig/trunk/test/e2e/pig/build.xml Wed Apr 17 00:41:35 2013
@@ -105,7 +105,7 @@
     </not>
   </condition>
 
-  <condition property="hcat.bin" value="/usr/local/hcat/bin/hcat">
+  <condition property="hcat.bin" value="hcat">
     <not>
       <isset property="hcat.bin"/>
     </not>