具体解决办法:
1、进入到hadoop的根目录下。
2、在etc/hadoop/core-site.xml中增加如下配置:
<configuration>
<property>
<name>fs.default.name</name>
<value>hdfs://master:9000</value>
</property>
<property>
<name>hadoop.tmp.dir</name>
<value>/root/hadoopdata</value>
</property>
</configuration>