Add the following to your hdfs-site.xml and restart namenode and datanode
dfs.webhdfs.enabled
true
to enable webhdfs
--
Arpit Gupta
Hortonworks Inc.
http://hortonworks.com/
On May 21, 2012, at 9:23 PM, Brendan cheng wrote:
>
> Hi,
> I followed single-node setup and successfull
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