You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/resourceplugin/com/nec/NECVEPlugin.java
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ public NECVEPlugin() throws ResourceHandlerException {
74
74
if (envScriptName != null) {
75
75
binaryName = envScriptName;
76
76
}
77
-
LOG.info("Use {} as script name.", envScriptName);
77
+
LOG.info("Use {} as script name.", binaryName);
78
78
79
79
// Try to find the script based on an environment variable, if set
80
80
booleanfound = false;
@@ -115,11 +115,13 @@ public NECVEPlugin() throws ResourceHandlerException {
0 commit comments