[jira] [Commented] (HADOOP-12066) Allow to configure RS and XOR raw coders

2015-06-05 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575527#comment-14575527 ] Hadoop QA commented on HADOOP-12066: \\ \\ | (x) *{color:red}-1 overall{color}* | \\

[jira] [Created] (HADOOP-12069) Document that NFS gateway does not work with rpcbind on SLES 11

2015-06-05 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-12069: -- Summary: Document that NFS gateway does not work with rpcbind on SLES 11 Key: HADOOP-12069 URL: https://issues.apache.org/jira/browse/HADOOP-12069 Project: Hadoop

[jira] [Commented] (HADOOP-11887) Introduce Intel ISA-L erasure coding library for the native support

2015-06-05 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575407#comment-14575407 ] Kai Zheng commented on HADOOP-11887: Thanks Greg for looking at this and giving the

[jira] [Commented] (HADOOP-11887) Introduce Intel ISA-L erasure coding library for the native support

2015-06-05 Thread Greg Tucker (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575393#comment-14575393 ] Greg Tucker commented on HADOOP-11887: -- Next release will use autoconf and should c

[jira] [Commented] (HADOOP-11887) Introduce Intel ISA-L erasure coding library for the native support

2015-06-05 Thread Greg Tucker (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575391#comment-14575391 ] Greg Tucker commented on HADOOP-11887: -- Alan, Sorry about the confusion. The make

[jira] [Updated] (HADOOP-12066) Allow to configure RS and XOR raw coders

2015-06-05 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kai Zheng updated HADOOP-12066: --- Status: Patch Available (was: Open) > Allow to configure RS and XOR raw coders > -

[jira] [Commented] (HADOOP-12056) Use DirectoryStream in DiskChecker#checkDirs to detect errors when listing a directory

2015-06-05 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575330#comment-14575330 ] zhihai xu commented on HADOOP-12056: thanks [~eddyxu] for the review, thanks [~andre

[jira] [Commented] (HADOOP-12055) Deprecate usage of NativeIO#link

2015-06-05 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575308#comment-14575308 ] Chris Nauroth commented on HADOOP-12055: [~andrew.wang], please hold off. I'm i

[jira] [Resolved] (HADOOP-12068) Remove @author tags

2015-06-05 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan resolved HADOOP-12068. -- Resolution: Invalid Wrong project. > Remove @author tags > --- > >

[jira] [Created] (HADOOP-12068) Remove @author tags

2015-06-05 Thread Jakob Homan (JIRA)
Jakob Homan created HADOOP-12068: Summary: Remove @author tags Key: HADOOP-12068 URL: https://issues.apache.org/jira/browse/HADOOP-12068 Project: Hadoop Common Issue Type: Bug Rep

[jira] [Commented] (HADOOP-12040) Adjust inputs order for the decode API in raw erasure coder

2015-06-05 Thread Zhe Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575284#comment-14575284 ] Zhe Zhang commented on HADOOP-12040: Thanks for taking this task Kai! It's a good im

[jira] [Commented] (HADOOP-12056) Use DirectoryStream in DiskChecker#checkDirs to detect errors when listing a directory

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575222#comment-14575222 ] Hudson commented on HADOOP-12056: - SUCCESS: Integrated in Hadoop-trunk-Commit #7979 (See

[jira] [Updated] (HADOOP-12056) Use DirectoryStream in DiskChecker#checkDirs to detect errors when listing a directory

2015-06-05 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang updated HADOOP-12056: - Resolution: Fixed Fix Version/s: 2.8.0 Status: Resolved (was: Patch Available)

[jira] [Updated] (HADOOP-12056) Use DirectoryStream in DiskChecker#checkDirs to detect errors when listing a directory

2015-06-05 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang updated HADOOP-12056: - Summary: Use DirectoryStream in DiskChecker#checkDirs to detect errors when listing a directory

[jira] [Commented] (HADOOP-12056) DiskChecker#checkDirs should check null pointer for the return value from File#listFiles to avoid NPE.

2015-06-05 Thread Lei (Eddy) Xu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575199#comment-14575199 ] Lei (Eddy) Xu commented on HADOOP-12056: Hi, [~zxu] Thanks much for updating the

[jira] [Commented] (HADOOP-12056) DiskChecker#checkDirs should check null pointer for the return value from File#listFiles to avoid NPE.

2015-06-05 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575196#comment-14575196 ] Andrew Wang commented on HADOOP-12056: -- +1 LGTM, thanks Zhihai. Will commit shortly

[jira] [Commented] (HADOOP-12059) S3Credentials should support use of CredentialProvider

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575168#comment-14575168 ] Hudson commented on HADOOP-12059: - FAILURE: Integrated in Hadoop-trunk-Commit #7978 (See

[jira] [Commented] (HADOOP-12055) Deprecate usage of NativeIO#link

2015-06-05 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575164#comment-14575164 ] Andrew Wang commented on HADOOP-12055: -- I'd like to commit this if there are no fur

[jira] [Updated] (HADOOP-12059) S3Credentials should support use of CredentialProvider

2015-06-05 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang updated HADOOP-12059: - Resolution: Fixed Fix Version/s: 2.8.0 Status: Resolved (was: Patch Available)

[jira] [Commented] (HADOOP-12067) Add exponential retry when copyblob is throttled by Azure storage

2015-06-05 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575051#comment-14575051 ] Hadoop QA commented on HADOOP-12067: \\ \\ | (/) *{color:green}+1 overall{color}* |

[jira] [Commented] (HADOOP-12056) DiskChecker#checkDirs should check null pointer for the return value from File#listFiles to avoid NPE.

2015-06-05 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575030#comment-14575030 ] Hadoop QA commented on HADOOP-12056: \\ \\ | (/) *{color:green}+1 overall{color}* |

[jira] [Updated] (HADOOP-12065) Using more meaningful keys in EC schema

2015-06-05 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze updated HADOOP-12065: - Hadoop Flags: Reviewed +1 patch looks good. > Using more meaningful keys in EC

[jira] [Commented] (HADOOP-12059) S3Credentials should support use of CredentialProvider

2015-06-05 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574994#comment-14574994 ] Andrew Wang commented on HADOOP-12059: -- I'll commit this based on Larry's +1 if Jen

[jira] [Updated] (HADOOP-12067) Add exponential retry when copyblob is throttled by Azure storage

2015-06-05 Thread Duo Xu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Xu updated HADOOP-12067: Status: Patch Available (was: In Progress) > Add exponential retry when copyblob is throttled by Azure st

[jira] [Commented] (HADOOP-12059) S3Credentials should support use of CredentialProvider

2015-06-05 Thread Larry McCay (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574978#comment-14574978 ] Larry McCay commented on HADOOP-12059: -- Agreed - LGTM. Thanks for including my sugg

[jira] [Updated] (HADOOP-12067) Add exponential retry when copyblob is throttled by Azure storage

2015-06-05 Thread Duo Xu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Xu updated HADOOP-12067: Attachment: HADOOP-12067.01.patch [~cnauroth] Please take a look. > Add exponential retry when copyblob i

[jira] [Work started] (HADOOP-12067) Add exponential retry when copyblob is throttled by Azure storage

2015-06-05 Thread Duo Xu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HADOOP-12067 started by Duo Xu. --- > Add exponential retry when copyblob is throttled by Azure storage > ---

[jira] [Commented] (HADOOP-12056) DiskChecker#checkDirs should check null pointer for the return value from File#listFiles to avoid NPE.

2015-06-05 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574929#comment-14574929 ] zhihai xu commented on HADOOP-12056: Hi [~andrew.wang], I attached a new patch HADOO

[jira] [Updated] (HADOOP-12056) DiskChecker#checkDirs should check null pointer for the return value from File#listFiles to avoid NPE.

2015-06-05 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhihai xu updated HADOOP-12056: --- Attachment: HADOOP-12056.003.patch > DiskChecker#checkDirs should check null pointer for the return

[jira] [Commented] (HADOOP-12059) S3Credentials should support use of CredentialProvider

2015-06-05 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574903#comment-14574903 ] Sean Busbey commented on HADOOP-12059: -- {quote} Tests in error: TestWebDelegatio

[jira] [Commented] (HADOOP-11347) Inconsistent enforcement of umask between FileSystem and FileContext interacting with local file system.

2015-06-05 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574902#comment-14574902 ] Colin Patrick McCabe commented on HADOOP-11347: --- Thanks for looking at thi

[jira] [Commented] (HADOOP-12059) S3Credentials should support use of CredentialProvider

2015-06-05 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574890#comment-14574890 ] Hadoop QA commented on HADOOP-12059: \\ \\ | (x) *{color:red}-1 overall{color}* | \\

[jira] [Created] (HADOOP-12067) Add exponential retry when copyblob is throttled by Azure storage

2015-06-05 Thread Duo Xu (JIRA)
Duo Xu created HADOOP-12067: --- Summary: Add exponential retry when copyblob is throttled by Azure storage Key: HADOOP-12067 URL: https://issues.apache.org/jira/browse/HADOOP-12067 Project: Hadoop Common

[jira] [Updated] (HADOOP-12059) S3Credentials should support use of CredentialProvider

2015-06-05 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HADOOP-12059: - Attachment: HADOOP-12059.3.patch -03 * rebased to current trunk * moved helper method for ne

[jira] [Updated] (HADOOP-12059) S3Credentials should support use of CredentialProvider

2015-06-05 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HADOOP-12059: - Status: Patch Available (was: Open) > S3Credentials should support use of CredentialProvider >

[jira] [Updated] (HADOOP-12059) S3Credentials should support use of CredentialProvider

2015-06-05 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HADOOP-12059: - Status: Open (was: Patch Available) > S3Credentials should support use of CredentialProvider >

[jira] [Commented] (HADOOP-11994) smart-apply-patch wrongly assumes that git is infallible

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574651#comment-14574651 ] Hudson commented on HADOOP-11994: - FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #

[jira] [Commented] (HADOOP-12058) Fix dead links to DistCp and Hadoop Archives pages.

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574649#comment-14574649 ] Hudson commented on HADOOP-12058: - FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #

[jira] [Commented] (HADOOP-11924) Tolerate JDK-8047340-related exceptions in Shell#isSetSidAvailable preventing class init

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574654#comment-14574654 ] Hudson commented on HADOOP-11924: - FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #

[jira] [Commented] (HADOOP-11924) Tolerate JDK-8047340-related exceptions in Shell#isSetSidAvailable preventing class init

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574626#comment-14574626 ] Hudson commented on HADOOP-11924: - FAILURE: Integrated in Hadoop-Mapreduce-trunk #2165 (

[jira] [Commented] (HADOOP-12059) S3Credentials should support use of CredentialProvider

2015-06-05 Thread Larry McCay (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574632#comment-14574632 ] Larry McCay commented on HADOOP-12059: -- Yes, I understand. That's why I said the li

[jira] [Commented] (HADOOP-11994) smart-apply-patch wrongly assumes that git is infallible

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574623#comment-14574623 ] Hudson commented on HADOOP-11994: - FAILURE: Integrated in Hadoop-Mapreduce-trunk #2165 (

[jira] [Commented] (HADOOP-12058) Fix dead links to DistCp and Hadoop Archives pages.

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574621#comment-14574621 ] Hudson commented on HADOOP-12058: - FAILURE: Integrated in Hadoop-Mapreduce-trunk #2165 (

[jira] [Commented] (HADOOP-11924) Tolerate JDK-8047340-related exceptions in Shell#isSetSidAvailable preventing class init

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574603#comment-14574603 ] Hudson commented on HADOOP-11924: - FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #208 (

[jira] [Commented] (HADOOP-12058) Fix dead links to DistCp and Hadoop Archives pages.

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574597#comment-14574597 ] Hudson commented on HADOOP-12058: - FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #208 (

[jira] [Commented] (HADOOP-11994) smart-apply-patch wrongly assumes that git is infallible

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574599#comment-14574599 ] Hudson commented on HADOOP-11994: - FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #208 (

[jira] [Commented] (HADOOP-11924) Tolerate JDK-8047340-related exceptions in Shell#isSetSidAvailable preventing class init

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574570#comment-14574570 ] Hudson commented on HADOOP-11924: - SUCCESS: Integrated in Hadoop-Hdfs-trunk #2147 (See

[jira] [Commented] (HADOOP-11994) smart-apply-patch wrongly assumes that git is infallible

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574566#comment-14574566 ] Hudson commented on HADOOP-11994: - SUCCESS: Integrated in Hadoop-Hdfs-trunk #2147 (See

[jira] [Commented] (HADOOP-12058) Fix dead links to DistCp and Hadoop Archives pages.

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574564#comment-14574564 ] Hudson commented on HADOOP-12058: - SUCCESS: Integrated in Hadoop-Hdfs-trunk #2147 (See

[jira] [Commented] (HADOOP-12059) S3Credentials should support use of CredentialProvider

2015-06-05 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574558#comment-14574558 ] Sean Busbey commented on HADOOP-12059: -- {quote} bq. it seems to me that wrapLocalFi

[jira] [Commented] (HADOOP-12059) S3Credentials should support use of CredentialProvider

2015-06-05 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574552#comment-14574552 ] Sean Busbey commented on HADOOP-12059: -- {quote} it seems to me that wrapLocalFileUr

[jira] [Commented] (HADOOP-11924) Tolerate JDK-8047340-related exceptions in Shell#isSetSidAvailable preventing class init

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574387#comment-14574387 ] Hudson commented on HADOOP-11924: - SUCCESS: Integrated in Hadoop-Yarn-trunk #949 (See [

[jira] [Commented] (HADOOP-11994) smart-apply-patch wrongly assumes that git is infallible

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574384#comment-14574384 ] Hudson commented on HADOOP-11994: - SUCCESS: Integrated in Hadoop-Yarn-trunk #949 (See [

[jira] [Commented] (HADOOP-12058) Fix dead links to DistCp and Hadoop Archives pages.

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574382#comment-14574382 ] Hudson commented on HADOOP-12058: - SUCCESS: Integrated in Hadoop-Yarn-trunk #949 (See [

[jira] [Commented] (HADOOP-11924) Tolerate JDK-8047340-related exceptions in Shell#isSetSidAvailable preventing class init

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574349#comment-14574349 ] Hudson commented on HADOOP-11924: - FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #219 (

[jira] [Commented] (HADOOP-12058) Fix dead links to DistCp and Hadoop Archives pages.

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574344#comment-14574344 ] Hudson commented on HADOOP-12058: - FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #219 (

[jira] [Commented] (HADOOP-11994) smart-apply-patch wrongly assumes that git is infallible

2015-06-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574346#comment-14574346 ] Hudson commented on HADOOP-11994: - FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #219 (

[jira] [Commented] (HADOOP-11887) Introduce Intel ISA-L erasure coding library for the native support

2015-06-05 Thread Alan Burlison (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574307#comment-14574307 ] Alan Burlison commented on HADOOP-11887: The Makefile issues were that GNU and S

[jira] [Commented] (HADOOP-11887) Introduce Intel ISA-L erasure coding library for the native support

2015-06-05 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574286#comment-14574286 ] Kai Zheng commented on HADOOP-11887: Thanks Alan for the good report! I will involve

[jira] [Commented] (HADOOP-11887) Introduce Intel ISA-L erasure coding library for the native support

2015-06-05 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574284#comment-14574284 ] Kai Zheng commented on HADOOP-11887: Thanks [~steve_l] for the review and comments!

[jira] [Commented] (HADOOP-12052) IPC client downgrades all exception types to IOE, breaks callers trying to use them

2015-06-05 Thread Vinayakumar B (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574268#comment-14574268 ] Vinayakumar B commented on HADOOP-12052: +1 > IPC client downgrades all excepti

[jira] [Commented] (HADOOP-12065) Using more meaningful keys in EC schema

2015-06-05 Thread Vinayakumar B (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574243#comment-14574243 ] Vinayakumar B commented on HADOOP-12065: +1 from me as well. > Using more meani

[jira] [Commented] (HADOOP-12065) Using more meaningful keys in EC schema

2015-06-05 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574215#comment-14574215 ] Hadoop QA commented on HADOOP-12065: \\ \\ | (x) *{color:red}-1 overall{color}* | \\

[jira] [Commented] (HADOOP-12064) [JDK8] Update guice version to 4.0

2015-06-05 Thread Tsuyoshi Ozawa (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574213#comment-14574213 ] Tsuyoshi Ozawa commented on HADOOP-12064: - Good catch. Thank you for marking the

[jira] [Commented] (HADOOP-12052) IPC client downgrades all exception types to IOE, breaks callers trying to use them

2015-06-05 Thread Brahma Reddy Battula (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574158#comment-14574158 ] Brahma Reddy Battula commented on HADOOP-12052: --- Thanks [~ste...@apache.or

[jira] [Updated] (HADOOP-9613) [JDK8] Update jersey version to latest 1.x release

2015-06-05 Thread Tsuyoshi Ozawa (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi Ozawa updated HADOOP-9613: --- Status: Open (was: Patch Available) > [JDK8] Update jersey version to latest 1.x release > -

[jira] [Updated] (HADOOP-12064) [JDK8] Update guice version to 4.0

2015-06-05 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-12064: Hadoop Flags: Incompatible change > [JDK8] Update guice version to 4.0 > -

[jira] [Commented] (HADOOP-12064) [JDK8] Update guice version to 4.0

2015-06-05 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574139#comment-14574139 ] Steve Loughran commented on HADOOP-12064: - given this a google JAR, its probably

[jira] [Updated] (HADOOP-12066) Allow to configure RS and XOR raw coders

2015-06-05 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kai Zheng updated HADOOP-12066: --- Attachment: HADOOP-12066-HDFS-7285-v1.patch Uploaded the patch, ready for review. > Allow to config

[jira] [Updated] (HADOOP-12065) Using more meaningful keys in EC schema

2015-06-05 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kai Zheng updated HADOOP-12065: --- Status: Patch Available (was: Open) > Using more meaningful keys in EC schema > ---

[jira] [Updated] (HADOOP-12065) Using more meaningful keys in EC schema

2015-06-05 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kai Zheng updated HADOOP-12065: --- Attachment: HADOOP-12065-HDFS-7285-v1.patch Updated the patch, minor changes in fact. > Using more

[jira] [Commented] (HADOOP-12066) Allow to configure RS and XOR raw coders

2015-06-05 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574125#comment-14574125 ] Kai Zheng commented on HADOOP-12066: Oh bad, the change involves into HDFS side so t

[jira] [Updated] (HADOOP-12066) Allow to configure RS and XOR raw coders

2015-06-05 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kai Zheng updated HADOOP-12066: --- Description: This is to allow configuring RS and XOR raw coders as they're the basic ones and used i

[jira] [Created] (HADOOP-12066) Allow to configure RS and XOR raw coders

2015-06-05 Thread Kai Zheng (JIRA)
Kai Zheng created HADOOP-12066: -- Summary: Allow to configure RS and XOR raw coders Key: HADOOP-12066 URL: https://issues.apache.org/jira/browse/HADOOP-12066 Project: Hadoop Common Issue Type: S

[jira] [Work started] (HADOOP-12060) Address some issues related to ByteBuffer type input/output buffers for raw erasure coders

2015-06-05 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HADOOP-12060 started by Kai Zheng. -- > Address some issues related to ByteBuffer type input/output buffers for raw > er