HI Levi,
you might tried using the following syntax.. curl -i -X PUT "http://<HOST>:<PORT>/<PATH>?op=MKDIRS[&permission=<OCTAL>] Use the following syntax for makedir curl -i -X PUT "http://<HOST>:<PORT>/webhdfs/v1/<PATH>?op=MKDIRS[&permission=<OCTAL>] FYR: https://issues.apache.org/jira/browse/HDFS-2869 ________________________________________ From: 小学园PHP [xxy-...@qq.com] Sent: Monday, March 18, 2013 12:03 PM To: common-dev Subject: HTTP/1.1 405 HTTP method PUT is not supported by this URL?? When i mkdir by curl using the WebHDFS. Hadoop return: HTTP/1.1 405 HTTP method PUT is not supported by this URL OK, Who know this why? TIA Levi