Re: [VOTE] Plan to create release candidate for 0.23.7

2013-03-17 Thread Tsuyoshi OZAWA
+1 (non-binding) On Sun, Mar 17, 2013 at 9:01 AM, Harsh J wrote: > +1 > > > On Sat, Mar 16, 2013 at 12:19 AM, Karthik Kambatla wrote: > >> +1 (non-binding) >> >> On Fri, Mar 15, 2013 at 9:12 AM, Robert Evans wrote: >> >> > +1 >> > >> > On 3/13/13 11:31 AM, "Thomas Graves" wrote: >> > >> > >Hell

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

2013-03-17 Thread ??????PHP
Thanks, this is my Curl.. curl -i -X PUT "http://localhost:50070/webhdfs/v1/levi1?op=MKDIRS"; -- -- ??: "Harsh J"; : 2013??3??18??(??) 12:49 ??: ""; : Re: HTTP/1.1 405 HTTP method PUT is not supported by this URL?? Hi, P

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

2013-03-17 Thread ??????PHP
Really thanks, Brahma!! It works. But i get a another problem: HTTP/1.1 403 Forbidden {"RemoteException":{"exception":"AccessControlException","javaClassName":"org.apache.hadoop.security.AccessControlException","message":"Permission denied: user=webuser, access=WRITE, inode=\"\":levi:supergroup:rw

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.

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

2013-03-17 Thread ??????PHP
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

Re:Re: Re: how to define new InputFormat with streaming?

2013-03-17 Thread springring
you are right! Now the import path is all right. At 2013-03-18 09:57:33,"Harsh J" wrote: >It isn't as easy as changing that import line: > >> package org.apache.hadoop.mapred.lib.input does not exist > >The right package is package org.apache.hadoop.mapred. > >On Mon, Mar 18, 2013 at 7:22

Re: Re: how to define new InputFormat with streaming?

2013-03-17 Thread Harsh J
It isn't as easy as changing that import line: > package org.apache.hadoop.mapred.lib.input does not exist The right package is package org.apache.hadoop.mapred. On Mon, Mar 18, 2013 at 7:22 AM, springring wrote: > thanks > I modify the java file with old "mapred" API, but there is still error

Re:Re: how to define new InputFormat with streaming?

2013-03-17 Thread springring
thanks I modify the java file with old "mapred" API, but there is still error javac -classpath /usr/lib/hadoop/hadoop-core-0.20.2-cdh3u3.jar:/usr/lib/hadoop/lib/* -d class9 ./*.java ./WholeFileInputFormat.java:16: error: package org.apache.hadoop.mapred.lib.input does not exist import org.apac

[jira] [Created] (HADOOP-9410) S3 filesystem hangs on FileSystem.listFiles()

2013-03-17 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-9410: -- Summary: S3 filesystem hangs on FileSystem.listFiles() Key: HADOOP-9410 URL: https://issues.apache.org/jira/browse/HADOOP-9410 Project: Hadoop Common Iss