public interface ExtendedSparkConfigurer extends SparkConfigurer
SparkConfigurer to provide more spark specific feature at configuration time.| Modifier and Type | Method and Description |
|---|---|
void |
addHandlers(Iterable<? extends SparkHttpServiceHandler> handlers)
Adds a list of
SparkHttpServiceHandlers to runs in the Spark driver. |
default void |
addHandlers(SparkHttpServiceHandler... handlers)
Adds a list of
SparkHttpServiceHandlers to runs in the Spark driver. |
co.cask.cdap.api.spark.dynamic.SparkCompiler |
createSparkCompiler()
Creates a new instance of
SparkCompiler for Scala code compilation. |
setClientResources, setDriverResources, setExecutorResources, setMainClassNamesetDescription, setName, setPropertiesaddDatasetModule, addDatasetType, addStream, addStream, createDataset, createDataset, createDataset, createDatasetusePlugin, usePlugin, usePluginClass, usePluginClassco.cask.cdap.api.spark.dynamic.SparkCompiler createSparkCompiler()
SparkCompiler for Scala code compilation.SparkCompiler.default void addHandlers(SparkHttpServiceHandler... handlers)
SparkHttpServiceHandlers to runs in the Spark driver.SparkHttpServiceHandlervoid addHandlers(Iterable<? extends SparkHttpServiceHandler> handlers)
SparkHttpServiceHandlers to runs in the Spark driver.SparkHttpServiceHandlerCopyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.