You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2010/06/26 00:26:50 UTC

[jira] Created: (PIG-1467) order by fail when set "fs.file.impl.disable.cache" to true

order by fail when set "fs.file.impl.disable.cache" to true
-----------------------------------------------------------

                 Key: PIG-1467
                 URL: https://issues.apache.org/jira/browse/PIG-1467
             Project: Pig
          Issue Type: Bug
          Components: impl
    Affects Versions: 0.7.0
            Reporter: Daniel Dai
            Assignee: Daniel Dai
             Fix For: 0.8.0, 0.7.0


Order by fail with the message:
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners.WeightedRangePartitioner.setConf(WeightedRangePartitioner.java:135)
    at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:62)
    at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
    at org.apache.hadoop.mapred.MapTask$NewOutputCollector.<init>(MapTask.java:551)
    at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:630)
    at org.apache.hadoop.mapred.MapTask.run(MapTask.java:314)
    at org.apache.hadoop.mapred.Child$4.run(Child.java:217)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAs(Subject.java:396)
    at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1062)
    at org.apache.hadoop.mapred.Child.main(Child.java:211)

This happens with the following hadoop settings:
fs.file.impl.disable.cache=true
fs.hdfs.impl.disable.cache=true


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1467) order by fail when set "fs.file.impl.disable.cache" to true

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dai updated PIG-1467:
----------------------------

    Status: Patch Available  (was: Open)

> order by fail when set "fs.file.impl.disable.cache" to true
> -----------------------------------------------------------
>
>                 Key: PIG-1467
>                 URL: https://issues.apache.org/jira/browse/PIG-1467
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.8.0, 0.7.0
>
>         Attachments: PIG-1467-1.patch
>
>
> Order by fail with the message:
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners.WeightedRangePartitioner.setConf(WeightedRangePartitioner.java:135)
>     at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:62)
>     at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
>     at org.apache.hadoop.mapred.MapTask$NewOutputCollector.<init>(MapTask.java:551)
>     at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:630)
>     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:314)
>     at org.apache.hadoop.mapred.Child$4.run(Child.java:217)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at javax.security.auth.Subject.doAs(Subject.java:396)
>     at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1062)
>     at org.apache.hadoop.mapred.Child.main(Child.java:211)
> This happens with the following hadoop settings:
> fs.file.impl.disable.cache=true
> fs.hdfs.impl.disable.cache=true

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1467) order by fail when set "fs.file.impl.disable.cache" to true

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dai updated PIG-1467:
----------------------------

    Attachment: PIG-1467-2.patch

Resync with trunk. Patch 1 is still valid for branch 0.7.

> order by fail when set "fs.file.impl.disable.cache" to true
> -----------------------------------------------------------
>
>                 Key: PIG-1467
>                 URL: https://issues.apache.org/jira/browse/PIG-1467
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.7.0, 0.8.0
>
>         Attachments: PIG-1467-1.patch, PIG-1467-2.patch
>
>
> Order by fail with the message:
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners.WeightedRangePartitioner.setConf(WeightedRangePartitioner.java:135)
>     at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:62)
>     at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
>     at org.apache.hadoop.mapred.MapTask$NewOutputCollector.<init>(MapTask.java:551)
>     at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:630)
>     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:314)
>     at org.apache.hadoop.mapred.Child$4.run(Child.java:217)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at javax.security.auth.Subject.doAs(Subject.java:396)
>     at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1062)
>     at org.apache.hadoop.mapred.Child.main(Child.java:211)
> This happens with the following hadoop settings:
> fs.file.impl.disable.cache=true
> fs.hdfs.impl.disable.cache=true

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIG-1467) order by fail when set "fs.file.impl.disable.cache" to true

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882813#action_12882813 ] 

Hadoop QA commented on PIG-1467:
--------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12448105/PIG-1467-2.patch
  against trunk revision 958053.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no tests are needed for this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    -1 javac.  The applied patch generated 145 javac compiler warnings (more than the trunk's current 140 warnings).

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    -1 contrib tests.  The patch failed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/353/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/353/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/353/console

This message is automatically generated.

> order by fail when set "fs.file.impl.disable.cache" to true
> -----------------------------------------------------------
>
>                 Key: PIG-1467
>                 URL: https://issues.apache.org/jira/browse/PIG-1467
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.7.0, 0.8.0
>
>         Attachments: PIG-1467-1.patch, PIG-1467-2.patch
>
>
> Order by fail with the message:
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners.WeightedRangePartitioner.setConf(WeightedRangePartitioner.java:135)
>     at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:62)
>     at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
>     at org.apache.hadoop.mapred.MapTask$NewOutputCollector.<init>(MapTask.java:551)
>     at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:630)
>     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:314)
>     at org.apache.hadoop.mapred.Child$4.run(Child.java:217)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at javax.security.auth.Subject.doAs(Subject.java:396)
>     at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1062)
>     at org.apache.hadoop.mapred.Child.main(Child.java:211)
> This happens with the following hadoop settings:
> fs.file.impl.disable.cache=true
> fs.hdfs.impl.disable.cache=true

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1467) order by fail when set "fs.file.impl.disable.cache" to true

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dai updated PIG-1467:
----------------------------

    Attachment: PIG-1467-1.patch

> order by fail when set "fs.file.impl.disable.cache" to true
> -----------------------------------------------------------
>
>                 Key: PIG-1467
>                 URL: https://issues.apache.org/jira/browse/PIG-1467
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.7.0, 0.8.0
>
>         Attachments: PIG-1467-1.patch
>
>
> Order by fail with the message:
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners.WeightedRangePartitioner.setConf(WeightedRangePartitioner.java:135)
>     at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:62)
>     at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
>     at org.apache.hadoop.mapred.MapTask$NewOutputCollector.<init>(MapTask.java:551)
>     at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:630)
>     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:314)
>     at org.apache.hadoop.mapred.Child$4.run(Child.java:217)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at javax.security.auth.Subject.doAs(Subject.java:396)
>     at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1062)
>     at org.apache.hadoop.mapred.Child.main(Child.java:211)
> This happens with the following hadoop settings:
> fs.file.impl.disable.cache=true
> fs.hdfs.impl.disable.cache=true

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1467) order by fail when set "fs.file.impl.disable.cache" to true

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dai updated PIG-1467:
----------------------------

    Status: Patch Available  (was: Open)

> order by fail when set "fs.file.impl.disable.cache" to true
> -----------------------------------------------------------
>
>                 Key: PIG-1467
>                 URL: https://issues.apache.org/jira/browse/PIG-1467
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.8.0, 0.7.0
>
>         Attachments: PIG-1467-1.patch, PIG-1467-2.patch
>
>
> Order by fail with the message:
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners.WeightedRangePartitioner.setConf(WeightedRangePartitioner.java:135)
>     at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:62)
>     at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
>     at org.apache.hadoop.mapred.MapTask$NewOutputCollector.<init>(MapTask.java:551)
>     at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:630)
>     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:314)
>     at org.apache.hadoop.mapred.Child$4.run(Child.java:217)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at javax.security.auth.Subject.doAs(Subject.java:396)
>     at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1062)
>     at org.apache.hadoop.mapred.Child.main(Child.java:211)
> This happens with the following hadoop settings:
> fs.file.impl.disable.cache=true
> fs.hdfs.impl.disable.cache=true

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIG-1467) order by fail when set "fs.file.impl.disable.cache" to true

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882754#action_12882754 ] 

Hadoop QA commented on PIG-1467:
--------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12448103/PIG-1467-1.patch
  against trunk revision 958053.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no tests are needed for this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/352/console

This message is automatically generated.

> order by fail when set "fs.file.impl.disable.cache" to true
> -----------------------------------------------------------
>
>                 Key: PIG-1467
>                 URL: https://issues.apache.org/jira/browse/PIG-1467
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.7.0, 0.8.0
>
>         Attachments: PIG-1467-1.patch
>
>
> Order by fail with the message:
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners.WeightedRangePartitioner.setConf(WeightedRangePartitioner.java:135)
>     at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:62)
>     at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
>     at org.apache.hadoop.mapred.MapTask$NewOutputCollector.<init>(MapTask.java:551)
>     at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:630)
>     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:314)
>     at org.apache.hadoop.mapred.Child$4.run(Child.java:217)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at javax.security.auth.Subject.doAs(Subject.java:396)
>     at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1062)
>     at org.apache.hadoop.mapred.Child.main(Child.java:211)
> This happens with the following hadoop settings:
> fs.file.impl.disable.cache=true
> fs.hdfs.impl.disable.cache=true

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1467) order by fail when set "fs.file.impl.disable.cache" to true

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dai updated PIG-1467:
----------------------------

          Status: Resolved  (was: Patch Available)
    Hadoop Flags: [Reviewed]
      Resolution: Fixed

Patch committed to both trunk and 0.7 branch.

> order by fail when set "fs.file.impl.disable.cache" to true
> -----------------------------------------------------------
>
>                 Key: PIG-1467
>                 URL: https://issues.apache.org/jira/browse/PIG-1467
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.8.0, 0.7.0
>
>         Attachments: PIG-1467-1.patch, PIG-1467-2.patch
>
>
> Order by fail with the message:
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners.WeightedRangePartitioner.setConf(WeightedRangePartitioner.java:135)
>     at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:62)
>     at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
>     at org.apache.hadoop.mapred.MapTask$NewOutputCollector.<init>(MapTask.java:551)
>     at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:630)
>     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:314)
>     at org.apache.hadoop.mapred.Child$4.run(Child.java:217)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at javax.security.auth.Subject.doAs(Subject.java:396)
>     at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1062)
>     at org.apache.hadoop.mapred.Child.main(Child.java:211)
> This happens with the following hadoop settings:
> fs.file.impl.disable.cache=true
> fs.hdfs.impl.disable.cache=true

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1467) order by fail when set "fs.file.impl.disable.cache" to true

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dai updated PIG-1467:
----------------------------

    Status: Open  (was: Patch Available)

> order by fail when set "fs.file.impl.disable.cache" to true
> -----------------------------------------------------------
>
>                 Key: PIG-1467
>                 URL: https://issues.apache.org/jira/browse/PIG-1467
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.8.0, 0.7.0
>
>         Attachments: PIG-1467-1.patch, PIG-1467-2.patch
>
>
> Order by fail with the message:
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners.WeightedRangePartitioner.setConf(WeightedRangePartitioner.java:135)
>     at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:62)
>     at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
>     at org.apache.hadoop.mapred.MapTask$NewOutputCollector.<init>(MapTask.java:551)
>     at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:630)
>     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:314)
>     at org.apache.hadoop.mapred.Child$4.run(Child.java:217)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at javax.security.auth.Subject.doAs(Subject.java:396)
>     at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1062)
>     at org.apache.hadoop.mapred.Child.main(Child.java:211)
> This happens with the following hadoop settings:
> fs.file.impl.disable.cache=true
> fs.hdfs.impl.disable.cache=true

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIG-1467) order by fail when set "fs.file.impl.disable.cache" to true

Posted by "Richard Ding (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883230#action_12883230 ] 

Richard Ding commented on PIG-1467:
-----------------------------------

+1

> order by fail when set "fs.file.impl.disable.cache" to true
> -----------------------------------------------------------
>
>                 Key: PIG-1467
>                 URL: https://issues.apache.org/jira/browse/PIG-1467
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.7.0, 0.8.0
>
>         Attachments: PIG-1467-1.patch, PIG-1467-2.patch
>
>
> Order by fail with the message:
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners.WeightedRangePartitioner.setConf(WeightedRangePartitioner.java:135)
>     at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:62)
>     at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
>     at org.apache.hadoop.mapred.MapTask$NewOutputCollector.<init>(MapTask.java:551)
>     at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:630)
>     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:314)
>     at org.apache.hadoop.mapred.Child$4.run(Child.java:217)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at javax.security.auth.Subject.doAs(Subject.java:396)
>     at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1062)
>     at org.apache.hadoop.mapred.Child.main(Child.java:211)
> This happens with the following hadoop settings:
> fs.file.impl.disable.cache=true
> fs.hdfs.impl.disable.cache=true

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIG-1467) order by fail when set "fs.file.impl.disable.cache" to true

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882749#action_12882749 ] 

Daniel Dai commented on PIG-1467:
---------------------------------

This error also apply to skewed join

> order by fail when set "fs.file.impl.disable.cache" to true
> -----------------------------------------------------------
>
>                 Key: PIG-1467
>                 URL: https://issues.apache.org/jira/browse/PIG-1467
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.7.0, 0.8.0
>
>         Attachments: PIG-1467-1.patch
>
>
> Order by fail with the message:
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners.WeightedRangePartitioner.setConf(WeightedRangePartitioner.java:135)
>     at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:62)
>     at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
>     at org.apache.hadoop.mapred.MapTask$NewOutputCollector.<init>(MapTask.java:551)
>     at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:630)
>     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:314)
>     at org.apache.hadoop.mapred.Child$4.run(Child.java:217)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at javax.security.auth.Subject.doAs(Subject.java:396)
>     at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1062)
>     at org.apache.hadoop.mapred.Child.main(Child.java:211)
> This happens with the following hadoop settings:
> fs.file.impl.disable.cache=true
> fs.hdfs.impl.disable.cache=true

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.