MAPREDUCE-7301: Expose Mini MR Cluster attribute for testing
Signed-off-by: Mingliang Liu <liuml07@apache.org>
This commit is contained in:
parent
4bb0124c69
commit
893fceadee
@ -270,4 +270,8 @@ public void shutdown() {
|
||||
}
|
||||
}
|
||||
|
||||
public MiniMRClientCluster getMrClientCluster() {
|
||||
return mrClientCluster;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -73,4 +73,8 @@ public void restart() {
|
||||
miniMRYarnCluster.start();
|
||||
}
|
||||
|
||||
public MiniMRYarnCluster getMiniMRYarnCluster() {
|
||||
return miniMRYarnCluster;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user