[jira] Assigned: (HADOOP-6148) Implement a pure Java CRC32 calculator

2009-07-16 Thread Chris Douglas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Douglas reassigned HADOOP-6148: - Assignee: Scott Carey (was: Todd Lipcon) > Implement a pure Java CRC32 calculator > ---

[jira] Updated: (HADOOP-4927) Part files on the output filesystem are created irrespective of whether the corresponding task has anything to write there

2009-07-16 Thread Jothi Padmanabhan (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jothi Padmanabhan updated HADOOP-4927: -- Attachment: hadoop-4927-y20.patch Patch for the Y! 20 distribution. > Part files on t

[jira] Commented: (HADOOP-6132) RPC client opens an extra connection for VersionedProtocol

2009-07-16 Thread Raghu Angadi (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732327#action_12732327 ] Raghu Angadi commented on HADOOP-6132: -- +1 for the fix. There is another instance of

[jira] Updated: (HADOOP-6148) Implement a pure Java CRC32 calculator

2009-07-16 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated HADOOP-6148: --- Resolution: Fixed Fix Version/s: 0.21.0 Status: Resolved (

[jira] Updated: (HADOOP-6142) archives relative path changes in common.

2009-07-16 Thread Chris Douglas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Douglas updated HADOOP-6142: -- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Availa

[jira] Commented: (HADOOP-6148) Implement a pure Java CRC32 calculator

2009-07-16 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732298#action_12732298 ] Hadoop QA commented on HADOOP-6148: --- +1 overall. Here are the results of testing the la

[jira] Updated: (HADOOP-6148) Implement a pure Java CRC32 calculator

2009-07-16 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HADOOP-6148: Attachment: hadoop-6148.txt Woops! Forgot to do --no-prefix on my git-diff. Same patch, just witho

[jira] Updated: (HADOOP-6148) Implement a pure Java CRC32 calculator

2009-07-16 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated HADOOP-6148: --- Component/s: util Hadoop Flags: [Reviewed] {code} diff --git a/src/java

[jira] Updated: (HADOOP-6138) eliminate the depracate warnings introduced by H-5438

2009-07-16 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated HADOOP-6138: --- Assignee: He Yongqiang Hadoop Flags: [Reviewed] +1 patch looks good.

[jira] Created: (HADOOP-6159) Remove "core" from build.xml

2009-07-16 Thread Tsz Wo (Nicholas), SZE (JIRA)
Remove "core" from build.xml Key: HADOOP-6159 URL: https://issues.apache.org/jira/browse/HADOOP-6159 Project: Hadoop Common Issue Type: Bug Components: build Reporter: Tsz Wo (Nicholas), SZE

[jira] Commented: (HADOOP-5864) Fix DMI and OBL findbugs in packages hdfs and metrics

2009-07-16 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732229#action_12732229 ] Tsz Wo (Nicholas), SZE commented on HADOOP-5864: The changed was committed

[jira] Commented: (HADOOP-5864) Fix DMI and OBL findbugs in packages hdfs and metrics

2009-07-16 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732228#action_12732228 ] Tsz Wo (Nicholas), SZE commented on HADOOP-5864: The changed was committed

[jira] Updated: (HADOOP-6148) Implement a pure Java CRC32 calculator

2009-07-16 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HADOOP-6148: Status: Patch Available (was: Open) > Implement a pure Java CRC32 calculator > --

[jira] Created: (HADOOP-6158) Move CyclicIteration to HDFS

2009-07-16 Thread Owen O'Malley (JIRA)
Move CyclicIteration to HDFS Key: HADOOP-6158 URL: https://issues.apache.org/jira/browse/HADOOP-6158 Project: Hadoop Common Issue Type: Task Components: util Reporter: Owen O'Malley I thin

[jira] Updated: (HADOOP-6148) Implement a pure Java CRC32 calculator

2009-07-16 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HADOOP-6148: Attachment: hadoop-6148.txt Attached is a slightly updated patch which fixes the javadoc warning (

[jira] Updated: (HADOOP-6148) Implement a pure Java CRC32 calculator

2009-07-16 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HADOOP-6148: Status: Open (was: Patch Available) > Implement a pure Java CRC32 calculator > --

[jira] Commented: (HADOOP-6132) RPC client opens an extra connection for VersionedProtocol

2009-07-16 Thread Kan Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732218#action_12732218 ] Kan Zhang commented on HADOOP-6132: --- The manual verification I used was running a test t

[jira] Created: (HADOOP-6157) Deprecate the Daemon class

2009-07-16 Thread Owen O'Malley (JIRA)
Deprecate the Daemon class -- Key: HADOOP-6157 URL: https://issues.apache.org/jira/browse/HADOOP-6157 Project: Hadoop Common Issue Type: Task Components: util Reporter: Owen O'Malley The Daemon

[jira] Created: (HADOOP-6156) Move map/reduce specific classes out of common

2009-07-16 Thread Owen O'Malley (JIRA)
Move map/reduce specific classes out of common -- Key: HADOOP-6156 URL: https://issues.apache.org/jira/browse/HADOOP-6156 Project: Hadoop Common Issue Type: Task Components: util

[jira] Created: (HADOOP-6155) deprecate Record IO

2009-07-16 Thread Owen O'Malley (JIRA)
deprecate Record IO --- Key: HADOOP-6155 URL: https://issues.apache.org/jira/browse/HADOOP-6155 Project: Hadoop Common Issue Type: Task Components: record Reporter: Owen O'Malley With the advent of Avr

[jira] Commented: (HADOOP-6148) Implement a pure Java CRC32 calculator

2009-07-16 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732210#action_12732210 ] Hadoop QA commented on HADOOP-6148: --- -1 overall. Here are the results of testing the la

[jira] Updated: (HADOOP-5864) Fix DMI and OBL findbugs in packages hdfs and metrics

2009-07-16 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HADOOP-5864: Attachment: findbugs3.hdfs.patch After project split, the change made to findbugExcludeFil

[jira] Updated: (HADOOP-6148) Implement a pure Java CRC32 calculator

2009-07-16 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HADOOP-6148: Status: Patch Available (was: Open) > Implement a pure Java CRC32 calculator > --

[jira] Updated: (HADOOP-6148) Implement a pure Java CRC32 calculator

2009-07-16 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HADOOP-6148: Attachment: hadoop-6148.txt Attached is an updated patch. The changes here from the previous versi

[jira] Updated: (HADOOP-6120) Add support for Avro types in hadoop

2009-07-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated HADOOP-6120: - Status: Open (was: Patch Available) Everything passed but the release audit. Not bad. The "re

[jira] Commented: (HADOOP-6120) Add support for Avro types in hadoop

2009-07-16 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732088#action_12732088 ] Hadoop QA commented on HADOOP-6120: --- -1 overall. Here are the results of testing the la

[jira] Updated: (HADOOP-6120) Add support for Avro types in hadoop

2009-07-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated HADOOP-6120: - Status: Patch Available (was: Open) Marking as "Patch Available" to see if Hudson can now find

[jira] Updated: (HADOOP-6120) Add support for Avro types in hadoop

2009-07-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated HADOOP-6120: - Status: Open (was: Patch Available) > I don't see encoder/decoder has close() method. Am I miss

[jira] Updated: (HADOOP-6120) Add support for Avro types in hadoop

2009-07-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated HADOOP-6120: - Attachment: HADOOP-6120.patch Attaching a patch that's identical to Sharad's last patch, except

[jira] Commented: (HADOOP-6105) Provide a way to automatically handle backward compatibility of deprecated keys

2009-07-16 Thread Philip Zeyliger (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732002#action_12732002 ] Philip Zeyliger commented on HADOOP-6105: - You might consider logging a warning ev

[jira] Commented: (HADOOP-6138) eliminate the depracate warnings introduced by H-5438

2009-07-16 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731941#action_12731941 ] Hadoop QA commented on HADOOP-6138: --- -1 overall. Here are the results of testing the la

[jira] Commented: (HADOOP-6105) Provide a way to automatically handle backward compatibility of deprecated keys

2009-07-16 Thread V.V.Chaitanya Krishna (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731908#action_12731908 ] V.V.Chaitanya Krishna commented on HADOOP-6105: --- Assumptions: 1. None of t

[jira] Updated: (HADOOP-6138) eliminate the depracate warnings introduced by H-5438

2009-07-16 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HADOOP-6138: - Status: Patch Available (was: Open) > eliminate the depracate warnings introduced by H-5438 > -

[jira] Commented: (HADOOP-6120) Add support for Avro types in hadoop

2009-07-16 Thread Sharad Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731897#action_12731897 ] Sharad Agarwal commented on HADOOP-6120: bq. Have you tried using either of these

[jira] Updated: (HADOOP-6120) Add support for Avro types in hadoop

2009-07-16 Thread Sharad Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sharad Agarwal updated HADOOP-6120: --- Attachment: 6120_v4.patch Taken care of Tom and Doug's comments: # Moved the testSerializati

[jira] Commented: (HADOOP-6120) Add support for Avro types in hadoop

2009-07-16 Thread Sharad Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731891#action_12731891 ] Sharad Agarwal commented on HADOOP-6120: bq. shouldn't Serializer/Desrializer#clos

[jira] Commented: (HADOOP-4491) Per-job local data on the TaskTracker node should have right access-control

2009-07-16 Thread Hemanth Yamijala (JIRA)
DOOP-4491-20090623-common.1.txt, > HADOOP-4491-20090623-mapred.1.txt, HADOOP-4491-20090703-common.1.txt, > HADOOP-4491-20090703-common.txt, HADOOP-4491-20090703.1.txt, > HADOOP-4491-20090703.txt, HADOOP-4491-20090707-common.txt, > HADOOP-4491-20090707.txt, HADOOP-4491-20090716-mapred.txt

[jira] Commented: (HADOOP-5107) split the core, hdfs, and mapred jars from each other and publish them independently to the Maven repository

2009-07-16 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731884#action_12731884 ] Giridharan Kesavan commented on HADOOP-5107: steps: To publish common's jar's

[jira] Updated: (HADOOP-5107) split the core, hdfs, and mapred jars from each other and publish them independently to the Maven repository

2009-07-16 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan updated HADOOP-5107: --- Attachment: mapreduce-trunk.patch hdfs-trunk.patch co

[jira] Assigned: (HADOOP-5107) split the core, hdfs, and mapred jars from each other and publish them independently to the Maven repository

2009-07-16 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan reassigned HADOOP-5107: -- Assignee: Giridharan Kesavan > split the core, hdfs, and mapred jars from each

[jira] Updated: (HADOOP-6149) FileStatus can support a fileid per path

2009-07-16 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HADOOP-6149: - Attachment: fileidc1.txt This patch introduces a new filed called fileid in the FileStat

[jira] Updated: (HADOOP-4491) Per-job local data on the TaskTracker node should have right access-control

2009-07-16 Thread Vinod K V (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-4491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod K V updated HADOOP-4491: -- Attachment: HADOOP-4491-20090716-mapred.txt Uploading mapred part of the patch that incorporates most