[ 
https://issues.apache.org/jira/browse/HADOOP-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864068#action_12864068
 ] 

Neil Bliss commented on HADOOP-6704:
------------------------------------

This latest test failure comes from 5 javac warnings about the use of a 
deprecated interface to org.apache.hadoop.fs.Path.makeQualified().  The 
deprecation message in the source indicates to use makeQualified(URI, Path) 
instead of makeQualified(FileSystem).  In looking through the rest of the 
codebase, however, every reference to makeQualified is using the deprecated 
interface.  How robust is the new interface, and is the old interface really 
deprecated?

> add support for Parascale filesystem
> ------------------------------------
>
>                 Key: HADOOP-6704
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6704
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs
>    Affects Versions: 0.20.2
>            Reporter: Neil Bliss
>             Fix For: 0.20.3
>
>         Attachments: HADOOP-6704-2.patch, HADOOP-6704-3.patch, 
> HADOOP-6704-4.patch, HADOOP-6704-5.patch, HADOOP-6704.0.20.2.patch, 
> HADOOP-6704.patch
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Parascale has developed an org.apache.hadoop.fs implementation that allows 
> users to use Hadoop on Parascale storage clusters.  We'd like to contribute 
> this work to the community. Should this be placed under contrib, or 
> integrated into the org.apache.hadoop.fs space?

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