Exemplo n.º 1
0
 public string Launch(XDocument config)
 {
     return(NativeYarnClient.LaunchJob(config, this.jarFile, this.yarnDirectory, this.logger));
 }