This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new b1cce27 camel-spark: Fixed typo b1cce27 is described below commit b1cce27c5994191f39f9dc24486a915b33594556 Author: aldettinger <aldettin...@gmail.com> AuthorDate: Tue Jun 11 14:28:45 2019 +0200 camel-spark: Fixed typo --- components/camel-spark/src/main/docs/spark-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-spark/src/main/docs/spark-component.adoc b/components/camel-spark/src/main/docs/spark-component.adoc index f6a8039..160050a 100644 --- a/components/camel-spark/src/main/docs/spark-component.adoc +++ b/components/camel-spark/src/main/docs/spark-component.adoc @@ -36,7 +36,7 @@ OSGi server is at least challenging and is not support by Camel as well. ### URI format -Currently the Spark component supports only producers - it it intended +Currently the Spark component supports only producers - it is intended to invoke a Spark job and return results. You can call RDD, data frame or Hive SQL job.