[ 
https://issues.apache.org/jira/browse/HADOOP-7767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tom White updated HADOOP-7767:
------------------------------

    Attachment: HADOOP-7767.patch

Patch to add a main method to HdfsConfiguration and (MR's) ConfigUtil.

I generated a table with:
{noformat}
  mvn clean install -Pdist -DskipTests
  ./hadoop-dist/target/hadoop-0.24.0-SNAPSHOT/bin/hadoop 
org.apache.hadoop.hdfs.HdfsConfiguration > /tmp/hdfs-deprecated.txt
  ./hadoop-dist/target/hadoop-0.24.0-SNAPSHOT/bin/hadoop 
org.apache.hadoop.mapreduce.util.ConfigUtil > /tmp/mapreduce-deprecated.txt
  cat /tmp/hdfs-deprecated.txt /tmp/mapreduce-deprecated.txt | sort | uniq | 
awk '{ print "|" $1 " | " $2 "\n*---+---+" }' > /tmp/all-deprecated.txt

{noformat}
                
> Document deprecated configuration properties
> --------------------------------------------
>
>                 Key: HADOOP-7767
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7767
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.0
>
>         Attachments: HADOOP-7767.patch
>
>
> Many configuration properties are deprecated in 0.23. We should include a 
> table in the documentation that maps between the old and new names.

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