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 2014/10/14 08:30:05 UTC

svn commit: r1631635 - in /pig/trunk: CHANGES.txt test/e2e/pig/conf/tez.conf

Author: daijy
Date: Tue Oct 14 06:30:05 2014
New Revision: 1631635

URL: http://svn.apache.org/r1631635
Log:
PIG-4181: Cannot launch tez e2e test on Windows

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/test/e2e/pig/conf/tez.conf

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1631635&r1=1631634&r2=1631635&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Tue Oct 14 06:30:05 2014
@@ -94,6 +94,8 @@ OPTIMIZATIONS
  
 BUG FIXES
 
+PIG-4181: Cannot launch tez e2e test on Windows (daijy)
+
 PIG-2834: MultiStorage requires unused constructor argument (daijy)
 
 PIG-4230: Documentation fix: first nested foreach example is incomplete (lbendig via daijy)

Modified: pig/trunk/test/e2e/pig/conf/tez.conf
URL: http://svn.apache.org/viewvc/pig/trunk/test/e2e/pig/conf/tez.conf?rev=1631635&r1=1631634&r2=1631635&view=diff
==============================================================================
--- pig/trunk/test/e2e/pig/conf/tez.conf (original)
+++ pig/trunk/test/e2e/pig/conf/tez.conf Tue Oct 14 06:30:05 2014
@@ -15,7 +15,7 @@
 #  limitations under the License.                                                      
                                                                                        
 my $me = `whoami`;
-chomp $me;
+$me =~ s/[^a-zA-Z0-9]*//g;
 
 # The contents of this file can be rewritten to fit your installation.
 # Also, you can define the following environment variables and set things up as in the test setup