YARN-4300. [JDK8] Fix javadoc errors caused by wrong tags. (aajisaka)
This commit is contained in:
parent
56e4f6237a
commit
8a68630dd1
|
@ -1020,6 +1020,8 @@ Release 2.8.0 - UNRELEASED
|
|||
YARN-4169. Fix racing condition of TestNodeStatusUpdaterForLabels.
|
||||
(Naganarasimha G R via wangda)
|
||||
|
||||
YARN-4300. [JDK8] Fix javadoc errors caused by wrong tags. (aajisaka)
|
||||
|
||||
Release 2.7.2 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -87,8 +87,6 @@ public class ScriptBasedNodeLabelsProvider extends AbstractNodeLabelsProvider {
|
|||
* <li>Node Labels fetch script file exists</li>
|
||||
* </ol>
|
||||
*
|
||||
* @param conf
|
||||
* @return true if node labels script can be run.
|
||||
* @throws IOException
|
||||
*/
|
||||
private void verifyConfiguredScript()
|
||||
|
@ -112,8 +110,6 @@ public class ScriptBasedNodeLabelsProvider extends AbstractNodeLabelsProvider {
|
|||
|
||||
/**
|
||||
* Method used to terminate the Node Labels Fetch script.
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
@Override
|
||||
public void cleanUp() {
|
||||
|
|
Loading…
Reference in New Issue