[ 
https://issues.apache.org/jira/browse/PIG-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ying He updated PIG-67:
-----------------------

    Attachment: FileLocalizer.java

get JobConf from PigMapReduce class  so that  reducers can operate on files as 
well.

> FileLocalizer doesn't work on reduce sise
> -----------------------------------------
>
>                 Key: PIG-67
>                 URL: https://issues.apache.org/jira/browse/PIG-67
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Utkarsh Srivastava
>         Attachments: FileLocalizer.java
>
>
> FileLocalizer.openDFSFile() does not work on the reduce side. This is 
> probably because FileLocalizer uses PigRecordReader which exists only on the 
> map task.
> The correct solution will be for FileLocalizer to have a hadoop conf that is 
> initialized by the reduce task on the reduce side, and the pig record reader 
> on the map side.

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

Reply via email to