Interface SparkEndpointBuilderFactory.SparkBuilders

    • Method Detail

      • spark

        default SparkEndpointBuilderFactory.SparkHeaderNameBuilder spark()
        Spark (camel-spark) Send RDD or DataFrame jobs to Apache Spark clusters. Category: bigdata,iot Since: 2.17 Maven coordinates: org.apache.camel:camel-spark
        Returns:
        the dsl builder for the headers' name.
      • spark

        default SparkEndpointBuilderFactory.SparkEndpointBuilder spark​(String path)
        Spark (camel-spark) Send RDD or DataFrame jobs to Apache Spark clusters. Category: bigdata,iot Since: 2.17 Maven coordinates: org.apache.camel:camel-spark Syntax: spark:endpointType Path parameter: endpointType (required) Type of the endpoint (rdd, dataframe, hive). There are 3 enums and the value can be one of: rdd, dataframe, hive
        Parameters:
        path - endpointType
        Returns:
        the dsl builder
      • spark

        default SparkEndpointBuilderFactory.SparkEndpointBuilder spark​(String componentName,
                                                                       String path)
        Spark (camel-spark) Send RDD or DataFrame jobs to Apache Spark clusters. Category: bigdata,iot Since: 2.17 Maven coordinates: org.apache.camel:camel-spark Syntax: spark:endpointType Path parameter: endpointType (required) Type of the endpoint (rdd, dataframe, hive). There are 3 enums and the value can be one of: rdd, dataframe, hive
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - endpointType
        Returns:
        the dsl builder