[jira] [Created] (HADOOP-13460) Fix findbugs warnings of hadoop-hdfs-client in branch-2

2016-08-02 Thread Akira Ajisaka (JIRA)
Akira Ajisaka created HADOOP-13460: -- Summary: Fix findbugs warnings of hadoop-hdfs-client in branch-2 Key: HADOOP-13460 URL: https://issues.apache.org/jira/browse/HADOOP-13460 Project: Hadoop Common

Re: [DISCUSS] Release numbering semantics with concurrent (>2) releases [Was Setting JIRA fix versions for 3.0.0 releases]

2016-08-02 Thread Andrew Wang
In the absence of further comments, I've pushed this text to a new "Release Versioning" page on the website. I think svnpubsub automatically builds and pushes for us now, but not 100% sure. Anyway, it seems like we can proceed with the 2.8.0 and 3.0.0-alpha1 version updates. I'm going to be on vac

[jira] [Created] (HADOOP-13459) hadoop-aws runs several test cases repeatedly, causing unnecessarily long running time.

2016-08-02 Thread Chris Nauroth (JIRA)
Chris Nauroth created HADOOP-13459: -- Summary: hadoop-aws runs several test cases repeatedly, causing unnecessarily long running time. Key: HADOOP-13459 URL: https://issues.apache.org/jira/browse/HADOOP-13459

[jira] [Reopened] (HADOOP-13434) Add quoting to Shell class

2016-08-02 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-13434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal reopened HADOOP-13434: Reopening to attach branch-2.7 patch. > Add quoting to Shell class >

[jira] [Created] (HADOOP-13458) LoadBalancingKMSClientProvider#doOp should log IOException stacktrace

2016-08-02 Thread Wei-Chiu Chuang (JIRA)
Wei-Chiu Chuang created HADOOP-13458: Summary: LoadBalancingKMSClientProvider#doOp should log IOException stacktrace Key: HADOOP-13458 URL: https://issues.apache.org/jira/browse/HADOOP-13458 Proje

[jira] [Created] (HADOOP-13457) Remove hardcoded absolute path for shell executable

2016-08-02 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-13457: -- Summary: Remove hardcoded absolute path for shell executable Key: HADOOP-13457 URL: https://issues.apache.org/jira/browse/HADOOP-13457 Project: Hadoop Common

[jira] [Resolved] (HADOOP-13429) Dispose of unnecessary SASL servers

2016-08-02 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-13429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee resolved HADOOP-13429. - Resolution: Fixed Fix Version/s: 3.0.0-alpha2 2.9.0 > Dispose of unnec

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

2016-08-02 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/121/ [Aug 1, 2016 8:35:59 AM] (aajisaka) HADOOP-13444. Replace org.apache.commons.io.Charsets with [Aug 1, 2016 10:38:38 AM] (vvasudev) YARN-5444. Fix failing unit tests in [Aug 1, 2016 3:14:28 PM] (daryn) HDFS-

Re: AWS S3AInputStream questions

2016-08-02 Thread Mr rty ff
The message got garbled up so I trying to send it again. Hi I have few questions about implementation of inputstream in S3.From  S3AInputStream.java 1) public synchronized long getPos() throws IOException {return (nextReadPos < 0) ? 0 : nextReadPos;} Why does it return nextReadPos  not pos?In meme

AWS S3AInputStream questions

2016-08-02 Thread Mr rty ff
Hi I have few questions about implementation of inputstream in S3.  1)public synchronized long getPos() throws IOException {return (nextReadPos < 0) ? 0 : nextReadPos;}Why does it return nextReadPos  not pos?In memeber definition for pos/*** This is the public position; the one set in {@link #se