hadoop namespace

As underscore(_) is not allowed. It may be the problem if your other configuration are ok.

Your configuration file should be something like

<property>
<name>fs.default.name</name>
  <value>hdfs://masterServer:9000/</value>
</property>


http://stackoverflow.com/questions/27956973/java-io-ioexception-incomplete-hdfs-uri-no-host

所有文档在,

https://hadoop.apache.org/docs/r2.6.0/hadoop-project-dist/

下找。

posted @ 2016-06-14 16:24  jvava  阅读(258)  评论(0编辑  收藏  举报