Class

org.apache.spark.launcher

SparkLauncher

Related Doc: package launcher

Permalink

class SparkLauncher extends AnyRef

Source
SparkLauncher.java
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkLauncher
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SparkLauncher(env: Map[String, String])

    Permalink
  2. new SparkLauncher()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAppArgs(args: <repeated...>[String]): SparkLauncher

    Permalink
  5. def addFile(file: String): SparkLauncher

    Permalink
  6. def addJar(jar: String): SparkLauncher

    Permalink
  7. def addPyFile(file: String): SparkLauncher

    Permalink
  8. def addSparkArg(name: String, value: String): SparkLauncher

    Permalink
  9. def addSparkArg(arg: String): SparkLauncher

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def launch(): Process

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def setAppName(appName: String): SparkLauncher

    Permalink
  23. def setAppResource(resource: String): SparkLauncher

    Permalink
  24. def setConf(key: String, value: String): SparkLauncher

    Permalink
  25. def setDeployMode(mode: String): SparkLauncher

    Permalink
  26. def setJavaHome(javaHome: String): SparkLauncher

    Permalink
  27. def setMainClass(mainClass: String): SparkLauncher

    Permalink
  28. def setMaster(master: String): SparkLauncher

    Permalink
  29. def setPropertiesFile(path: String): SparkLauncher

    Permalink
  30. def setSparkHome(sparkHome: String): SparkLauncher

    Permalink
  31. def setVerbose(verbose: Boolean): SparkLauncher

    Permalink
  32. def startApplication(listeners: <repeated...>[Listener]): SparkAppHandle

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped