hadoop@ubuntu:~$ hadoop fs -mkdir TempDir
mkdir: No FileSystem for scheme: http

core-site.xml

<configuration>
<property>
<name>fs.default.name</name>
<value>http://localhost:9000</value>
</property>
</configuration>

Reply via email to