You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2010/09/08 00:02:33 UTC

[jira] Created: (HDFS-1381) MiniDFSCluster documentation refers to out-of-date configuration parameters

MiniDFSCluster documentation refers to out-of-date configuration 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
             Fix For: 0.22.0


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.
-
You can reply to this email to add a comment to the issue online.