@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface SparkEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SparkEndpointBuilderFactory.AdvancedSparkEndpointBuilder
Advanced builder for endpoint for the Spark component.
|
static interface |
SparkEndpointBuilderFactory.SparkBuilders |
static interface |
SparkEndpointBuilderFactory.SparkEndpointBuilder
Builder for endpoint for the Spark component.
|
| Modifier and Type | Method and Description |
|---|---|
static SparkEndpointBuilderFactory.SparkEndpointBuilder |
spark(String path)
Spark (camel-spark)
The spark component can be used to send RDD or DataFrame jobs to Apache
Spark cluster.
|
static SparkEndpointBuilderFactory.SparkEndpointBuilder spark(String path)
spark:endpointType
Path parameter: endpointType (required)
Type of the endpoint (rdd, dataframe, hive).
The value can be one of: rdd, dataframe, hiveApache Camel