[ 
https://issues.apache.org/jira/browse/HDFS-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753268#action_12753268
 ] 

Tsz Wo (Nicholas), SZE commented on HDFS-235:
---------------------------------------------

The committed patch has quite a few warnings:
- Enumeration is a raw type. References to generic type Enumeration<E> should 
be parameterized  StreamFile.java 
src/java/org/apache/hadoop/hdfs/server/namenode line 70 Java Problem
- The field TestByteRangeInputStream.LOG is never read locally  
TestByteRangeInputStream.java   src/test/hdfs/org/apache/hadoop/hdfs    line 
108        Java Problem
- Enumeration is a raw type. References to generic type Enumeration<E> should 
be parameterized  TestStreamFile.java     
src/test/hdfs/org/apache/hadoop/hdfs/server/namenode    line 236        Java 
Problem
(there are 10 warnings in TestStreamFile.java)


> Add support for byte-ranges to hftp
> -----------------------------------
>
>                 Key: HDFS-235
>                 URL: https://issues.apache.org/jira/browse/HDFS-235
>             Project: Hadoop HDFS
>          Issue Type: New Feature
>    Affects Versions: 0.21.0
>            Reporter: Venkatesh S
>            Assignee: Bill Zeller
>             Fix For: 0.21.0
>
>         Attachments: hdfs-235-1.patch, hdfs-235-2.patch, hdfs-235-3.patch
>
>
> Support should be similar to http byte-serving.

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