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 "Uma Maheswara Rao G (JIRA)" <ji...@apache.org> on 2014/04/10 18:38:17 UTC

[jira] [Resolved] (HDFS-2831) Description of dfs.namenode.name.dir should be changed

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

Uma Maheswara Rao G resolved HDFS-2831.
---------------------------------------

    Resolution: Fixed

Lets resolve this.  Feel free to reopen with the reason if you disagree.

> Description of dfs.namenode.name.dir should be changed 
> -------------------------------------------------------
>
>                 Key: HDFS-2831
>                 URL: https://issues.apache.org/jira/browse/HDFS-2831
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: namenode
>    Affects Versions: 0.21.0, 0.23.0
>         Environment: NA
>            Reporter: J.Andreina
>            Priority: Minor
>             Fix For: 0.24.0
>
>
> {noformat}
> <property>
>   <name>dfs.namenode.name.dir</name>
>   <value>file://${hadoop.tmp.dir}/dfs/name</value>
>   <description>Determines where on the local filesystem the DFS name node
>       should store the name table(fsimage).  If this is a comma-delimited list
>       of directories then the name table is replicated in all of the
>       directories, for redundancy. </description>
> </property>
> {noformat}
> In the above property the description part is given as "Determines where on the local filesystem the DFS name node should store the name table(fsimage).  " but it stores both name table(If nametable means only fsimage) and edits file. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)