Konstantin Shvachko commented on HADOOP-344:
--------------------------------------------
This would also work. But there are 2 other places that already pass canonical paths.
So we will have to change these two callers in order to avoid repetitive parsing of already
canonical paths.
TaskTracker passes incorrect file path to DF under cygwin
---------------------------------------------------------
Key: HADOOP-344
URL: http://issues.apache.org/jira/browse/HADOOP-344
Project: Hadoop
Issue Type: Bug
Affects Versions: 0.4.0
Environment: Windows
Reporter: Konstantin Shvachko
Assigned To: Konstantin Shvachko
Attachments: TaskTrackerDF.patch
The path that is passed is OS dependent. The File abstraction should be used in order to make it universal.
I'm attaching a patch that does that.
We might want to change the path parameter for DF. Making it File rather than String should prevent us from
bugs like that in the future.
-----------------------------------------------------------
Key: HADOOP-344
URL: http://issues.apache.org/jira/browse/HADOOP-344
Project: Hadoop
Issue Type: Bug
Affects Versions: 0.4.0
Environment: Windows
Reporter: Konstantin Shvachko
Assigned To: Konstantin Shvachko
Attachments: TaskTrackerDF.patch
The path that is passed is OS dependent. The File abstraction should be used in order to make it universal.
I'm attaching a patch that does that.
We might want to change the path parameter for DF. Making it File rather than String should prevent us from
bugs like that in the future.
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira