Package

org.apache.spark.h2o

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

  1. case class NodeDesc(nodeId: String, hostname: String, port: Int) extends Product with Serializable

    Permalink

    Helper class containing node ID, hostname and port.

    Helper class containing node ID, hostname and port.

    nodeId

    In case of external cluster mode the node ID is ID of H2O Node, in the internal cluster mode the ID is ID of Spark Executor where corresponding instance is located

    hostname

    hostname of the node

    port

    port of the node

Value Members

  1. object H2OSchemaUtils

    Permalink

    Utilities for working with Spark SQL component.

  2. object H2OTypeUtils

    Permalink

    Utilities to work with types and allows conversion from/to h2o types

  3. object LogUtil extends Logging

    Permalink

    A simple helper to control H2O log subsystem

  4. object NodeDesc extends Serializable

    Permalink
  5. object ReflectionUtils

    Permalink

    Work with reflection only inside this helper.

Ungrouped