RE: 回复:RE: HTTP/1.1 405 HTTP method PUT is not supported by this URL??

2013-03-18 Thread Brahma Reddy Battula
ther does not change the mode, owner or group of files or directories. Hope this helps. From: 小学园PHP [xxy-...@qq.com] Sent: Monday, March 18, 2013 1:58 PM To: common-dev Subject: 回复:RE: HTTP/1.1 405 HTTP method PUT is not supported by this

??????RE: HTTP/1.1 405 HTTP method PUT is not supported by this URL??

2013-03-17 Thread ??????PHP
quot;:"Permission denied: user=webuser, access=WRITE, inode=\"\":levi:supergroup:rwxr-xr-x"}} -- -- ??: "Brahma Reddy Battula"; ????: 2013??3??18??(??) ????12:20 ??: "common-dev@hadoop.apache.org"; : RE: HTTP/1.1

RE: HTTP/1.1 405 HTTP method PUT is not supported by this URL??

2013-03-17 Thread Brahma Reddy Battula
HI Levi, you might tried using the following syntax.. curl -i -X PUT "http://:/?op=MKDIRS[&permission=] Use the following syntax for makedir curl -i -X PUT "http://:/webhdfs/v1/?op=MKDIRS[&permission=] FYR: https://issues.apache.org/jira/browse/HDFS-2869

Re: HTTP/1.1 405 HTTP method PUT is not supported by this URL??

2013-03-17 Thread Harsh J
Hi, Please use u...@hadoop.apache.org for usage specific questions. The dev lists are for project developer discussions alone. Can you share your full curl command, including specifically the URL you used? On Mon, Mar 18, 2013 at 9:33 AM, 小学园PHP wrote: > When i mkdir by curl using the WebHDFS.