[
https://issues.apache.org/jira/browse/HADOOP-10392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077531#comment-14077531
]
Benjamin Zhitomirsky commented on HADOOP-10392:
-----------------------------------------------
IMHO, there are still issues:
1. I believe that ioPath in Gridmix could be fully qualified path pointing to
another file system.
2. In Rumen test.tools.input.dir won't support fully qualified path anymore
3. Similar with StreamingJob
4. Swift must be checked as well. I am not familiar with it.
5. You are right about MRAsyncDiskService.java, but right now I am developing a
new mapreduce test which uses two HDFS file systems and will exploit this:-) If
you want you may leave it as it and I will fix it in my patch later...
Please pay attention that:
new FileContext(conf).makeQualified(path)
- does the same but without any issues. It helps when source file system is not
provided with the path.
> Use FileSystem#makeQualified(Path) instead of Path#makeQualified(FileSystem)
> ----------------------------------------------------------------------------
>
> Key: HADOOP-10392
> URL: https://issues.apache.org/jira/browse/HADOOP-10392
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs
> Affects Versions: 2.3.0
> Reporter: Akira AJISAKA
> Assignee: Akira AJISAKA
> Priority: Minor
> Labels: newbie
> Attachments: HADOOP-10392.2.patch, HADOOP-10392.3.patch,
> HADOOP-10392.4.patch, HADOOP-10392.4.patch, HADOOP-10392.patch
>
>
> There're some methods calling Path.makeQualified(FileSystem), which causes
> javac warning.
--
This message was sent by Atlassian JIRA
(v6.2#6252)