MAPREDUCE-6186. Redundant call to requireJob() while displaying the conf page. Contributed by Rohit Agarwal
This commit is contained in:
parent
276485e1de
commit
e1990ab427
|
@ -338,6 +338,9 @@ Release 2.7.0 - UNRELEASED
|
||||||
MAPREDUCE-5988. Fix dead links to the javadocs in mapreduce project.
|
MAPREDUCE-5988. Fix dead links to the javadocs in mapreduce project.
|
||||||
(aajisaka)
|
(aajisaka)
|
||||||
|
|
||||||
|
MAPREDUCE-6186. Redundant call to requireJob() while displaying the conf
|
||||||
|
page (Rohit Agarwal via jlowe)
|
||||||
|
|
||||||
Release 2.6.0 - 2014-11-18
|
Release 2.6.0 - 2014-11-18
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -313,7 +313,6 @@ public class AppController extends Controller implements AMParams {
|
||||||
* Render the /conf page
|
* Render the /conf page
|
||||||
*/
|
*/
|
||||||
public void conf() {
|
public void conf() {
|
||||||
requireJob();
|
|
||||||
try {
|
try {
|
||||||
requireJob();
|
requireJob();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue