| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
12 (0.138s).
|
|
|
Loading phrases to help you refine your search...
|
|
[MAPREDUCE-4942] mapreduce.Job has a bunch of methods that throw InterruptedException so its incompatible with MR1 - MapReduce - [issue]
|
|
...The following methods in MR2's org.apache.hadoop.mapreduce.Job throw an InterruptedException but don't in MR1, which makes them incompatible. (Their Javadoc comments are also missing t...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4942
Author: Robert Kanter,
2013-05-23, 00:53
|
|
|
[MAPREDUCE-5215] mapreduce.Job is missing getJobClient() so its incompatible with MR1 - MapReduce - [issue]
|
|
...The method org.apache.hadoop.mapred.JobClient getJobClient() is in MR1's mapreduce.Job but doesn't exist in MR2's, which makes them incompatible. MR2's implementation of Job doesn't us...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5215
Author: Robert Kanter,
2013-05-14, 20:21
|
|
|
[MAPREDUCE-4878] JobID.forName() isn't strict enough - MapReduce - [issue]
|
|
...If you have a job running as job_201208221603_0003, and then try to kill a job passing id job_201208221603_003, it will kill job_201208221603_0003 because the last part of the JobID is parse...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4878
Author: Robert Kanter,
2013-05-06, 08:07
|
|
|
[MAPREDUCE-4898] FileOutputFormat.checkOutputSpecs and FileOutputFormat.setOutputPath incompatible with MR1 - MapReduce - [issue]
|
|
...In MR1, org.apache.hadoop.mapreduce.lib.output.FileOutputFormat.checkOutputSpecs throws org.apache.hadoop.mapred.FileAlreadyExistsException but now it throws org.apache.hadoop.fs.FileAlready...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4898
Author: Robert Kanter,
2013-04-19, 15:07
|
|
|
[MAPREDUCE-4932] mapreduce.job#getTaskCompletionEvents incompatible with Hadoop 1 - MapReduce - [issue]
|
|
...In MR1, org.apache.hadoop.mapreduce.Job#getTaskCompletionEvents takes one argument: int startFrom. In MR2, it now takes an additional argument: int numEvents (which is the max number o...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4932
Author: Robert Kanter,
2013-04-19, 15:07
|
|
|
Oozie Meetup on March 12 - MapReduce - [mail # user]
|
|
...Hi everyone, I apologize for cross-posting this Cloudera will be hosting an Oozie meetup on March 12 from 2:30pm to 5:00pm in our Palo Alto office. Please join us to meet fellow ...
|
|
|
Author: Robert Kanter,
2013-03-04, 18:51
|
|
|
[MAPREDUCE-4963] StatisticsCollector improperly keeps track of "Last Day" and "Last Hour" statistics for new TaskTrackers - MapReduce - [issue]
|
|
...The StatisticsCollector keeps track of updates to the "Total Tasks Last Day", "Succeed Tasks Last Day", "Total Tasks Last Hour", and "Succeeded Tasks Last Hour" per Task Tracker which is dis...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4963
Author: Robert Kanter,
2013-01-28, 16:11
|
|
|
[MAPREDUCE-4924] flakey test: org.apache.hadoop.mapred.TestClusterMRNotification.testMR - MapReduce - [issue]
|
|
...I occasionally get a failure like this on org.apache.hadoop.mapred.TestClusterMRNotification.testMRjunit.framework.AssertionFailedError: expected:<6> but was:<4> at junit.framewo...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4924
Author: Robert Kanter,
2013-01-16, 14:05
|
|
|
[MAPREDUCE-4765] Restarting the JobTracker programmatically can cause DelegationTokenRenewal to throw an exception - MapReduce - [issue]
|
|
...The DelegationTokenRenewal class has a global Timer; when you stop the JobTracker by calling stopTracker() on it (or stopJobTracker() in MiniMRCluster), the JobTracker will call close() on D...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4765
Author: Robert Kanter,
2012-11-07, 21:13
|
|
|
[MAPREDUCE-4735] Make arguments in TestDFSIO case insensitive - MapReduce - [issue]
|
|
...It would be convenient if the arguments in TestDFSIO were case insensitive. For example, it should allow "-read", "-Read", etc. ...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4735
Author: Robert Kanter,
2012-10-19, 15:01
|
|
|
|