Packages

object InternalBackendConf

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InternalBackendConf
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. 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.

  2. val PROP_DEFAULT_CLUSTER_SIZE: (String, Int)

    Starting size of cluster in case that size is not explicitly passed

  3. 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

  4. val PROP_HDFS_CONF: (String, None.type)

    Path to whole Hadoop configuration serialized into XML readable by org.hadoop.Configuration class

  5. val PROP_NODE_ICED_DIR: (String, None.type)

    Location of iced directory for Spark nodes

  6. val PROP_SPREADRDD_RETRIES: (String, Int)

    Configuration property - number of retries to create an RDD spread over all executors

  7. val PROP_SPREADRDD_RETRIES_TIMEOUT: (String, Int)

    Timeout for the spark executor discovery, unit is milliseconds

  8. val PROP_SUBSEQ_TRIES: (String, Int)

    Subsequent successful tries to figure out size of Spark cluster which are producing same number of nodes.