Object/Trait

ai.h2o.sparkling.backend.shared

SharedBackendConf

Related Docs: trait SharedBackendConf | package shared

Permalink

object SharedBackendConf

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SharedBackendConf
  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 BACKEND_MODE_EXTERNAL: String

    Permalink
  5. val BACKEND_MODE_INTERNAL: String

    Permalink
  6. val PROP_AUTO_SSL_FLOW: (String, Boolean)

    Permalink

    Automatically generate key store for H2O Flow SSL

  7. val PROP_BACKEND_CLUSTER_MODE: (String, String)

    Permalink

    This option can be set either to "internal" or "external" When set to "external" H2O Context is created by connecting to existing H2O cluster, otherwise it creates H2O cluster living in Spark - that means that each Spark executor will have one h2o instance running in it.

    This option can be set either to "internal" or "external" When set to "external" H2O Context is created by connecting to existing H2O cluster, otherwise it creates H2O cluster living in Spark - that means that each Spark executor will have one h2o instance running in it. The internal is not recommended for big clusters and clusters where Spark executors are not stable.

  8. val PROP_BACKEND_HEARTBEAT_INTERVAL: (String, Int)

    Permalink

    Interval used to ping and check the H2O backend status.

  9. val PROP_CLIENT_EXTRA_PROPERTIES: (String, None.type)

    Permalink

    Extra properties passed to H2O client during startup.

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

    Permalink

    Allows to override the base URL address of Flow UI, including the scheme, which is showed to the user.

  11. val PROP_CLIENT_ICED_DIR: (String, None.type)

    Permalink

    Location of iced directory for the driver instance.

  12. val PROP_CLIENT_IGNORE_SPARK_PUBLIC_DNS: (String, Boolean)

    Permalink

    Ignore SPARK_PUBLIC_DNS setting on the H2O client.

    Ignore SPARK_PUBLIC_DNS setting on the H2O client. The option still applies to the Spark application.

  13. val PROP_CLIENT_IP: (String, None.type)

    Permalink

    IP of H2O client node

  14. val PROP_CLIENT_LOG_DIR: (String, None.type)

    Permalink

    Location of log directory for the driver instance.

  15. val PROP_CLIENT_LOG_LEVEL: (String, String)

    Permalink

    H2O log level for client running in Spark driver

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

    Permalink

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

  17. val PROP_CLIENT_PORT_BASE: (String, Int)

    Permalink

    Port on which H2O client publishes its API.

    Port on which H2O client publishes its API. If already occupied, the next odd port is tried and so on

  18. val PROP_CLIENT_VERBOSE: (String, Boolean)

    Permalink

    Print detailed messages to client stdout

  19. val PROP_CLIENT_WEB_PORT: (String, Int)

    Permalink

    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.

  20. val PROP_CLOUD_NAME: (String, None.type)

    Permalink

    Configuration property - name of H2O cloud

  21. val PROP_CLOUD_TIMEOUT: (String, Int)

    Permalink

    Configuration property - timeout for cloud up.

  22. val PROP_CLUSTER_TOPOLOGY_LISTENER_ENABLED: (String, Boolean)

    Permalink

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

  23. val PROP_CONTEXT_PATH: (String, None.type)

    Permalink

    H2O's URL context path

  24. val PROP_EXTERNAL_CLIENT_RETRY_TIMEOUT: (String, Int)

    Permalink

    Timeout in milliseconds specifying how often the H2O backend checks whether the Sparkling Water client (either H2O client or REST) is connected

  25. val PROP_FAIL_ON_UNSUPPORTED_SPARK_PARAM: (String, Boolean)

    Permalink

    Enable/Disable exit on unsupported Spark parameters.

  26. val PROP_FLOW_DIR: (String, None.type)

    Permalink

    Path to flow dir.

  27. val PROP_FLOW_EXTRA_HTTP_HEADERS: (String, None.type)

    Permalink

    Extra http headers for Flow UI

  28. val PROP_FLOW_SCALA_CELL_ASYNC: (String, Boolean)

    Permalink

    Decide whether Scala cells are running synchronously or asynchronously

  29. val PROP_FLOW_SCALA_CELL_MAX_PARALLEL: (String, Int)

    Permalink

    Number of max parallel Scala cell jobs.

  30. val PROP_HASH_LOGIN: (String, Boolean)

    Permalink

    Enable hash login.

  31. val PROP_HIVE_HOST: (String, None.type)

    Permalink

    The full address of HiveServer2, for example hostname:10000

  32. val PROP_HIVE_JDBC_URL_PATTERN: (String, None.type)

    Permalink

    Can be used to further customize the way the driver constructs the Hive JDBC URL

  33. val PROP_HIVE_PRINCIPAL: (String, None.type)

    Permalink

    Hiveserver2 Kerberos principal, for example hive/hostname@DOMAIN.COM

  34. val PROP_HIVE_SUPPORT_ENABLED: (String, Boolean)

    Permalink

    If enabled, H2O instances will create JDBC connections to Hive and H2O Python & R API will be able to read data from hive.

    If enabled, H2O instances will create JDBC connections to Hive and H2O Python & R API will be able to read data from hive. Don't forget to put a jar with Hive driver on spark classpath if the internal backend is used.

  35. val PROP_HIVE_TOKEN: (String, None.type)

    Permalink

    Authorization token to Hive

  36. val PROP_INTERNAL_PORT_OFFSET: (String, Int)

    Permalink

    Offset between the API(=web) port and the internal communication port; api_port + port_offset = h2o_port

  37. val PROP_INTERNAL_SECURE_CONNECTIONS: (String, Boolean)

    Permalink

    Secure internal connections by automatically generated credentials

  38. val PROP_JKS: (String, None.type)

    Permalink

    Path to Java KeyStore file.

  39. val PROP_JKS_ALIAS: (String, None.type)

    Permalink

    Alias for certificate in keystore to secure Flow

  40. val PROP_JKS_PASS: (String, None.type)

    Permalink

    Password for Java KeyStore file.

  41. val PROP_KERBEROS_LOGIN: (String, Boolean)

    Permalink

    Enable Kerberos login.

  42. val PROP_LDAP_LOGIN: (String, Boolean)

    Permalink

    Enable LDAP login.

  43. val PROP_LOGIN_CONF: (String, None.type)

    Permalink

    Login configuration file.

  44. val PROP_MOJO_DESTROY_TIMEOUT: (String, Int)

    Permalink

    If a scoring MOJO instance is not used within a Spark executor JVM for a given timeout in milliseconds, it's evicted from executor's cache.

  45. val PROP_NODE_EXTRA_PROPERTIES: (String, None.type)

    Permalink

    Extra properties passed to H2O nodes during startup.

  46. val PROP_NODE_LOG_DIR: (String, None.type)

    Permalink

    Location of log directory for remote nodes.

  47. val PROP_NODE_LOG_LEVEL: (String, String)

    Permalink

    H2O internal log level for launched remote nodes.

  48. val PROP_NODE_NETWORK_MASK: (String, None.type)

    Permalink

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

  49. val PROP_NODE_PORT_BASE: (String, Int)

    Permalink

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

  50. val PROP_NODE_STACK_TRACE_COLLECTOR_INTERVAL: (String, Int)

    Permalink

    Set how often in seconds stack traces are taken on each h2o node.

    Set how often in seconds stack traces are taken on each h2o node. -1 represents that the stack traces are not collected.

  51. val PROP_NTHREADS: (String, Int)

    Permalink

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

  52. val PROP_PASSWORD: (String, None.type)

    Permalink

    Password for the client authentication.

  53. val PROP_REPL_ENABLED: (String, Boolean)

    Permalink

    Enable/Disable Sparkling-Water REPL *

  54. val PROP_REST_API_BASED_CLIENT: (String, Boolean)

    Permalink
  55. val PROP_SCALA_INT_DEFAULT_NUM: (String, Int)

    Permalink

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

  56. val PROP_SPARK_VERSION_CHECK_ENABLED: (String, Boolean)

    Permalink

    Enable/Disable check for Spark version.

  57. val PROP_SSL_CONF: (String, None.type)

    Permalink

    Path to Java KeyStore file used for the internal SSL communication.

  58. val PROP_USER_NAME: (String, None.type)

    Permalink

    User name for cluster and the client authentication.

  59. val PROP_VERIFY_SSL_CERTIFICATES: (String, Boolean)

    Permalink

    Whether certificates should be verified before using in H2O or not.

  60. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped