[jira] Updated: (MAPREDUCE-1293) AutoInputFormat doesn't work with non-default FileSystems

2009-12-31 Thread Tom White (JIRA)

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

Tom White updated MAPREDUCE-1293:
-

   Resolution: Fixed
Fix Version/s: 0.22.0
 Assignee: Andrew Hitchcock
 Hadoop Flags: [Reviewed]
   Status: Resolved  (was: Patch Available)

I've just committed this. Thanks Andrew!

 AutoInputFormat doesn't work with non-default FileSystems
 -

 Key: MAPREDUCE-1293
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1293
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/streaming
Reporter: Andrew Hitchcock
Assignee: Andrew Hitchcock
 Fix For: 0.22.0

 Attachments: MAPREDUCE-1293.txt


 AutoInputFormat uses the wrong FileSystem.get() method when getting a 
 reference to a FileSystem object. AutoInputFormat gets the default 
 FileSystem, so this method breaks if the InputSplit's path is pointing to a 
 different FileSystem. 

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



[jira] Updated: (MAPREDUCE-1293) AutoInputFormat doesn't work with non-default FileSystems

2009-12-22 Thread Chris Douglas (JIRA)

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

Chris Douglas updated MAPREDUCE-1293:
-

Status: Open  (was: Patch Available)

 AutoInputFormat doesn't work with non-default FileSystems
 -

 Key: MAPREDUCE-1293
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1293
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/streaming
Reporter: Andrew Hitchcock
 Attachments: MAPREDUCE-1293.txt


 AutoInputFormat uses the wrong FileSystem.get() method when getting a 
 reference to a FileSystem object. AutoInputFormat gets the default 
 FileSystem, so this method breaks if the InputSplit's path is pointing to a 
 different FileSystem. 

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



[jira] Updated: (MAPREDUCE-1293) AutoInputFormat doesn't work with non-default FileSystems

2009-12-14 Thread Andrew Hitchcock (JIRA)

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

Andrew Hitchcock updated MAPREDUCE-1293:


Status: Patch Available  (was: Open)

 AutoInputFormat doesn't work with non-default FileSystems
 -

 Key: MAPREDUCE-1293
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1293
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/streaming
Reporter: Andrew Hitchcock
 Attachments: MAPREDUCE-1293.txt


 AutoInputFormat uses the wrong FileSystem.get() method when getting a 
 reference to a FileSystem object. AutoInputFormat gets the default 
 FileSystem, so this method breaks if the InputSplit's path is pointing to a 
 different FileSystem. 

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



[jira] Updated: (MAPREDUCE-1293) AutoInputFormat doesn't work with non-default FileSystems

2009-12-14 Thread Andrew Hitchcock (JIRA)

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

Andrew Hitchcock updated MAPREDUCE-1293:


Attachment: MAPREDUCE-1293.txt

Switching to the proper .get() method fixes the issue.

 AutoInputFormat doesn't work with non-default FileSystems
 -

 Key: MAPREDUCE-1293
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1293
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/streaming
Reporter: Andrew Hitchcock
 Attachments: MAPREDUCE-1293.txt


 AutoInputFormat uses the wrong FileSystem.get() method when getting a 
 reference to a FileSystem object. AutoInputFormat gets the default 
 FileSystem, so this method breaks if the InputSplit's path is pointing to a 
 different FileSystem. 

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