[jira] Updated: (MAPREDUCE-2285) MiniMRCluster does not start after ant test-patch

2011-01-28 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated MAPREDUCE-2285: --- Attachment: cp-good cp-bad I think the difference is that, after we run

[jira] Updated: (MAPREDUCE-2287) add Kerberos HTTP SPNEGO authentication support to Hadoop JT/NN/DN/TT web-consoles

2011-01-28 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Abdelnur updated MAPREDUCE-2287: -- Attachment: ha-mapred.patch add Kerberos HTTP SPNEGO authentication

[jira] Commented: (MAPREDUCE-2263) MapReduce side of HADOOP-6904

2011-01-28 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988174#action_12988174 ] dhruba borthakur commented on MAPREDUCE-2263: - +1, code looks good.

[jira] Commented: (MAPREDUCE-2285) MiniMRCluster does not start after ant test-patch

2011-01-28 Thread Ramkumar Vadali (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988220#action_12988220 ] Ramkumar Vadali commented on MAPREDUCE-2285: The patch fixes the problem. I

[jira] Commented: (MAPREDUCE-2289) Permissions race can make getStagingDir fail on local filesystem

2011-01-28 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988233#action_12988233 ] Todd Lipcon commented on MAPREDUCE-2289: The central issue here is that the

[jira] Commented: (MAPREDUCE-2242) LinuxTaskController doesn't properly escape environment variables

2011-01-28 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988246#action_12988246 ] Todd Lipcon commented on MAPREDUCE-2242: Talked to Arun about this today -

[jira] Commented: (MAPREDUCE-1825) jobqueue_details.jsp and FairSchedulerServelet should not call finishedMaps and finishedReduces when job is not initialized

2011-01-28 Thread Priyo Mustafi (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988252#action_12988252 ] Priyo Mustafi commented on MAPREDUCE-1825: -- Hi Scott and Konstantin, I tested

[jira] Commented: (MAPREDUCE-1754) Replace mapred.persmissions.supergroup with an acl : mapreduce.cluster.administrators

2011-01-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-1754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988259#action_12988259 ] Hudson commented on MAPREDUCE-1754: --- Integrated in Hadoop-Mapreduce-trunk-Commit #589

[jira] Updated: (MAPREDUCE-1915) IndexCache - getIndexInformation - check reduce index Out Of Bounds

2011-01-28 Thread Priyo Mustafi (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Priyo Mustafi updated MAPREDUCE-1915: - Status: Open (was: Patch Available) IndexCache - getIndexInformation - check

[jira] Assigned: (MAPREDUCE-1915) IndexCache - getIndexInformation - check reduce index Out Of Bounds

2011-01-28 Thread Priyo Mustafi (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Priyo Mustafi reassigned MAPREDUCE-1915: Assignee: Priyo Mustafi IndexCache - getIndexInformation - check reduce index

[jira] Updated: (MAPREDUCE-1915) IndexCache - getIndexInformation - check reduce index Out Of Bounds

2011-01-28 Thread Priyo Mustafi (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Priyo Mustafi updated MAPREDUCE-1915: - Fix Version/s: 0.22.0 Status: Patch Available (was: Open) Added to 0.22

[jira] Commented: (MAPREDUCE-2260) Remove auto-generated native build files

2011-01-28 Thread Roman Shaposhnik (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988276#action_12988276 ] Roman Shaposhnik commented on MAPREDUCE-2260: - bq. it would be good to

[jira] Commented: (MAPREDUCE-2260) Remove auto-generated native build files

2011-01-28 Thread Roman Shaposhnik (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988287#action_12988287 ] Roman Shaposhnik commented on MAPREDUCE-2260: - To finish up my previous

[jira] Commented: (MAPREDUCE-2254) Allow setting of end-of-record delimiter for TextInputFormat

2011-01-28 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988299#action_12988299 ] Todd Lipcon commented on MAPREDUCE-2254: It seems you're being inconsistent

[jira] Resolved: (MAPREDUCE-2263) MapReduce side of HADOOP-6904

2011-01-28 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang resolved MAPREDUCE-2263. -- Resolution: Fixed Hadoop Flags: [Reviewed] MapReduce side of HADOOP-6904

[jira] Commented: (MAPREDUCE-1825) jobqueue_details.jsp and FairSchedulerServelet should not call finishedMaps and finishedReduces when job is not initialized

2011-01-28 Thread Scott Chen (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988338#action_12988338 ] Scott Chen commented on MAPREDUCE-1825: --- 2) FairSchedulerServlet is locking up

[jira] Commented: (MAPREDUCE-2254) Allow setting of end-of-record delimiter for TextInputFormat

2011-01-28 Thread Ahmed Radwan (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988349#action_12988349 ] Ahmed Radwan commented on MAPREDUCE-2254: - Thanks Todd for your comments. I

[jira] Commented: (MAPREDUCE-2285) MiniMRCluster does not start after ant test-patch

2011-01-28 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988359#action_12988359 ] Giridharan Kesavan commented on MAPREDUCE-2285: --- Patch looks good.

[jira] Updated: (MAPREDUCE-2285) MiniMRCluster does not start after ant test-patch

2011-01-28 Thread Nigel Daley (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nigel Daley updated MAPREDUCE-2285: --- Fix Version/s: 0.23.0 0.22.0 Status: Patch Available (was:

[jira] Created: (MAPREDUCE-2290) TestTaskCommit missing getProtocolSignature override

2011-01-28 Thread Eli Collins (JIRA)
TestTaskCommit missing getProtocolSignature override Key: MAPREDUCE-2290 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2290 Project: Hadoop Map/Reduce Issue Type: Bug

[jira] Updated: (MAPREDUCE-2290) TestTaskCommit missing getProtocolSignature override

2011-01-28 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins updated MAPREDUCE-2290: --- Attachment: mapred-2290-1.patch Patch attached. Fixes the compilation error and

[jira] Commented: (MAPREDUCE-2290) TestTaskCommit missing getProtocolSignature override

2011-01-28 Thread Nigel Daley (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988407#action_12988407 ] Nigel Daley commented on MAPREDUCE-2290: +1. please commit. TestTaskCommit

[jira] Closed: (MAPREDUCE-2290) TestTaskCommit missing getProtocolSignature override

2011-01-28 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins closed MAPREDUCE-2290. -- TestTaskCommit missing getProtocolSignature override

[jira] Updated: (MAPREDUCE-2290) TestTaskCommit missing getProtocolSignature override

2011-01-28 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins updated MAPREDUCE-2290: --- Resolution: Fixed Fix Version/s: 0.23.0 Hadoop Flags: [Reviewed]

[jira] Commented: (MAPREDUCE-806) WordCount example does not compile given the current instructions

2011-01-28 Thread Muhammad Khojaye (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988411#action_12988411 ] Muhammad Khojaye commented on MAPREDUCE-806: I am having the same issue.