All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.ytsaurus.spyt.submit.InProcessLauncherPythonUtils.scala Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package tech.ytsaurus.spyt.submit

import org.apache.spark.launcher.InProcessLauncher

object InProcessLauncherPythonUtils {
  def addAppArg(launcher: InProcessLauncher, arg: String): InProcessLauncher = {
    launcher.addAppArgs(arg)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy