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 2012/10/21 08:33:07 UTC

svn commit: r1400579 - in /pig/branches/branch-0.11: CHANGES.txt test/e2e/pig/deployers/LocalDeployer.pm

Author: daijy
Date: Sun Oct 21 06:33:06 2012
New Revision: 1400579

URL: http://svn.apache.org/viewvc?rev=1400579&view=rev
Log:
PIG-2967: Fix Glob_local test failure for Pig E2E Test Framework

Modified:
    pig/branches/branch-0.11/CHANGES.txt
    pig/branches/branch-0.11/test/e2e/pig/deployers/LocalDeployer.pm

Modified: pig/branches/branch-0.11/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/CHANGES.txt?rev=1400579&r1=1400578&r2=1400579&view=diff
==============================================================================
--- pig/branches/branch-0.11/CHANGES.txt (original)
+++ pig/branches/branch-0.11/CHANGES.txt Sun Oct 21 06:33:06 2012
@@ -308,6 +308,8 @@ OPTIMIZATIONS
 
 BUG FIXES
 
+PIG-2967: Fix Glob_local test failure for Pig E2E Test Framework (sushantj via daijy)
+
 PIG-1283: COUNT on null bag causes failure (analog.sony via jcoveney)
 
 PIG-2958: Pig tests do not appear to have a logger attached (daijyc via jcoveney)

Modified: pig/branches/branch-0.11/test/e2e/pig/deployers/LocalDeployer.pm
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/test/e2e/pig/deployers/LocalDeployer.pm?rev=1400579&r1=1400578&r2=1400579&view=diff
==============================================================================
--- pig/branches/branch-0.11/test/e2e/pig/deployers/LocalDeployer.pm (original)
+++ pig/branches/branch-0.11/test/e2e/pig/deployers/LocalDeployer.pm Sun Oct 21 06:33:06 2012
@@ -120,6 +120,11 @@ sub generateData
             'rows' => 10000,
             'outfile' => "singlefile/studenttab10k",
         }, {
+            'name' => "studenttab20m",
+            'filetype' => "studenttab",
+            'rows' => 20000000,
+            'outfile' => "singlefile/studenttab20m",
+        }, {
             'name' => "votertab10k",
             'filetype' => "votertab",
             'rows' => 10000,