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

Hudson commented on HDFS-1381:
------------------------------

Integrated in Hadoop-Hdfs-trunk #707 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/707/])
    HDFS-1381. HDFS javadocs hard-code references to dfs.namenode.name.dir and 
dfs.datanode.data.dir parameters (Jim Plush via atm)

atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1139715
Files : 
* 
/hadoop/common/trunk/hdfs/src/test/hdfs/org/apache/hadoop/hdfs/TestDFSStorageStateRecovery.java
* /hadoop/common/trunk/hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hdfs/src/test/hdfs/org/apache/hadoop/hdfs/MiniDFSCluster.java
* 
/hadoop/common/trunk/hdfs/src/test/hdfs/org/apache/hadoop/hdfs/UpgradeUtilities.java


> HDFS javadocs hard-code references to dfs.namenode.name.dir and 
> dfs.datanode.data.dir parameters
> ------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-1381
>                 URL: https://issues.apache.org/jira/browse/HDFS-1381
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.20.1
>            Reporter: Jakob Homan
>            Assignee: Jim Plush
>              Labels: newbie
>             Fix For: 0.23.0
>
>         Attachments: HDFS-1381-take1.txt, HDFS-1381-take2.txt
>
>
> The javadoc for MiniDFSCluster makes repeated references to setting 
> dfs.name.dir and dfs.data.dir.  These should be replaced with references to 
> DFSConfigKeys' DFS_NAMENODE_NAME_DIR_KEY and DFS_DATANODE_DATA_DIR_KEY, 
> respectively.  The old values are deprecated in DFSConfigKeys, but we should 
> switch to the new values where ever we can.
> Also, a quick search the code shows that TestDFSStorageStateRecovery.java and 
> UpgradeUtilities.java should be updated as well.

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

        

Reply via email to