[jira] Commented: (HADOOP-7009) MD5Hash provides a public factory method that creates an instance of MessageDigest

2010-10-28 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12925707#action_12925707 ] Hairong Kuang commented on HADOOP-7009: --- [exec] -1 overall. [exec]

[jira] Commented: (HADOOP-7009) MD5Hash provides a public factory method that creates an instance of MessageDigest

2010-10-28 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12925722#action_12925722 ] Hairong Kuang commented on HADOOP-7009: --- All unit tests were passed. All 6 javadoc

[jira] Updated: (HADOOP-7012) IPC.Client may have some connections for each given host/port

2010-10-28 Thread tom liu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] tom liu updated HADOOP-7012: Summary: IPC.Client may have some connections for each given host/port (was: IPC.Client may have some

[jira] Commented: (HADOOP-7010) Typo in FileSystem.java

2010-10-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12925778#action_12925778 ] Hudson commented on HADOOP-7010: Integrated in Hadoop-Common-trunk #495 (See

[jira] Commented: (HADOOP-6663) BlockDecompressorStream get EOF exception when decompressing the file compressed from empty file

2010-10-28 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12925875#action_12925875 ] Tom White commented on HADOOP-6663: --- I ran the tests and test-patch manually:

[jira] Updated: (HADOOP-6663) BlockDecompressorStream get EOF exception when decompressing the file compressed from empty file

2010-10-28 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-6663: -- Resolution: Fixed Status: Resolved (was: Patch Available) I've just committed this.

[jira] Commented: (HADOOP-6663) BlockDecompressorStream get EOF exception when decompressing the file compressed from empty file

2010-10-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12925888#action_12925888 ] Hudson commented on HADOOP-6663: Integrated in Hadoop-Common-trunk-Commit #404 (See

[jira] Commented: (HADOOP-7009) MD5Hash provides a public factory method that creates an instance of MessageDigest

2010-10-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12925917#action_12925917 ] Hudson commented on HADOOP-7009: Integrated in Hadoop-Common-trunk-Commit #405 (See

[jira] Assigned: (HADOOP-6991) SequenceFile::Reader discards length for files, does not call openFile

2010-10-28 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley reassigned HADOOP-6991: - Assignee: Chris Douglas SequenceFile::Reader discards length for files, does not call

[jira] Updated: (HADOOP-6991) SequenceFile::Reader discards length for files, does not call openFile

2010-10-28 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HADOOP-6991: -- Resolution: Fixed Fix Version/s: 0.22.0 Hadoop Flags: [Reviewed]

[jira] Commented: (HADOOP-6991) SequenceFile::Reader discards length for files, does not call openFile

2010-10-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12925950#action_12925950 ] Hudson commented on HADOOP-6991: Integrated in Hadoop-Common-trunk-Commit #407 (See

[jira] Created: (HADOOP-7013) Add boolean field isCorrupt to BlockLocation

2010-10-28 Thread Patrick Kling (JIRA)
Add boolean field isCorrupt to BlockLocation Key: HADOOP-7013 URL: https://issues.apache.org/jira/browse/HADOOP-7013 Project: Hadoop Common Issue Type: Improvement Reporter: Patrick

[jira] Updated: (HADOOP-6996) Allow CodecFactory to return a codec object given a codec' class name

2010-10-28 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HADOOP-6996: -- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch

[jira] Updated: (HADOOP-6977) Herriot daemon clients should vend statistics

2010-10-28 Thread Konstantin Boudnik (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Boudnik updated HADOOP-6977: --- Attachment: HADOOP-6977.patch Addressing good finding Boris made at HDFS-1408.

[jira] Commented: (HADOOP-6826) Revert FileSystem create method that takes CreateFlags

2010-10-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12926097#action_12926097 ] Hudson commented on HADOOP-6826: Integrated in Hadoop-Mapreduce-trunk-Commit #523 (See

[jira] Commented: (HADOOP-6991) SequenceFile::Reader discards length for files, does not call openFile

2010-10-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12926101#action_12926101 ] Hudson commented on HADOOP-6991: Integrated in Hadoop-Mapreduce-trunk-Commit #523 (See

[jira] Commented: (HADOOP-7003) Fix hadoop patch testing using jira_cli tool

2010-10-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12926127#action_12926127 ] Hudson commented on HADOOP-7003: Integrated in Hadoop-Mapreduce-trunk-Commit #523 (See

[jira] Commented: (HADOOP-7005) Update test-patch.sh to remove callback to Hudson master

2010-10-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12926129#action_12926129 ] Hudson commented on HADOOP-7005: Integrated in Hadoop-Mapreduce-trunk-Commit #523 (See

[jira] Commented: (HADOOP-6632) Support for using different Kerberos keys for different instances of Hadoop services

2010-10-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12926125#action_12926125 ] Hudson commented on HADOOP-6632: Integrated in Hadoop-Mapreduce-trunk-Commit #523 (See

[jira] Commented: (HADOOP-6845) TokenStorage renamed to Credentials.

2010-10-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12926131#action_12926131 ] Hudson commented on HADOOP-6845: Integrated in Hadoop-Mapreduce-trunk-Commit #523 (See

[jira] Commented: (HADOOP-7007) update the hudson-test-patch target to work with the latest test-patch script.

2010-10-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12926132#action_12926132 ] Hudson commented on HADOOP-7007: Integrated in Hadoop-Mapreduce-trunk-Commit #523 (See

[jira] Commented: (HADOOP-6786) test-patch needs to verify Herriot integrity

2010-10-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12926140#action_12926140 ] Hudson commented on HADOOP-6786: Integrated in Hadoop-Mapreduce-trunk-Commit #523 (See