object InternalBackendConf
- Alphabetic
- By Inheritance
- InternalBackendConf
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
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.
-
val
PROP_DEFAULT_CLUSTER_SIZE: (String, Int)
Starting size of cluster in case that size is not explicitly passed
-
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
-
val
PROP_HDFS_CONF: (String, None.type)
Path to whole Hadoop configuration serialized into XML readable by org.hadoop.Configuration class
-
val
PROP_NODE_ICED_DIR: (String, None.type)
Location of iced directory for Spark nodes
-
val
PROP_SPREADRDD_RETRIES: (String, Int)
Configuration property - number of retries to create an RDD spread over all executors
-
val
PROP_SPREADRDD_RETRIES_TIMEOUT: (String, Int)
Timeout for the spark executor discovery, unit is milliseconds
-
val
PROP_SUBSEQ_TRIES: (String, Int)
Subsequent successful tries to figure out size of Spark cluster which are producing same number of nodes.