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