[jira] Updated: (HADOOP-6685) Change the generic serialization framework API to use serialization-specific bytes instead of MapString,String for configuration

2010-11-16 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HADOOP-6685: -- Attachment: serial6.patch I fixed some findbugs warnings. [exec] -1 overall.

[jira] Commented: (HADOOP-6685) Change the generic serialization framework API to use serialization-specific bytes instead of MapString,String for configuration

2010-11-16 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932396#action_12932396 ] Tom White commented on HADOOP-6685: --- Here's my feedback on the patch: # I think the new

[jira] Commented: (HADOOP-7034) Add TestPath tests to cover dot, dot dot, and slash normalization

2010-11-16 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932423#action_12932423 ] Hudson commented on HADOOP-7034: Integrated in Hadoop-Common-trunk #514 (See

[jira] Commented: (HADOOP-6562) FileContextSymlinkBaseTest should use FileContextTestHelper

2010-11-16 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932425#action_12932425 ] Hudson commented on HADOOP-6562: Integrated in Hadoop-Common-trunk #514 (See

[jira] Commented: (HADOOP-6496) HttpServer sends wrong content-type for CSS files (and others)

2010-11-16 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932422#action_12932422 ] Hudson commented on HADOOP-6496: Integrated in Hadoop-Common-trunk #514 (See

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

2010-11-16 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932553#action_12932553 ] Hairong Kuang commented on HADOOP-7013: --- The patch looks good except for an

[jira] Commented: (HADOOP-7026) Adding new target to build.xml to run tests without compiling

2010-11-16 Thread Guillermo Cabrera (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932555#action_12932555 ] Guillermo Cabrera commented on HADOOP-7026: --- Thanks for the feedback Konstantin,

[jira] Commented: (HADOOP-6685) Change the generic serialization framework API to use serialization-specific bytes instead of MapString,String for configuration

2010-11-16 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932644#action_12932644 ] Owen O'Malley commented on HADOOP-6685: --- @Luke - I agree it is a last resort. They

[jira] Commented: (HADOOP-6685) Change the generic serialization framework API to use serialization-specific bytes instead of MapString,String for configuration

2010-11-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932662#action_12932662 ] Doug Cutting commented on HADOOP-6685: -- Owen they aren't optional dependences.

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

2010-11-16 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932672#action_12932672 ] Hairong Kuang commented on HADOOP-7013: --- On a second thought, Hadoop does not have a

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

2010-11-16 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang reassigned HADOOP-7013: - Assignee: Patrick Kling Add boolean field isCorrupt to BlockLocation

[jira] Created: (HADOOP-7038) saveVersion script includes an additional \r while running whoami under windows

2010-11-16 Thread Wang Xu (JIRA)
saveVersion script includes an additional \r while running whoami under windows --- Key: HADOOP-7038 URL: https://issues.apache.org/jira/browse/HADOOP-7038 Project: Hadoop

[jira] Updated: (HADOOP-7038) saveVersion script includes an additional \r while running whoami under windows

2010-11-16 Thread Wang Xu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wang Xu updated HADOOP-7038: Status: Patch Available (was: Open) Add a tr for whoami, in order to eliminate the additional \r of

[jira] Updated: (HADOOP-7038) saveVersion script includes an additional \r while running whoami under windows

2010-11-16 Thread Wang Xu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wang Xu updated HADOOP-7038: Attachment: HADOOP-7038.diff add an tr to eliminate the additional '\r' of whoami of windows

[jira] Commented: (HADOOP-7038) saveVersion script includes an additional \r while running whoami under windows

2010-11-16 Thread Wang Xu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932706#action_12932706 ] Wang Xu commented on HADOOP-7038: - here is the different between Windows bin native output

[jira] Commented: (HADOOP-7038) saveVersion script includes an additional \r while running whoami under windows

2010-11-16 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932710#action_12932710 ] Hadoop QA commented on HADOOP-7038: --- -1 overall. Here are the results of testing the

[jira] Commented: (HADOOP-6685) Change the generic serialization framework API to use serialization-specific bytes instead of MapString,String for configuration

2010-11-16 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932723#action_12932723 ] Owen O'Malley commented on HADOOP-6685: --- {quote} Indeed they aren't optional

[jira] Commented: (HADOOP-7028) ant eclipse does not include requisite ant.jar in the classpath

2010-11-16 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932726#action_12932726 ] Eli Collins commented on HADOOP-7028: - +1 I verified this fixed the issue for me on

[jira] Commented: (HADOOP-6685) Change the generic serialization framework API to use serialization-specific bytes instead of MapString,String for configuration

2010-11-16 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932727#action_12932727 ] Tom White commented on HADOOP-6685: --- bq. Avro is already a dependency. Thrift is already

[jira] Updated: (HADOOP-7028) ant eclipse does not include requisite ant.jar in the classpath

2010-11-16 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins updated HADOOP-7028: Resolution: Fixed Fix Version/s: 0.22.0 Assignee: Patrick Angeles Hadoop

[jira] Updated: (HADOOP-7028) ant eclipse does not include requisite ant.jar in the classpath

2010-11-16 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins updated HADOOP-7028: Affects Version/s: 0.22.0 ant eclipse does not include requisite ant.jar in the classpath

[jira] Commented: (HADOOP-6685) Change the generic serialization framework API to use serialization-specific bytes instead of MapString,String for configuration

2010-11-16 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932734#action_12932734 ] Owen O'Malley commented on HADOOP-6685: --- {quote} So users don't care about the

[jira] Commented: (HADOOP-7028) ant eclipse does not include requisite ant.jar in the classpath

2010-11-16 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932745#action_12932745 ] Hudson commented on HADOOP-7028: Integrated in Hadoop-Common-trunk-Commit #427 (See

[jira] Commented: (HADOOP-6685) Change the generic serialization framework API to use serialization-specific bytes instead of MapString,String for configuration

2010-11-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932748#action_12932748 ] Doug Cutting commented on HADOOP-6685: -- I'm only adding ProtocolBuffers, which is a

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

2010-11-16 Thread Patrick Kling (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932755#action_12932755 ] Patrick Kling commented on HADOOP-7013: --- ant test-path results: {code} [exec]

[jira] Commented: (HADOOP-7022) MD5Hash does not return file size

2010-11-16 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932780#action_12932780 ] Eli Collins commented on HADOOP-7022: - Hi Junjie, What's the motivation for the

[jira] Commented: (HADOOP-6816) enhance FsShell.dus() to include sum of totalSize

2010-11-16 Thread Charles Thayer (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12932836#action_12932836 ] Charles Thayer commented on HADOOP-6816: If added it should only be with -c or

[jira] Created: (HADOOP-7039) hadoop shell producing unexpected output to stdout

2010-11-16 Thread Charles Thayer (JIRA)
hadoop shell producing unexpected output to stdout -- Key: HADOOP-7039 URL: https://issues.apache.org/jira/browse/HADOOP-7039 Project: Hadoop Common Issue Type: Bug Components: