[jira] [Created] (HADOOP-14585) Ensure controls in-place to prevent clients with significant clock skews pruning aggressively

2017-06-23 Thread Sean Mackrory (JIRA)
Sean Mackrory created HADOOP-14585: -- Summary: Ensure controls in-place to prevent clients with significant clock skews pruning aggressively Key: HADOOP-14585 URL: https://issues.apache.org/jira/browse/HADOOP-1458

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

2017-06-23 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/354/ [Jun 22, 2017 6:27:13 PM] (Arun Suresh) YARN-6127. Add support for work preserving NM restart when AMRMProxy is [Jun 22, 2017 8:35:56 PM] (arp) HDFS-11789. Maintain Short-Circuit Read Statistics. Contribut

[jira] [Resolved] (HADOOP-14146) KerberosAuthenticationHandler should authenticate with SPN in AP-REQ

2017-06-23 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee resolved HADOOP-14146. - Resolution: Fixed > KerberosAuthenticationHandler should authenticate with SPN in AP-REQ > -

Re: when did static .* imports fall found of checkstyle

2017-06-23 Thread Andrew Wang
This is my personal opinion, but I don't like wildcard imports in general. One example is that it makes it harder to determine the API impact when reviewing a patch that changes the version of a JAR. Given that IDEs manage imports for you, I don't see much benefit from wildcard imports either. On

[jira] [Created] (HADOOP-14584) WASB to support high-performance commit protocol

2017-06-23 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-14584: --- Summary: WASB to support high-performance commit protocol Key: HADOOP-14584 URL: https://issues.apache.org/jira/browse/HADOOP-14584 Project: Hadoop Common

[jira] [Reopened] (HADOOP-14146) KerberosAuthenticationHandler should authenticate with SPN in AP-REQ

2017-06-23 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee reopened HADOOP-14146: - > KerberosAuthenticationHandler should authenticate with SPN in AP-REQ > ---

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

2017-06-23 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/443/ [Jun 22, 2017 8:42:59 AM] (aajisaka) HADOOP-14542. Add IOUtils.cleanupWithLogger that accepts slf4j logger [Jun 22, 2017 12:07:08 PM] (vinayakumarb) HDFS-11067. DFS#listStatusIterator(..) should throw [Jun

[jira] [Created] (HADOOP-14583) wasb throws an exception if you try to create a file and there's no parent directory

2017-06-23 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-14583: --- Summary: wasb throws an exception if you try to create a file and there's no parent directory Key: HADOOP-14583 URL: https://issues.apache.org/jira/browse/HADOOP-14583

[jira] [Created] (HADOOP-14582) WASB exception handling to translate specific failures into specific exceptions

2017-06-23 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-14582: --- Summary: WASB exception handling to translate specific failures into specific exceptions Key: HADOOP-14582 URL: https://issues.apache.org/jira/browse/HADOOP-14582

[jira] [Created] (HADOOP-14581) Restrict setOwner to list of user when security is enabled in wasb

2017-06-23 Thread Varada Hemeswari (JIRA)
Varada Hemeswari created HADOOP-14581: - Summary: Restrict setOwner to list of user when security is enabled in wasb Key: HADOOP-14581 URL: https://issues.apache.org/jira/browse/HADOOP-14581 Projec

[jira] [Reopened] (HADOOP-14146) KerberosAuthenticationHandler should authenticate with SPN in AP-REQ

2017-06-23 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp reopened HADOOP-14146: -- Failing with java 7 due to java 8's Iterator having a default impl of remove. Will post addendum

when did static .* imports fall found of checkstyle

2017-06-23 Thread Steve Loughran
I've justone a patch for HADOOP-15553 -moving Azure module to the parallel integration tests of hadoop-aws, and now checkstyle is telling me off for the same static .* imports as I've been using up till now org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation. [UnusedImports] ./