MAPREDUCE-3169 amendment. Deprecate MiniMRCluster. Contributed by Ahmed Radwan)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1209235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
102541b12b
commit
449554f782
|
@ -35,7 +35,7 @@ Trunk (unreleased changes)
|
|||
uri with no authority. (John George via jitendra)
|
||||
|
||||
MAPREDUCE-3169. Create a new MiniMRCluster equivalent which only provides
|
||||
client APIs cross MR1 and MR2. (Ahmed via tucu)
|
||||
client APIs cross MR1 and MR2 (Ahmed via tucu)
|
||||
|
||||
MAPREDUCE-3415. improve MiniMRYarnCluster & DistributedShell JAR resolution.
|
||||
(tucu)
|
||||
|
@ -129,6 +129,9 @@ Release 0.23.1 - Unreleased
|
|||
MAPREDUCE-3448. TestCombineOutputCollector javac unchecked warning on mocked
|
||||
generics (Jonathan Eagles via mahadev)
|
||||
|
||||
MAPREDUCE-3169 amendment. Deprecate MiniMRCluster. (Ahmed Radwan via
|
||||
sseth)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
BUG FIXES
|
||||
|
|
|
@ -34,7 +34,11 @@ import org.apache.hadoop.security.UserGroupInformation;
|
|||
* Due to major differences between MR1 and MR2, a number of methods are either
|
||||
* unimplemented/unsupported or were re-implemented to provide wrappers around
|
||||
* MR2 functionality.
|
||||
*
|
||||
* @deprecated Use {@link org.apache.hadoop.mapred.MiniMRClientClusterFactory}
|
||||
* instead
|
||||
*/
|
||||
@Deprecated
|
||||
public class MiniMRCluster {
|
||||
private static final Log LOG = LogFactory.getLog(MiniMRCluster.class);
|
||||
|
||||
|
|
Loading…
Reference in New Issue