You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Thejas M Nair (JIRA)" <ji...@apache.org> on 2013/03/18 19:46:16 UTC

[jira] [Commented] (PIG-3248) Upgrade hadoop-2.0.0-alpha to hadoop-2.0.3-alpha

    [ https://issues.apache.org/jira/browse/PIG-3248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13605460#comment-13605460 ] 

Thejas M Nair commented on PIG-3248:
------------------------------------

Daniel, Is the following change relevant for the hadoop 2 version upgrade ?

{code}
===================================================================
--- test/org/apache/pig/test/TestPigSplit.java	(revision 1456106)
+++ test/org/apache/pig/test/TestPigSplit.java	(working copy)
@@ -108,7 +108,7 @@
         createInput(new String[] { "0\ta" });
 
         pigServer.registerQuery("a = load '" + inputFileName + "';");
-        for (int i = 0; i < 500; i++) {
+        for (int i = 0; i < 200; i++) {
             pigServer.registerQuery("a = filter a by $0 == '1';");
         }
         Iterator<Tuple> iter = pigServer.openIterator("a");
{code}
                
> Upgrade hadoop-2.0.0-alpha to hadoop-2.0.3-alpha
> ------------------------------------------------
>
>                 Key: PIG-3248
>                 URL: https://issues.apache.org/jira/browse/PIG-3248
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.12
>
>         Attachments: PIG-3248-1.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira