11401141114211431144114511461147114811491150
classpath.addLibDir("./" + libdir); if (sliderConfDir != null) { classpath.addClassDirectory(sliderConfDir); } classpath.addRemoteClasspathEnvVar(); classpath.appendAll(classpath.yarnApplicationClasspath(config)); } return classpath; } /**
11491150115111521153115411551156115711581159
classpath.addLibDir(libdir); if (sliderConfDir != null) { classpath.addClassDirectory(sliderConfDir); } classpath.addRemoteClasspathEnvVar(); classpath.appendAll(classpath.yarnApplicationClasspath(config)); } return classpath; } /**