This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 648276070bba6e85beb193aa801c2649adad3ce2 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Oct 25 16:40:58 2019 +0200 Camel-Spark: Regen --- components/camel-pulsar/src/main/docs/pulsar-component.adoc | 4 +++- components/camel-spark/src/main/docs/spark-component.adoc | 10 +++++----- docs/components/modules/ROOT/nav.adoc | 2 +- docs/components/modules/ROOT/pages/index.adoc | 4 ++-- docs/components/modules/ROOT/pages/pulsar-component.adoc | 4 +++- docs/components/modules/ROOT/pages/spark-component.adoc | 10 +++++----- 6 files changed, 19 insertions(+), 15 deletions(-) diff --git a/components/camel-pulsar/src/main/docs/pulsar-component.adoc b/components/camel-pulsar/src/main/docs/pulsar-component.adoc index f6ff428..60dddbe 100644 --- a/components/camel-pulsar/src/main/docs/pulsar-component.adoc +++ b/components/camel-pulsar/src/main/docs/pulsar-component.adoc @@ -1,6 +1,8 @@ +[[pulsar-component]] = Pulsar Component *Since Camel 2.24* + *Since Camel 2.24* @@ -136,4 +138,4 @@ The component supports 6 options, which are listed below. | *camel.component.pulsar.pulsar-client* | The pulsar client. The option is a org.apache.pulsar.client.api.PulsarClient type. | | String | *camel.component.pulsar.pulsar-message-receipt-factory* | Provide a factory to create an alternate implementation of PulsarMessageReceipt. The option is a org.apache.camel.component.pulsar.PulsarMessageReceiptFactory type. | | String |=== -// spring-boot-auto-configure options: END +// spring-boot-auto-configure options: END \ No newline at end of file diff --git a/components/camel-spark/src/main/docs/spark-component.adoc b/components/camel-spark/src/main/docs/spark-component.adoc index 9fcf9ac..0f12f47 100644 --- a/components/camel-spark/src/main/docs/spark-component.adoc +++ b/components/camel-spark/src/main/docs/spark-component.adoc @@ -1,7 +1,8 @@ -[[spark-component]] -= Apache Spark Component += Spark Component *Since Camel 2.17* +*Since Camel 2.17* + This documentation page covers the http://spark.apache.org/[Apache Spark] component for the Apache Camel. The main purpose of the Spark @@ -52,7 +53,7 @@ spark:{rdd|dataframe|hive} // component options: START -The Apache Spark component supports 3 options, which are listed below. +The Spark component supports 3 options, which are listed below. @@ -69,7 +70,7 @@ The Apache Spark component supports 3 options, which are listed below. // endpoint options: START -The Apache Spark endpoint is configured using URI syntax: +The Spark endpoint is configured using URI syntax: ---- spark:endpointType @@ -428,4 +429,3 @@ Dataset<Row> cars(HiveContext hiveContext) { return jsonCars; } ------------------------------------------------------------------------ - diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc index 55e36ac..802abe5 100644 --- a/docs/components/modules/ROOT/nav.adoc +++ b/docs/components/modules/ROOT/nav.adoc @@ -316,7 +316,7 @@ * xref:solr-component.adoc[Solr Component] * xref:soroush-component.adoc[Soroush Component] * xref:spark-rest-component.adoc[Spark Rest Component] -* xref:spark-component.adoc[Apache Spark Component] +* xref:spark-component.adoc[Spark Component] * xref:splunk-component.adoc[Splunk Component] * xref:spring-batch-component.adoc[Spring Batch Component] * xref:spring-boot.adoc[Spring Boot] diff --git a/docs/components/modules/ROOT/pages/index.adoc b/docs/components/modules/ROOT/pages/index.adoc index f77e614..0614488 100644 --- a/docs/components/modules/ROOT/pages/index.adoc +++ b/docs/components/modules/ROOT/pages/index.adoc @@ -20,8 +20,6 @@ Number of Components: 299 in 237 JAR artifacts (0 deprecated) | xref:amqp-component.adoc[AMQP] (camel-amqp) | 1.2 | Messaging with AMQP protocol using Apache QPid Client. -| xref:spark-component.adoc[Apache Spark] (camel-spark) | 2.17 | The spark component can be used to send RDD or DataFrame jobs to Apache Spark cluster. - | xref:apns-component.adoc[APNS] (camel-apns) | 2.8 | For sending notifications to Apple iOS devices. | xref:as2-component.adoc[AS2] (camel-as2) | 2.22 | Component used for transferring data secure and reliable over the internet using the AS2 protocol. @@ -524,6 +522,8 @@ Number of Components: 299 in 237 JAR artifacts (0 deprecated) | xref:soroush-component.adoc[Soroush] (camel-soroush) | 3.0 | To integrate with the Soroush chat bot. +| xref:spark-component.adoc[Spark] (camel-spark) | 2.17 | The spark component can be used to send RDD or DataFrame jobs to Apache Spark cluster. + | xref:spark-rest-component.adoc[Spark Rest] (camel-spark-rest) | 2.14 | The spark-rest component is used for hosting REST services which has been defined using Camel rest-dsl. | xref:splunk-component.adoc[Splunk] (camel-splunk) | 2.13 | The splunk component allows to publish or search for events in Splunk. diff --git a/docs/components/modules/ROOT/pages/pulsar-component.adoc b/docs/components/modules/ROOT/pages/pulsar-component.adoc index 189e246..7873f79 100644 --- a/docs/components/modules/ROOT/pages/pulsar-component.adoc +++ b/docs/components/modules/ROOT/pages/pulsar-component.adoc @@ -1,7 +1,9 @@ +[[pulsar-component]] = Pulsar Component :page-source: components/camel-pulsar/src/main/docs/pulsar-component.adoc *Since Camel 2.24* + *Since Camel 2.24* @@ -137,4 +139,4 @@ The component supports 6 options, which are listed below. | *camel.component.pulsar.pulsar-client* | The pulsar client. The option is a org.apache.pulsar.client.api.PulsarClient type. | | String | *camel.component.pulsar.pulsar-message-receipt-factory* | Provide a factory to create an alternate implementation of PulsarMessageReceipt. The option is a org.apache.camel.component.pulsar.PulsarMessageReceiptFactory type. | | String |=== -// spring-boot-auto-configure options: END +// spring-boot-auto-configure options: END \ No newline at end of file diff --git a/docs/components/modules/ROOT/pages/spark-component.adoc b/docs/components/modules/ROOT/pages/spark-component.adoc index 51cb79a..e021204 100644 --- a/docs/components/modules/ROOT/pages/spark-component.adoc +++ b/docs/components/modules/ROOT/pages/spark-component.adoc @@ -1,8 +1,9 @@ -[[spark-component]] -= Apache Spark Component += Spark Component :page-source: components/camel-spark/src/main/docs/spark-component.adoc *Since Camel 2.17* +*Since Camel 2.17* + This documentation page covers the http://spark.apache.org/[Apache Spark] component for the Apache Camel. The main purpose of the Spark @@ -53,7 +54,7 @@ spark:{rdd|dataframe|hive} // component options: START -The Apache Spark component supports 3 options, which are listed below. +The Spark component supports 3 options, which are listed below. @@ -70,7 +71,7 @@ The Apache Spark component supports 3 options, which are listed below. // endpoint options: START -The Apache Spark endpoint is configured using URI syntax: +The Spark endpoint is configured using URI syntax: ---- spark:endpointType @@ -429,4 +430,3 @@ Dataset<Row> cars(HiveContext hiveContext) { return jsonCars; } ------------------------------------------------------------------------ -