You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Tom White (Created) (JIRA)" <ji...@apache.org> on 2011/10/25 18:44:32 UTC

[jira] [Created] (HADOOP-7767) Document deprecated configuration properties

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


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

        

[jira] [Resolved] (HADOOP-7767) Document deprecated configuration properties

Posted by "Tom White (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White resolved HADOOP-7767.
-------------------------------

       Resolution: Duplicate
    Fix Version/s:     (was: 0.24.0)

This was fixed in HADOOP-7763.
                
> 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
>         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

        

[jira] [Updated] (HADOOP-7767) Document deprecated configuration properties

Posted by "Tom White (Updated) (JIRA)" <ji...@apache.org>.
     [ 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