H2O log leve for client running in Spark driver
H2O log leve for client running in Spark driver
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
.
Configuration property - name of H2O cloud
Configuration property - name of H2O cloud
Configuration property - timeout for cloud up.
Configuration property - timeout for cloud up.
Configuration property - expected number of workers of H2O cloud.
Configuration property - expected number of workers of H2O cloud. Value -1 means automatic detection of cluster size.
Starting size of cluster in case that size is not explicitelly passed
Starting size of cluster in case that size is not explicitelly passed
Disable GA tracking
Disable GA tracking
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
Subnet selector for h2o if IP guess fail - useful if 'spark.
Subnet selector for h2o if IP guess fail - useful if 'spark.ext.h2o.flatfile' is false and we are trying to guess right IP on mi
Limit for number of threads used by H2O, default -1 means unlimited
Limit for number of threads used by H2O, default -1 means unlimited
Configuration property - base port used for individual H2O nodes configuration.
Configuration property - base port used for individual H2O nodes configuration.
Configuration property - number of retries to create an RDD spreat over all executors
Configuration property - number of retries to create an RDD spreat over all executors
Configuration property - use flatfile for H2O cloud formation.
Configuration property - use flatfile for H2O cloud formation.
Convert given H2O frame into a Product RDD type
Convert given H2O frame into SchemaRDD type
Implicit conversion from Frame to DataFrame
Implicit conversion from typed RDD to H2O's DataFrame
Implicit conversion from SchemaRDD to H2O's DataFrame
Implicit conversion from typed RDD to H2O's DataFrame
Implicit conversion from SchemaRDD to H2O's DataFrame
Get arguments for H2O client.
Produce arguments for H2O node based on this config.
Produce arguments for H2O node based on this config.
array of H2O launcher command line arguments
Open H2O Flow running in this client.
Open Spark task manager.
Initialize Sparkling H2O and start H2O cloud.
Initialize Sparkling H2O and start H2O cloud with specified number of workers.
Simple H2O context motivated by SQLContext.
It provides implicit conversion from RDD -> H2OLikeRDD and back.