MAPREDUCE-6186. Redundant call to requireJob() while displaying the conf page. Contributed by Rohit Agarwal
(cherry picked from commit e1990ab4275b9092cae3573334791f7b2f8df7e5)
This commit is contained in:
parent
ebdd88ec81
commit
eb927a1d6b
@ -106,6 +106,9 @@ Release 2.7.0 - UNRELEASED
|
||||
MAPREDUCE-5988. Fix dead links to the javadocs in mapreduce project.
|
||||
(aajisaka)
|
||||
|
||||
MAPREDUCE-6186. Redundant call to requireJob() while displaying the conf
|
||||
page (Rohit Agarwal via jlowe)
|
||||
|
||||
Release 2.6.0 - 2014-11-18
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -313,7 +313,6 @@ protected Class<? extends View> confPage() {
|
||||
* Render the /conf page
|
||||
*/
|
||||
public void conf() {
|
||||
requireJob();
|
||||
try {
|
||||
requireJob();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user