Re: [DISCUSS] HADOOP-13603 - Remove package line length checkstyle rule

2016-10-20 Thread Andrew Wang
I don't think anything has really changed since we had this discussion in 2015 [1]. Github and gerrit and IDEs existed then too, and we decided to leave it at 80 characters due to split screens and readability. I personally still like 80 chars for these same reasons. [1] https://lists.apache.org/

[jira] [Resolved] (HDFS-11017) dfsadmin set/clrSpaceQuota fail to recognize StorageType option

2016-10-20 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou resolved HDFS-11017. -- Resolution: Invalid It seems there's a flaky error in my script. It's not an issue anymore, than

[jira] [Resolved] (HDFS-11038) DiskBalancer: support running multiple commands under one setup of disk balancer

2016-10-20 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou resolved HDFS-11038. -- Resolution: Implemented As explained, it's already implemented in HDFS-9462 patch. Closed this t

[jira] [Created] (HDFS-11040) Add documentation for HDFS-9820 distcp improvement

2016-10-20 Thread Yongjun Zhang (JIRA)
Yongjun Zhang created HDFS-11040: Summary: Add documentation for HDFS-9820 distcp improvement Key: HDFS-11040 URL: https://issues.apache.org/jira/browse/HDFS-11040 Project: Hadoop HDFS Issue

Apache Hadoop qbt Report: trunk+JDK8 on Linux/ppc64le

2016-10-20 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/130/ [Oct 19, 2016 4:45:23 PM] (sjlee) YARN-5561. [Atsv2] : Support for ability to retrieve [Oct 20, 2016 12:20:07 AM] (arp) HDFS-10752. Several log refactoring/improvement suggestion in HDFS. [Oct 20, 2016 12:

[jira] [Resolved] (HDFS-11019) Inconsistent number of corrupt replicas if a corrupt replica is reported multiple times

2016-10-20 Thread Wei-Chiu Chuang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang resolved HDFS-11019. Resolution: Duplicate I am pretty sure this is a dup of HDFS-9958 . Thanks [~kshukla] for co

[jira] [Reopened] (HDFS-10423) Increase default value of httpfs maxHttpHeaderSize

2016-10-20 Thread Xiao Chen (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-10423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiao Chen reopened HDFS-10423: -- > Increase default value of httpfs maxHttpHeaderSize > -- >

Re: [DISCUSS] HADOOP-13603 - Remove package line length checkstyle rule

2016-10-20 Thread John Zhuge
With HADOOP-13411, it is possible to suppress any checkstyle warning with an annotation. In this case, just add the following annotation before the class or method: @SuppressWarnings("checkstyle:linelength") However this will not work if the warning is widespread in different classes or meth

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2016-10-20 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/200/ [Oct 19, 2016 4:45:23 PM] (sjlee) YARN-5561. [Atsv2] : Support for ability to retrieve [Oct 20, 2016 12:20:07 AM] (arp) HDFS-10752. Several log refactoring/improvement suggestion in HDFS. [Oct 20, 2016 12:

Re: [DISCUSS] HADOOP-13603 - Remove package line length checkstyle rule

2016-10-20 Thread Steve Loughran
> On 19 Oct 2016, at 14:52, Shane Kumpf wrote: > > All, > > I would like to start a discussion on the possibility of removing the > package line length checkstyle rule (HADOOP-13603 > ). > > While working on various aspects of YARN container