Hi,
I followed single-node setup and successfully installed. HDFS run on 50070
website.
but I can't curl it
curl -i -X PUT
"http://192.168.56.101:50070/webhdfs/v1/user/brendan/22m.png?op=CREATE"HTTP/1.1
405 HTTP method PUT is not supported by this URLContent-Length: 0Server:
Jetty(6.1.26)
I also update the hdfs-site-xml file with following property:
<property> <name>dfs.web.ugi</name>
<value>brendan,brendan</value> <description>The user account
used by the web interface. Syntax: USERNAME,GROUP1,GROUP2,
...</description> </property>
and brendan is the user I used to install and format the namenode.
what else do I need to setup?
Brendan