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:29:35 UTC

svn commit: r1631634 - in /pig/branches/branch-0.14: CHANGES.txt test/e2e/pig/conf/tez.conf

Author: daijy
Date: Tue Oct 14 06:29:35 2014
New Revision: 1631634

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

Modified:
    pig/branches/branch-0.14/CHANGES.txt
    pig/branches/branch-0.14/test/e2e/pig/conf/tez.conf

Modified: pig/branches/branch-0.14/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.14/CHANGES.txt?rev=1631634&r1=1631633&r2=1631634&view=diff
==============================================================================
--- pig/branches/branch-0.14/CHANGES.txt (original)
+++ pig/branches/branch-0.14/CHANGES.txt Tue Oct 14 06:29:35 2014
@@ -84,6 +84,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/branches/branch-0.14/test/e2e/pig/conf/tez.conf
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.14/test/e2e/pig/conf/tez.conf?rev=1631634&r1=1631633&r2=1631634&view=diff
==============================================================================
--- pig/branches/branch-0.14/test/e2e/pig/conf/tez.conf (original)
+++ pig/branches/branch-0.14/test/e2e/pig/conf/tez.conf Tue Oct 14 06:29:35 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