public static interface SparkEndpointBuilderFactory.SparkBuilders
| Modifier and Type | Method and Description |
|---|---|
default SparkEndpointBuilderFactory.SparkEndpointBuilder |
spark(String path)
Spark (camel-spark)
The spark component can be used to send RDD or DataFrame jobs to
Apache Spark cluster.
|
default 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