org.apache.spark.h2o.backends.internal
Check Spark and H2O environment, update it if necessary and and warn about possible problems.
Check Spark and H2O environment, update it if necessary and and warn about possible problems.
This method checks the environments for generic configuration which does not depend on particular backend used In order to check the configuration for specific backend, method checkAndUpdateConf on particular backend has to be called.
This method has to be called at the start of each method which override this one
H2O Configuration to check
checked and updated configuration
Get common arguments for H2O client.
Get common arguments for H2O client.
array of H2O client arguments.
Get H2O arguments which are passed to every node - regular node, client node
Get H2O arguments which are passed to every node - regular node, client node
H2O Configuration
sequence of arguments
Produce arguments for H2O node based on provided configuration
Produce arguments for H2O node based on provided configuration
array of H2O launcher command line arguments
Return hostname of this node based on SparkEnv
Return hostname of this node based on SparkEnv
SparkEnv instance
hostname of the node
Initialize Sparkling H2O and start H2O cloud.
Initialize Sparkling H2O and start H2O cloud.
Start H2O nodes on given executors.
Start H2O nodes on given executors.
Spark context
helper RDD spread over all executors
number of executors in Spark cluster
arguments passed to H2O instances
H2O Conf
flatfile string if flatfile mode is enabled, else None