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
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.