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

Suresh Srinivas updated HDFS-4320:
----------------------------------

    Release Note: 
The namenode RPC address is currently identified from configuration 
"fs.default.name". In some setups where default FS is other than HDFS, the 
"fs.default.name" cannot be used to get the namenode address. When such a setup 
co-exists with HDFS, with this change namenode can be identified using a 
separate configuration parameter "dfs.namenode.rpc-address".

"dfs.namenode.rpc-address", when configured, overrides fs.default.name for 
identifying namenode RPC address.

    
> Add a separate configuration for namenode rpc address instead of using 
> fs.default.name
> --------------------------------------------------------------------------------------
>
>                 Key: HDFS-4320
>                 URL: https://issues.apache.org/jira/browse/HDFS-4320
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: datanode, namenode
>    Affects Versions: 1.1.0
>            Reporter: Mostafa Elhemali
>            Assignee: Mostafa Elhemali
>             Fix For: 1.2.0
>
>         Attachments: HDFS-4320.branch-1.2.patch, HDFS-4320.branch-1.3.patch, 
> HDFS-4320.patch, HDFS-4320.trunk.2.patch, HDFS-4320.trunk.patch
>
>
> When NameNode starts up, it tries to find out its address by looking at the 
> fs.default.name configuration key instead of using its own keys. This breaks 
> scenarios where we try to configure a Hadoop cluster that uses a different 
> default file system than DFS, but still try to prop up namenode and datanode 
> services as a secondary file system.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to