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 "Wei Guo (JIRA)" <ji...@apache.org> on 2016/01/23 13:25:39 UTC

[jira] [Created] (HADOOP-12734) NameNode naming contained with underline "_" can not be started

Wei Guo created HADOOP-12734:
--------------------------------

             Summary: NameNode  naming contained with underline "_"  can not be started
                 Key: HADOOP-12734
                 URL: https://issues.apache.org/jira/browse/HADOOP-12734
             Project: Hadoop Common
          Issue Type: Bug
          Components: conf
    Affects Versions: 2.7.1
            Reporter: Wei Guo
            Priority: Minor


I wrote core-site.xml with nameNode  contains "_" char , the nameNode will not be able to started, which with error msg like:
"Incorrect configuration: namenode address dfs.namenode.rpc-address is not configured"

-->"hdp_m1:9000"
<property>
	<name>fs.default.name</name>
	<value>hdfs://hdp_m1:9000</value>
</property>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)