[ https://issues.apache.org/jira/browse/HDFS-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Harsh J updated HDFS-2722: -------------------------- Target Version/s: 0.24.0, 0.23.1 (was: 1.1.0, 0.23.1, 0.24.0) > 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 > 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