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

Harsh J commented on HDFS-2727:
-------------------------------

It should not rely on properties for dfs.blocksize and dfs.replication, and 
instead fetch those from the jFS object itself, via the getDefaultBlockSize and 
getDefaultReplication API calls. This will help avoid maintenance in future :)
                
> hdfs.c uses deprecated property dfs.block.size
> ----------------------------------------------
>
>                 Key: HDFS-2727
>                 URL: https://issues.apache.org/jira/browse/HDFS-2727
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>    Affects Versions: 0.23.0
>            Reporter: Sho Shimauchi
>            Priority: Minor
>
> hdfs.c uses deprecated property dfs.block.size.
> It should use new property dfs.blocksize instead.

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