object ExternalBackendConf extends Serializable
- Alphabetic
- By Inheritance
- ExternalBackendConf
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val EXTERNAL_BACKEND_AUTO_MODE: String
- val EXTERNAL_BACKEND_MANUAL_MODE: String
-
val
PROP_EXTERNAL_BACKEND_STOP_TIMEOUT: (String, Int)
Timeout for confirmation from worker nodes when stopping the external backend.
Timeout for confirmation from worker nodes when stopping the external backend. It is also possible to pass -1 to ensure the indefinite timeout. The unit is milliseconds.
-
val
PROP_EXTERNAL_CLUSTER_DRIVER_PATH: (String, None.type)
Path to h2o driver
-
val
PROP_EXTERNAL_CLUSTER_HDFS_DIR: (String, None.type)
HDFS dir for external h2o nodes when starting in auto mode
-
val
PROP_EXTERNAL_CLUSTER_INFO_FILE: (String, None.type)
Path to a file used as cluster notification file
-
val
PROP_EXTERNAL_CLUSTER_KILL_ON_UNHEALTHY: (String, Boolean)
If true, the client will try to kill the cluster and then itself in case some nodes in the cluster report unhealthy status
-
val
PROP_EXTERNAL_CLUSTER_REPRESENTATIVE: (String, None.type)
ip:port of arbitrary h2o node to identify external h2o cluster
-
val
PROP_EXTERNAL_CLUSTER_SIZE: (String, None.type)
Number of nodes to be started in automatic mode.
-
val
PROP_EXTERNAL_CLUSTER_START_MODE: (String, String)
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
-
val
PROP_EXTERNAL_CLUSTER_START_TIMEOUT: (String, Int)
Timeout in seconds for starting h2o external cluster
-
val
PROP_EXTERNAL_CLUSTER_YARN_APP_ID: (String, None.type)
ID of external H2O backend started on YARN application
-
val
PROP_EXTERNAL_CLUSTER_YARN_QUEUE: (String, None.type)
Yarn queue on which external cluster should be started
-
val
PROP_EXTERNAL_COMMUNICATION_COMPRESSION: (String, String)
The type of compression used for data transfer between Spark and H2O nodes
-
val
PROP_EXTERNAL_DISABLE_VERSION_CHECK: (String, Boolean)
Disable version check of external H2O backend
- val PROP_EXTERNAL_DRIVER_IF: (String, None.type)
- val PROP_EXTERNAL_DRIVER_PORT: (String, None.type)
- val PROP_EXTERNAL_DRIVER_PORT_RANGE: (String, None.type)
-
val
PROP_EXTERNAL_EXTRA_JARS: (String, None.type)
Comma-separated paths to jar files that will be placed onto classpath of each H2O node.
- val PROP_EXTERNAL_EXTRA_MEMORY_PERCENT: (String, Int)
-
val
PROP_EXTERNAL_H2O_MEMORY: (String, String)
Number of memory assigned to each external h2o node when starting in auto mode
-
val
PROP_EXTERNAL_HADOOP_EXECUTABLE: (String, String)
Hadoop executable used to start external H2O cluster on Hadoop
-
val
PROP_EXTERNAL_KERBEROS_KEYTAB: (String, None.type)
Path to Kerberos key tab
-
val
PROP_EXTERNAL_KERBEROS_PRINCIPAL: (String, None.type)
Kerberos principal
-
val
PROP_EXTERNAL_RUN_AS_USER: (String, None.type)
Impersonated Hadoop user
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()