Re: Text cmd in webhdfs

2014-04-25 Thread Akira AJISAKA
# Added hdfs-dev@ Hi Nikita, I'm personally very interested in the functionality! Please create a issue on ASF JIRA and attach your patch. Here is the documentation of creating a patch and attaching it. http://wiki.apache.org/hadoop/HowToContribute Thanks, Akira (2014/04/25 2:09), Nikita Make

Re: Text cmd in webhdfs

2014-04-25 Thread Nikita Makeev
Hi. Sure I will, it will just take some time, as current patch is against 0.20 and 2.0.0 and I'm going to add some more unit tests and make sure the patch conforms to requirements. Thanks. Nikita On Fri, Apr 25, 2014 at 12:17 PM, Akira AJISAKA wrote: > # Added hdfs-dev@ > > Hi Nikita, > > I'm

Build failed in Jenkins: Hadoop-Common-trunk #1110

2014-04-25 Thread Apache Jenkins Server
See Changes: [wheat9] HDFS-6210. Support GETACLSTATUS operation in WebImageViewer. Contributed by Akira Ajisaka. [umamahesh] HDFS-6246. Remove 'dfs.support.append' flag from trunk code. Contributed by Uma Maheswara Rao G. [arp]

Wiki Edit Permission

2014-04-25 Thread Zhijie Shen
To whom it may concern, would you mind granting me Wiki edit permission? My username is "Zhijie Shen". Thanks, Zhijie -- Zhijie Shen Hortonworks Inc. http://hortonworks.com/ -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addr

Re: Text cmd in webhdfs

2014-04-25 Thread Haohui Mai
I suggest to build a separate tool streaming from a fs instead of baking it into webhdfs. One goal in webhdfs is to minimize the dependency of both the webhdfs server and the client so that other projects easily adopt it. If hadoop fs is too slow, it might be a good idea to build a new tool that r