package sparkling
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
DefaultSource extends RelationProvider with SchemaRelationProvider with CreatableRelationProvider with DataSourceRegister
Provides access to H2OFrame from pure SQL statements (i.e.
Provides access to H2OFrame from pure SQL statements (i.e. for users of the JDBC server).
- case class H2OColumn(name: String, dataType: H2OColumnType.Value, min: Double, max: Double, mean: Double, sigma: Double, numberOfZeros: Long, numberOfMissingElements: Long, domain: Array[String], domainCardinality: Long, percentilesGetter: (String) ⇒ Array[Double]) extends Product with Serializable
-
class
H2OConf extends Logging with InternalBackendConf with ExternalBackendConf with Serializable
Configuration holder which is representing properties passed from user to Sparkling Water.
-
class
H2OContext extends H2OContextExtensions
Create new H2OContext based on provided H2O configuration
-
class
H2OCredentials extends Serializable
A serializable versions of water.webserver.iface.Credentials
-
class
H2OFrame extends Serializable with RestEncodingUtils
H2OFrame representation via Rest API
Value Members
- object H2OColumnType extends Enumeration
- object H2OConf extends Logging
- object H2OContext extends Logging
- object H2OFrame extends RestCommunication
- object SparkTimeZone
-
object
SparklingWaterDriver
A simple wrapper to allow launching H2O itself on the top of Spark.
-
object
SparklingWaterWithHiveDriver
A simple wrapper to allow launching H2O itself on the top of Spark.