[jira] [Created] (HADOOP-10781) Unportable getgrouplist() usage breaks FreeBSD

2014-07-03 Thread Dmitry Sivachenko (JIRA)
Dmitry Sivachenko created HADOOP-10781: -- Summary: Unportable getgrouplist() usage breaks FreeBSD Key: HADOOP-10781 URL: https://issues.apache.org/jira/browse/HADOOP-10781 Project: Hadoop Common

[jira] [Resolved] (HADOOP-10693) Implementation of AES-CTR CryptoCodec using JNI to OpenSSL

2014-07-03 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe resolved HADOOP-10693. --- Resolution: Fixed committed to fs-encryption branch > Implementation of AE

[jira] [Created] (HADOOP-10780) namenode throws java.lang.OutOfMemoryError upon DatanodeProtocol.versionRequest from datanode

2014-07-03 Thread Dmitry Sivachenko (JIRA)
Dmitry Sivachenko created HADOOP-10780: -- Summary: namenode throws java.lang.OutOfMemoryError upon DatanodeProtocol.versionRequest from datanode Key: HADOOP-10780 URL: https://issues.apache.org/jira/browse/HAD

[jira] [Resolved] (HADOOP-9495) Define behaviour of Seekable.seek(), write tests, fix all hadoop implementations for compliance

2014-07-03 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-9495. Resolution: Fixed Fix Version/s: 2.5.0 > Define behaviour of Seekable.seek(), write

[jira] [Resolved] (HADOOP-9371) Define Semantics of FileSystem more rigorously

2014-07-03 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-9371. Resolution: Fixed Fix Version/s: 2.5.0 > Define Semantics of FileSystem more rigoro

[jira] [Resolved] (HADOOP-10419) BufferedFSInputStream NPEs on getPos() on a closed stream

2014-07-03 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-10419. - Resolution: Fixed Fix Version/s: 2.5.0 > BufferedFSInputStream NPEs on getPos()

[jira] [Resolved] (HADOOP-9711) Write contract tests for S3Native; fix places where it breaks

2014-07-03 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-9711. Resolution: Fixed Fix Version/s: 2.5.0 Assignee: Steve Loughran > Write co

[jira] [Resolved] (HADOOP-10533) S3 input stream NPEs in MapReduce jon

2014-07-03 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-10533. - Resolution: Fixed Fix Version/s: 2.5.0 > S3 input stream NPEs in MapReduce jon >

[jira] [Resolved] (HADOOP-9597) FileSystem open() API is not clear if FileNotFoundException is throw when the path does not exist

2014-07-03 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-9597. Resolution: Done Fix Version/s: 2.5.0 > FileSystem open() API is not clear if FileN

Doubt in File concat implementaion

2014-07-03 Thread Brahma Reddy Battula
Hi All, Usually we can't ensure lastblock alwaysfull...please let me know purpose of following check.. long blockSize = trgInode.getPreferredBlockSize(); // check the end block to be full final BlockInfo last = trgInode.getLastBlock(); if(blockSize != last.getNumBytes()) {

Re: Making changes to "Distributions and Commercial Support" page

2014-07-03 Thread Steve Loughran
On 2 July 2014 17:44, Katherine Xavier wrote: > KatherineXavier try now -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under a

[jira] [Created] (HADOOP-10779) Generalize DFS_PERMISSIONS_SUPERUSERGROUP_KEY for any HCFS

2014-07-03 Thread Martin Bukatovic (JIRA)
Martin Bukatovic created HADOOP-10779: - Summary: Generalize DFS_PERMISSIONS_SUPERUSERGROUP_KEY for any HCFS Key: HADOOP-10779 URL: https://issues.apache.org/jira/browse/HADOOP-10779 Project: Hadoop