You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by Hanumesh Babu <k....@gmail.com> on 2014/06/20 18:05:46 UTC

when i am trying create directory i am getting this issue

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>