[jira] [Created] (MAPREDUCE-3052) Maintain consistency in naming appIDs, jobIDs and attemptIDs

2011-09-20 Thread Jeffrey Naisbitt (JIRA)
: Bug Components: mrv2 Reporter: Jeffrey Naisbitt Assignee: Jeffrey Naisbitt Fix For: 0.23.0, 0.24.0 Currently, the appIDs, jobIDs and attempt/container ids are not consistently named in the logs, console and UI. Some recent jiras have fixed the

[jira] [Created] (MAPREDUCE-3037) Add a consistent method for getting the job configuration's XML within the AppMaster and the JobHistory

2011-09-19 Thread Jeffrey Naisbitt (JIRA)
e.org/jira/browse/MAPREDUCE-3037 Project: Hadoop Map/Reduce Issue Type: Improvement Components: mrv2 Reporter: Jeffrey Naisbitt Fix For: 0.23.0, 0.24.0 We should add consistent functionality for accessing/downloading the actual XML for the jo

[jira] [Created] (MAPREDUCE-2998) Failing to contact Am/History for jobs: java.io.EOFException in DataInputStream

2011-09-13 Thread Jeffrey Naisbitt (JIRA)
: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0, 0.24.0 Reporter: Jeffrey Naisbitt I am getting an exception frequently when running my jobs on a single-node cluster. It happens with basically any job I run: sometimes the job will work

[jira] [Created] (MAPREDUCE-2972) Running commands from the hadoop-mapreduce-test-*.jar fails with ClassNotFoundException: junit.framework.TestCase

2011-09-09 Thread Jeffrey Naisbitt (JIRA)
://issues.apache.org/jira/browse/MAPREDUCE-2972 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Reporter: Jeffrey Naisbitt Running any of the 'hadoop jar hadoop-mapreduce-test-*.jar' commands gives the following

Re: Jenkins's Links to FindBugs warnings not useful

2011-09-06 Thread Jeffrey Naisbitt
The artifacts are now there in Hudson, but the links seem to be missing the project in the URL ("hadoop-mapreduce-project") Current links (Broken): https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/595//artifact/trunk/ patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-shuffle.html

[jira] [Created] (MAPREDUCE-2914) Killed and Failed jobs are not handled correctly with NotRunningJobs and should be served by the History Server

2011-08-30 Thread Jeffrey Naisbitt (JIRA)
://issues.apache.org/jira/browse/MAPREDUCE-2914 Project: Hadoop Map/Reduce Issue Type: Bug Components: jobhistoryserver Affects Versions: 0.23.0, 0.24.0 Reporter: Jeffrey Naisbitt Jobs that are that are killed or failed should be served by historyServer

[jira] [Created] (MAPREDUCE-2727) MR-279: SleepJob throws divide by zero exception when count = 0

2011-07-25 Thread Jeffrey Naisbitt (JIRA)
Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Jeffrey Naisbitt Assignee: Jeffrey Naisbitt Fix For: 0.23.0 When the count is 0 for mappers or reducers, a divide-by-zero exception is thrown. There are existing checks to error out

[jira] [Created] (MAPREDUCE-2726) MR-279: Add the jobFile to the web UI

2011-07-25 Thread Jeffrey Naisbitt (JIRA)
Affects Versions: 0.23.0 Reporter: Jeffrey Naisbitt Assignee: Jeffrey Naisbitt Fix For: 0.23.0 MAPREDUCE:2716 adds the jobfile information to the ApplicationReport. With that information available, we should add the jobfile to the web UI as well. -- This message

[jira] [Created] (MAPREDUCE-2716) The jobFile is missing from the ApplicationReport, causing at least the MRReliabilityTest job to fail

2011-07-20 Thread Jeffrey Naisbitt (JIRA)
/browse/MAPREDUCE-2716 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Jeffrey Naisbitt Assignee: Jeffrey Naisbitt Fix For: 0.23.0 The ApplicationReport should have the jobFile

[jira] [Created] (MAPREDUCE-2706) MR-279: Submit jobs beyond the max jobs per queue limit no longer gets logged

2011-07-18 Thread Jeffrey Naisbitt (JIRA)
Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Jeffrey Naisbitt Submitting jobs over the queue limits used to print log messages such as these: hadoop-mapred-jobtracker-HOSTNAME.log. ... INFO

[jira] [Created] (MAPREDUCE-2678) MR-279: minimum-user-limit-percent no longer honored

2011-07-12 Thread Jeffrey Naisbitt (JIRA)
Components: contrib/capacity-sched Reporter: Jeffrey Naisbitt Assignee: Jeffrey Naisbitt MR-279: In the capacity-scheduler.xml configuration, the 'minimum-user-limit-percent' property is no longer honored. -- This message is automatically generated by JIRA

[jira] [Created] (MAPREDUCE-2618) 0 map, 0 reduce job fails with Null Pointer Exception

2011-06-23 Thread Jeffrey Naisbitt (JIRA)
Components: mrv2 Reporter: Jeffrey Naisbitt Assignee: Jeffrey Naisbitt A 0 map, 0 reduce job fails with an NPE. This case works fine on hadoop-0.20.x. The job should succeed and run setup/cleanup code - with no tasks. Below is the stacktrace: 11/06/05 19:35:37 WARN

Re: Queries on MRv2

2011-06-16 Thread Jeffrey Naisbitt
On 6/15/11 11:21 AM, "Josh Wills" wrote: > > Yeah, I bumped into this when I was doing a naive build + install on > my Mac. Not that I see folks running alot of hadoop clusters on Macs, > but it would be cool if the basic build/install just worked on every > platform, even if it's just as simple

[jira] [Reopened] (MAPREDUCE-2558) Add queue-level metrics 0.20-security branch

2011-06-07 Thread Jeffrey Naisbitt (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Naisbitt reopened MAPREDUCE-2558: - There are some tests that use invalid queues, and a NullPointerException is

[jira] [Created] (MAPREDUCE-2558) Add queue-level metrics 0.20-security branch

2011-06-02 Thread Jeffrey Naisbitt (JIRA)
: jobtracker Affects Versions: 0.20.204.0 Reporter: Jeffrey Naisbitt Assignee: Jeffrey Naisbitt Fix For: 0.20.205.0 We would like to record and present the jobtracker metrics on a per-queue basis. -- This message is automatically generated by JIRA. For more

Review Request: MAPREDUCE-2489 Jobsplits with random hostnames can make the queue unusable

2011-05-23 Thread Jeffrey Naisbitt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/776/ --- Review request for hadoop-mapreduce. Summary --- We saw an issue where a cus

Review Request: HADOOP-7314 Add support for throwing UnknownHostException when a host doesn't resolve

2011-05-23 Thread Jeffrey Naisbitt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/775/ --- Review request for hadoop-common and hadoop-mapreduce. Summary --- As part o

[jira] [Created] (MAPREDUCE-2489) Jobsplits with random hostnames can make the queue unusable

2011-05-12 Thread Jeffrey Naisbitt (JIRA)
Components: jobtracker Reporter: Jeffrey Naisbitt Assignee: Jeffrey Naisbitt We saw an issue where a custom InputSplit was returning invalid hostnames for the splits that were then causing the JobTracker to attempt to excessively resolve host names. This

[jira] [Created] (MAPREDUCE-2456) Show the reducer taskid and map/reduce tasktrackers for "Failed fetch notification #_ for task attempt..." log messages

2011-04-27 Thread Jeffrey Naisbitt (JIRA)
EDUCE-2456 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2456 Project: Hadoop Map/Reduce Issue Type: Improvement Affects Versions: 0.20.204.0 Reporter: Jeffrey Naisbitt Assignee: Jeffrey Naisbitt Priority: Trivial