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

Hudson commented on HDFS-2722:
------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #320 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/320/])
    merge HDFS-2722 (harsh)

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1226880
Files : 
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/server/FSOperations.java
* 
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

                
> HttpFs shouldn't be using an int for block size
> -----------------------------------------------
>
>                 Key: HDFS-2722
>                 URL: https://issues.apache.org/jira/browse/HDFS-2722
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: hdfs client
>            Reporter: Harsh J
>            Assignee: Harsh J
>             Fix For: 0.23.1
>
>         Attachments: HDFS-2722.patch
>
>
> {{./hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/server/FSOperations.java:
>  blockSize = fs.getConf().getInt("dfs.block.size", 67108864);}}
> Should instead be using dfs.blocksize and should instead be long.
> I'll post a patch for this after HDFS-1314 is resolved -- which changes the 
> internal behavior a bit (should be getLongBytes, and not just getLong, to 
> gain formatting advantages).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to