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_CLIENT_CONNECTION_TIMEOUT: (String, Int)

    Permalink

    Timeout in milliseconds for watchdog client connection.

    Timeout in milliseconds for watchdog client connection. If client is not connected to the external cluster in the given time, the cluster is killed

  5. val PROP_EXTERNAL_CLIENT_RETRY_TIMEOUT: (String, Int)

    Permalink

    Timeout in milliseconds specifying how often the check for connected watchdog client is done

  6. val PROP_EXTERNAL_CLUSTER_DRIVER_PATH: (String, None.type)

    Permalink

    Path to h2o driver

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

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

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

    Permalink

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

  10. 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

  11. val PROP_EXTERNAL_CLUSTER_START_TIMEOUT: (String, Int)

    Permalink

    Timeout in seconds for starting h2o external cluster

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

    Permalink

    Yarn queue on which external cluster should be started

  13. val PROP_EXTERNAL_H2O_MEMORY: (String, String)

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

    Permalink

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

  15. val PROP_EXTERNAL_READ_TIMEOUT: (String, Int)

    Permalink

    Timeout for confirmation of read operation ( h2o frame => spark frame) on external cluster.

  16. val PROP_EXTERNAL_WRITE_TIMEOUT: (String, Int)

    Permalink

    Timeout for confirmation of write operation ( spark frame => h2o frame) on external cluster.

  17. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped