org.apache.spark.deploy.yarn

Client

object Client extends Logging

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Client
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val APP_FILE_PERMISSION: FsPermission

  7. val APP_JAR: String

  8. val CONF_SPARK_JAR: String

  9. val CONF_SPARK_USER_JAR: String

  10. val CONF_SPARK_YARN_APPLICATION_TAGS: String

  11. val CONF_SPARK_YARN_SECONDARY_JARS: String

  12. val ENV_DIST_CLASSPATH: String

  13. val ENV_SPARK_JAR: String

  14. val LOCALIZED_CONF_DIR: String

  15. val LOCALIZED_PYTHON_DIR: String

  16. val LOCAL_SCHEME: String

  17. val SPARK_CONF_FILE: String

  18. val SPARK_JAR: String

  19. val SPARK_STAGING: String

  20. val STAGING_DIR_PERMISSION: FsPermission

  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def buildPath(components: String*): String

    Joins all the path components using Path.

    Joins all the path components using Path.SEPARATOR.

  23. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  28. def getClusterPath(conf: SparkConf, path: String): String

    Returns the path to be sent to the NM for a path that is valid on the gateway.

    Returns the path to be sent to the NM for a path that is valid on the gateway.

    This method uses two configuration values:

    • spark.yarn.config.gatewayPath: a string that identifies a portion of the input path that may only be valid in the gateway node.
    • spark.yarn.config.replacementPath: a string with which to replace the gateway path. This may contain, for example, env variable references, which will be expanded by the NMs when starting containers.

    If either config is not available, the input path is returned.

  29. def getUserClasspath(conf: SparkConf): Array[URI]

    Returns a list of URIs representing the user classpath.

    Returns a list of URIs representing the user classpath.

    conf

    Spark configuration.

  30. def hashCode(): Int

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

    Definition Classes
    Any
  32. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  33. def isUserClassPathFirst(conf: SparkConf, isDriver: Boolean): Boolean

    Whether to consider jars provided by the user to have precedence over the Spark jars when loading user classes.

  34. def log: Logger

    Attributes
    protected
    Definition Classes
    Logging
  35. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  36. def logDebug(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  37. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  38. def logError(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  39. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  40. def logInfo(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  41. def logName: String

    Attributes
    protected
    Definition Classes
    Logging
  42. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  43. def logTrace(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  44. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  45. def logWarning(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  46. def main(argStrings: Array[String]): Unit

  47. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  48. final def notify(): Unit

    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  50. def obtainTokenForHBase(sparkConf: SparkConf, conf: Configuration, credentials: Credentials): Unit

    Obtain security token for HBase.

  51. def shouldGetTokens(conf: SparkConf, service: String): Boolean

    Return whether delegation tokens should be retrieved for the given service when security is enabled.

    Return whether delegation tokens should be retrieved for the given service when security is enabled. By default, tokens are retrieved, but that behavior can be changed by setting a service-specific configuration.

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

    Definition Classes
    AnyRef
  53. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped