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

2016-05-14 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HADOOP-13152: - Summary: Fix dynamic subcommands error on multiple arguments Key: HADOOP-13152 URL: https://issues.apache.org/jira/browse/HADOOP-13152 Project: Hadoop

Re: [VOTE] Merge feature branch HADOOP-12930

2016-05-14 Thread Masatake Iwasaki
Hi Allen, I had a problem when I was testing HADOOP-12930 branch. (built by mvn package -Pdist) Single argument is ok.:: [iwasakims@centos7 HADOOP-12930]$ bin/hadoop hello foo foo Error on multiple arguments. :: [iwasakims@centos7 HADOOP-12930]$ bin/hadoop hello foo bar

[jira] [Created] (HADOOP-13151) Underscores should be escaped in dynamic subcommands document

2016-05-14 Thread Akira AJISAKA (JIRA)
Akira AJISAKA created HADOOP-13151: -- Summary: Underscores should be escaped in dynamic subcommands document Key: HADOOP-13151 URL: https://issues.apache.org/jira/browse/HADOOP-13151 Project: Hadoop

Re: Compatibility guidelines for toString overrides

2016-05-14 Thread Chris Nauroth
It sounds like what we're coming around to is that we're comfortable with this proposal at the Java API layer, but the potential for impact at the shell interface makes it overall uncomfortable to declare anything in the compatibility guidelines. I think that's a fair assessment. Steve's

[jira] [Created] (HADOOP-13150) Avoid use of toString() in output of HDFS ACL shell commands.

2016-05-14 Thread Chris Nauroth (JIRA)
Chris Nauroth created HADOOP-13150: -- Summary: Avoid use of toString() in output of HDFS ACL shell commands. Key: HADOOP-13150 URL: https://issues.apache.org/jira/browse/HADOOP-13150 Project: Hadoop

Re: [VOTE] Merge feature branch HADOOP-12930

2016-05-14 Thread Chris Nauroth
+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. Allen, thank you for the contribution. Would you please attach a full patch

[jira] [Created] (HADOOP-13149) Windows distro build fails on dist-copynativelibs.

2016-05-14 Thread Chris Nauroth (JIRA)
Chris Nauroth created HADOOP-13149: -- Summary: Windows distro build fails on dist-copynativelibs. Key: HADOOP-13149 URL: https://issues.apache.org/jira/browse/HADOOP-13149 Project: Hadoop Common

[jira] [Created] (HADOOP-13148) TestDistCpViewFs to include IOExceptions in test error reports

2016-05-14 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-13148: --- Summary: TestDistCpViewFs to include IOExceptions in test error reports Key: HADOOP-13148 URL: https://issues.apache.org/jira/browse/HADOOP-13148 Project:

Build failed in Jenkins: Hadoop-common-trunk-Java8 #1475

2016-05-14 Thread Apache Jenkins Server
See Changes: [xgong] YARN-5080. Cannot obtain logs using YARN CLI -am for either KILLED or -- [...truncated 5581 lines...] Running org.apache.hadoop.io.file.tfile.TestCompression Tests

Re: Compatibility guidelines for toString overrides

2016-05-14 Thread Steve Loughran
On 14 May 2016, at 18:39, Allen Wittenauer > wrote: On May 12, 2016, at 12:20 PM, Chris Nauroth > wrote: Hello Allen, The intent is not for this rule to override other compatibility rules, such

Re: Compatibility guidelines for toString overrides

2016-05-14 Thread Allen Wittenauer
> On May 12, 2016, at 12:20 PM, Chris Nauroth wrote: > > Hello Allen, > > The intent is not for this rule to override other compatibility rules, > such as the important CLI output rule. It's also not intended to give us > free reign to change existing toString()

Re: [VOTE] Merge feature branch HADOOP-12930

2016-05-14 Thread Allen Wittenauer
This vote closes in 2 days and the only response has been from a non-committer and one of the 137 other committers on the project…. it’d be great if some others could take a look. Thanks! > On May 12, 2016, at 6:07 PM, Andrew Wang wrote: > > +1. I looked at the

Re: Different JIRA permissions for HADOOP and HDFS

2016-05-14 Thread Allen Wittenauer
> On May 14, 2016, at 7:07 AM, Zheng, Kai wrote: > > Hi, > > Noticed this difference but not sure if it’s intended. YARN is similar with > HDFS. It’s not convenient. Any clarifying? Under JIRA, different projects (e.g., HADOOP, YARN, MAPREDUCE, HDFS, YETUS,

RE: Different JIRA permissions for HADOOP and HDFS

2016-05-14 Thread Zheng, Kai
Yeah, kinds of embarrassing. Thanks Ted. Or simply, with login access some HADOOP or HDFS JIRAs like the following below, note the allowed operations are quite different, and most usable operations like attaching for HDFS JIRAs are not showing. Wondering they’re disabled recently for some

Re: Different JIRA permissions for HADOOP and HDFS

2016-05-14 Thread Ted Yu
Looks like you attached some images which didn't go through. Consider using 3rd party image site. Cheers On Sat, May 14, 2016 at 7:07 AM, Zheng, Kai wrote: > Hi, > > > > Noticed this difference but not sure if it’s intended. YARN is similar > with HDFS. It’s not

Different JIRA permissions for HADOOP and HDFS

2016-05-14 Thread Zheng, Kai
Hi, Noticed this difference but not sure if it's intended. YARN is similar with HDFS. It's not convenient. Any clarifying? Thanks. -kai [cid:image001.png@01D1ADAF.16160940] [cid:image002.png@01D1ADAF.16160940]

[jira] [Created] (HADOOP-13147) Constructors must not call overrideable methods

2016-05-14 Thread Sebb (JIRA)
Sebb created HADOOP-13147: - Summary: Constructors must not call overrideable methods Key: HADOOP-13147 URL: https://issues.apache.org/jira/browse/HADOOP-13147 Project: Hadoop Common Issue Type: Bug