Re: [VOTE] Merge feature branch HADOOP-12930

2016-05-15 Thread Masatake Iwasaki
> Fix (with unit tests!) committed. Thanks, Allen. +1. - checked out HADOOP-12930 and ran shelltest on my local - ran 'mvn package -Pdist -Pnative -DskipTests' - started pseudo-distributed cluster by start-dfs.sh and start-yarn.sh - ran 'hadoop distcp' and 'mapred streaming' successfully - crea

[DISCUSS] Release blocker HADOOP-12893 (LICENSE and NOTICE files)

2016-05-15 Thread Andrew Wang
Hi common-dev, We have a first cut of the L&N files on HADOOP-12893. Many thanks to Xiao Chen and Akira Ajisaka for doing the brunt of this work. However, full ASF compliance will require a lot more Maven work. In the meanwhile, our releases are blocked. We're thinking about a "fix-and-iterate" a

Jenkins build is back to normal : Hadoop-common-trunk-Java8 #1476

2016-05-15 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org

RE: Different JIRA permissions for HADOOP and HDFS

2016-05-15 Thread Zheng, Kai
Thanks Allen for illustrating this in details. I understand. The left question is, is it intended only JIRA owner (not sure about admin users) can do the operations like updating a patch? Regards, Kai -Original Message- From: Allen Wittenauer [mailto:allenwittena...@yahoo.com.INVALID]

ASF JIRA spam lockdown

2016-05-15 Thread Steve Loughran
FYI, ASF JIRA's spam lockdown has got a bit more aggressive, and you may find it blocking you https://status.apache.org/ gives the (observed) status of JIRA. If you can't connect, have a look at the status page —and if JIRA is up but blocking you, talk to ASF Infra on their hipchat channel abo

Re: [VOTE] Merge feature branch HADOOP-12930

2016-05-15 Thread Allen Wittenauer
> On May 15, 2016, at 7:27 AM, Allen Wittenauer wrote: > > >> On May 14, 2016, at 9:04 PM, Masatake Iwasaki >> wrote: >> >> + hadoop_debug "Calling dynamically: hadoop_subcommand_${HADOOP_SUBCMD} >> ${HADOOP_SUBCMD_ARGS[$*]}” > > Easy fix. The $* should just be *. I’ll open an iss

[jira] [Resolved] (HADOOP-13152) Fix dynamic subcommands error on multiple arguments

2016-05-15 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-13152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved HADOOP-13152. --- Resolution: Duplicate > Fix dynamic subcommands error on multiple arguments > --

[jira] [Created] (HADOOP-13153) fix typo in debug statement for dynamic subcommands

2016-05-15 Thread Allen Wittenauer (JIRA)
Allen Wittenauer created HADOOP-13153: - Summary: fix typo in debug statement for dynamic subcommands Key: HADOOP-13153 URL: https://issues.apache.org/jira/browse/HADOOP-13153 Project: Hadoop Common

Re: [VOTE] Merge feature branch HADOOP-12930

2016-05-15 Thread Allen Wittenauer
> On May 14, 2016, at 3:11 PM, Chris Nauroth wrote: > > +1 (binding) > > -Tried a dry-run merge of HADOOP-12930 to trunk. > -Successfully built distro on Windows. > -Ran "hdfs namenode", "hdfs datanode", and various interactive hdfs > commands through Cygwin. > -Reviewed documentation. > > All

Re: [VOTE] Merge feature branch HADOOP-12930

2016-05-15 Thread Allen Wittenauer
> On May 14, 2016, at 9:04 PM, Masatake Iwasaki > wrote: > > + hadoop_debug "Calling dynamically: hadoop_subcommand_${HADOOP_SUBCMD} > ${HADOOP_SUBCMD_ARGS[$*]}” Easy fix. The $* should just be *. I’ll open an issue and fix it here in a sec. Thanks!