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

Eli Collins commented on HDFS-1900:
-----------------------------------

Hey Abel, I use the following bash function:

function ant-test-patch() {
 ant -Dpatch.file=$1 \
   -Dforrest.home=$FORREST_HOME \
   -Dfindbugs.home=$FINDBUGS_HOME \
   -Djava5.home=$JAVA5_HOME \
   test-patch
}

and apache-forrest-0.8 and findbugs-1.3.9. More at 
https://github.com/elicollins/hadoop-dev/blob/master/bin/hadoop-alias.sh



> Use the block size key defined by common 
> -----------------------------------------
>
>                 Key: HDFS-1900
>                 URL: https://issues.apache.org/jira/browse/HDFS-1900
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>    Affects Versions: 0.21.1
>            Reporter: Eli Collins
>            Assignee: Abel Perez
>              Labels: newbie
>             Fix For: 0.22.0
>
>         Attachments: HDFS-1900.txt
>
>
> HADOOP-4952 added a dfs.block.size key to common configuration, defined in 
> o.a.h.fs.FsConfig. This conflicts with the original HDFS block size key of 
> the same name, which is now deprecated in favor of dfs.blocksize. It doesn't 
> make sense to have two different keys for the block size (ie they can 
> disagree). Why doesn't HDFS just use the key defined in common?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to