YARN-6713. Fix dead link in the Javadoc of FairSchedulerEventLog.java. Contributed by Weiwei Yang.

This commit is contained in:
Akira Ajisaka 2017-06-20 17:20:27 +09:00
parent 2c769167db
commit 099dfe92a9
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50

View File

@ -48,8 +48,8 @@
* JobTracker's main log.
*
* Constructing this class creates a disabled log. It must be initialized
* using {@link FairSchedulerEventLog#init(Configuration, String)} to begin
* writing to the file.
* using {@link FairSchedulerEventLog#init(FairSchedulerConfiguration)} to
* begin writing to the file.
*/
@Private
@Unstable