org.apache.spark.h2o

H2OConf

object H2OConf

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. H2OConf
  2. AnyRef
  3. 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 PROP_CLIENT_ICED_DIR: (String, String)

    Location of iced directory for the driver instance.

  7. val PROP_CLIENT_IP: (String, String)

    Explicit client IP

  8. val PROP_CLIENT_LOG_DIR: (String, String)

    Location of log directory for the driver instance.

  9. val PROP_CLIENT_LOG_LEVEL: (String, String)

    H2O log leve for client running in Spark driver

  10. val PROP_CLIENT_NETWORK_MASK: (String, String)

    Subnet selector for H2O client - if the mask is specified then Spark network setup is not discussed.

  11. val PROP_CLIENT_PORT_BASE: (String, Int)

    Base port for finding non-allocated port for H2O client.

  12. val PROP_CLIENT_VERBOSE: (String, Boolean)

    Print detailed messages to client stdout

  13. val PROP_CLIENT_WEB_PORT: (String, Int)

    Exact client port to access web UI.

    Exact client port to access web UI. The value -1 means automatic search for free port starting at spark.ext.h2o.port.base.

  14. val PROP_CLOUD_NAME: (String, String)

    Configuration property - name of H2O cloud

  15. val PROP_CLOUD_TIMEOUT: (String, Int)

    Configuration property - timeout for cloud up.

  16. val PROP_CLUSTER_SIZE: (String, None.type)

    Configuration property - expected number of workers of H2O cloud.

    Configuration property - expected number of workers of H2O cloud. Value None means automatic detection of cluster size.

  17. val PROP_CLUSTER_TOPOLOGY_LISTENER_ENABLED: (String, Boolean)

    Enable/Disable listener which kills H2O when there is a change in underlying cluster's topology*

  18. val PROP_DEFAULT_CLUSTER_SIZE: (String, Int)

    Starting size of cluster in case that size is not explicitelly passed

  19. val PROP_DISABLE_GA: (String, Boolean)

    Disable GA tracking

  20. val PROP_DUMMY_RDD_MUL_FACTOR: (String, Int)

    Configuration property - multiplication factor for dummy RDD generation.

    Configuration property - multiplication factor for dummy RDD generation. Size of dummy RDD is PROP_CLUSTER_SIZE*PROP_DUMMY_RDD_MUL_FACTOR

  21. val PROP_FAIL_ON_UNSUPPORTED_SPARK_PARAM: (String, Boolean)

    Enable/Disable exit on unsupported Spark parameters.

  22. val PROP_HASH_LOGIN: (String, Boolean)

    Enable hash login.

  23. val PROP_JKS: (String, String)

    Path to Java KeyStore file.

  24. val PROP_JKS_PASS: (String, String)

    Password for Java KeyStore file.

  25. val PROP_KERBEROS_LOGIN: (String, Boolean)

    Enable Kerberos login.

  26. val PROP_LDAP_LOGIN: (String, Boolean)

    Enable LDAP login.

  27. val PROP_LOGIN_CONF: (String, String)

    Login configuration file.

  28. val PROP_NODE_ICED_DIR: (String, String)

    Location of iced directory for Spark nodes

  29. val PROP_NODE_LOG_DIR: (String, String)

    Location of log directory for remote nodes.

  30. val PROP_NODE_LOG_LEVEL: (String, String)

  31. val PROP_NODE_NETWORK_MASK: (String, String)

    Subnet selector for H2O nodes running inside executors - if the mask is specified then Spark network setup is not discussed.

  32. val PROP_NODE_PORT_BASE: (String, Int)

    Configuration property - base port used for individual H2O nodes configuration.

  33. val PROP_NTHREADS: (String, Int)

    Limit for number of threads used by H2O, default -1 means unlimited

  34. val PROP_REPL_ENABLED: (String, Boolean)

    Enable/Disable Sparkling-Water REPL *

  35. val PROP_SCALA_INT_DEFAULT_NUM: (String, Int)

    Number of executors started at the start of h2o services, by default 1

  36. val PROP_SPARK_VERSION_CHECK_ENABLED: (String, Boolean)

    Enable/Disable check for Spark version.

  37. val PROP_SPREADRDD_RETRIES: (String, Int)

    Configuration property - number of retries to create an RDD spreat over all executors

  38. val PROP_SUBSEQ_TRIES: (String, Int)

    Subsequent successful tries to figure out size of Spark cluster which are producing same number of nodes.

  39. val PROP_USER_NAME: (String, String)

    Override user name for cluster.

  40. val PROP_USE_FLATFILE: (String, Boolean)

    Configuration property - use flatfile for H2O cloud formation.

  41. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  42. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  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 AnyRef

Inherited from Any

Ungrouped