org.apache.spark.deploy

yarn

package yarn

Visibility
  1. Public
  2. All

Type Members

  1. class ApplicationMasterArguments extends AnyRef

  2. class ExecutorRunnable extends Runnable with ExecutorRunnableUtil with Logging

  3. trait ExecutorRunnableUtil extends Logging

  4. trait YarnRMClient extends AnyRef

    Interface that defines a Yarn RM client.

    Interface that defines a Yarn RM client. Abstracts away Yarn version-specific functionality that is used by Spark's AM.

  5. class YarnSparkHadoopUtil extends SparkHadoopUtil

    Contains util methods to interact with Hadoop from spark.

Value Members

  1. object AllocationType extends Enumeration

  2. object ApplicationMaster extends Logging

  3. object ApplicationMasterArguments

  4. object Client

  5. object ExecutorLauncher

    This object does not provide any special functionality.

    This object does not provide any special functionality. It exists so that it's easy to tell apart the client-mode AM from the cluster-mode AM when using tools such as ps or jps.

  6. object YarnSparkHadoopUtil

Ungrouped