Object/Trait

org.apache.spark.h2o.backends.external

ExternalBackendConf

Related Docs: trait ExternalBackendConf | package external

Permalink

object ExternalBackendConf

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

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. val PROP_EXTERNAL_CLUSTER_DRIVER_PATH: (String, None.type)

    Permalink

    Path to h2o driver

  5. val PROP_EXTERNAL_CLUSTER_HDFS_DIR: (String, None.type)

    Permalink
  6. val PROP_EXTERNAL_CLUSTER_INFO_FILE: (String, None.type)

    Permalink
  7. val PROP_EXTERNAL_CLUSTER_REPRESENTATIVE: (String, None.type)

    Permalink

    ip:port of arbitrary h2o node to identify external h2o cluster

  8. val PROP_EXTERNAL_CLUSTER_START_MODE: (String, String)

    Permalink

    If this option is set to "auto" then h2o external cluster will be automatically started using the provided h2o driver on yarn, otherwise it is expected that the cluster will be started by the user

  9. val PROP_EXTERNAL_CLUSTER_START_TIMEOUT: (String, Int)

    Permalink

    Timeout in seconds for starting h2o external cluster

  10. val PROP_EXTERNAL_CLUSTER_YARN_QUEUE: (String, None.type)

    Permalink

    Yarn queue on which external cluster should be started

  11. val PROP_EXTERNAL_H2O_MEMORY: (String, String)

    Permalink
  12. val PROP_EXTERNAL_H2O_NODES: (String, None.type)

    Permalink

    Number of nodes to wait for when connecting to external H2O cluster

  13. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped