Re: Question: how to run hadoop after the project split?

2009-08-11 Thread Jay Booth
Yeah, I'm hitting the same issues, the patch problems weren't really an issue (same line for same line conflict on my checkout), but not having the webapp's sort of a pain. Looks like ant bin-package puts the webapps dir in HDFS_HOME/build/hadoop-hdfs-0.21.0-dev/webapps, while the daemon's

Job vs. Configuration

2009-08-11 Thread Chris K Wensel
Hey all Looking at (converting to) the new .20 API, I see that the static config setters take Job or JobContext, not Configuration. public static Path[] getInputPaths(JobContext context) I get the utility of this from the perspective of a user writing hadoop jobs. a lot less

[jira] Created: (MAPREDUCE-846) A long running init can block job queue details webpage

2009-08-11 Thread Amar Kamat (JIRA)
A long running init can block job queue details webpage --- Key: MAPREDUCE-846 URL: https://issues.apache.org/jira/browse/MAPREDUCE-846 Project: Hadoop Map/Reduce Issue Type: Bug

[jira] Created: (MAPREDUCE-847) Adding Apache License Headers and reduce releaseaudit warnings to zero

2009-08-11 Thread Giridharan Kesavan (JIRA)
Adding Apache License Headers and reduce releaseaudit warnings to zero -- Key: MAPREDUCE-847 URL: https://issues.apache.org/jira/browse/MAPREDUCE-847 Project: Hadoop Map/Reduce

[jira] Resolved: (MAPREDUCE-757) JobConf will not be deleted from the logs folder if job retires from finalizeJob()

2009-08-11 Thread Amar Kamat (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amar Kamat resolved MAPREDUCE-757. -- Resolution: Duplicate Incorporated in MAPREDUCE-817. JobConf will not be deleted from the

[jira] Created: (MAPREDUCE-848) TestCapacityScheduler is failing

2009-08-11 Thread Devaraj Das (JIRA)
TestCapacityScheduler is failing Key: MAPREDUCE-848 URL: https://issues.apache.org/jira/browse/MAPREDUCE-848 Project: Hadoop Map/Reduce Issue Type: Bug Components: contrib/capacity-sched

Build failed in Hudson: Hadoop-Mapreduce-trunk #45

2009-08-11 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk/45/changes Changes: [ddas] MAPREDUCE-805. Fixes some deadlocks in the JobTracker due to the fact the JobTracker lock hierarchy wasn't maintained in some JobInProgress method calls. Contributed by Amar Kamat. [ddas]