http://git-wip-us.apache.org/repos/asf/bahir-website/blob/21c1d626/site/docs/spark/templates/spark-sql-cloudant.template ---------------------------------------------------------------------- diff --git a/site/docs/spark/templates/spark-sql-cloudant.template b/site/docs/spark/templates/spark-sql-cloudant.template new file mode 100644 index 0000000..5e0d1ec --- /dev/null +++ b/site/docs/spark/templates/spark-sql-cloudant.template @@ -0,0 +1,26 @@ +--- +layout: page +title: Spark Data Source for Apache CouchDB/Cloudant +description: Spark Data Source for Apache CouchDB/Cloudant +group: nav-right +--- +<!-- +{% comment %} +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to you under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +{% endcomment %} +--> + +{% include JB/setup %}
http://git-wip-us.apache.org/repos/asf/bahir-website/blob/21c1d626/site/docs/spark/templates/spark-sql-streaming-akka.template ---------------------------------------------------------------------- diff --git a/site/docs/spark/templates/spark-sql-streaming-akka.template b/site/docs/spark/templates/spark-sql-streaming-akka.template new file mode 100644 index 0000000..bd5c19e --- /dev/null +++ b/site/docs/spark/templates/spark-sql-streaming-akka.template @@ -0,0 +1,26 @@ +--- +layout: page +title: Spark Structured Streaming Akka +description: Spark Structured Streaming Akka +group: nav-right +--- +<!-- +{% comment %} +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to you under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +{% endcomment %} +--> + +{% include JB/setup %} http://git-wip-us.apache.org/repos/asf/bahir-website/blob/21c1d626/site/docs/spark/templates/spark-streaming-pubsub.template ---------------------------------------------------------------------- diff --git a/site/docs/spark/templates/spark-streaming-pubsub.template b/site/docs/spark/templates/spark-streaming-pubsub.template new file mode 100644 index 0000000..3c7e86e --- /dev/null +++ b/site/docs/spark/templates/spark-streaming-pubsub.template @@ -0,0 +1,26 @@ +--- +layout: page +title: Spark Streaming Google Pub-Sub +description: Spark Streaming Google Pub-Sub +group: nav-right +--- +<!-- +{% comment %} +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to you under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +{% endcomment %} +--> + +{% include JB/setup %} http://git-wip-us.apache.org/repos/asf/bahir-website/blob/21c1d626/update-doc.sh ---------------------------------------------------------------------- diff --git a/update-doc.sh b/update-doc.sh index 618f795..73960ff 100755 --- a/update-doc.sh +++ b/update-doc.sh @@ -150,9 +150,12 @@ function update_spark { update_docs "$SPARK_WEBSITE_TEMPLATES_DIR" \ "$SPARK_WEBSITE_DOC_DIR" "$SPARK_BAHIR_SOURCE_DIR" \ + spark-sql-cloudant sql-cloudant \ + spark-sql-streaming-akka sql-streaming-akka \ spark-sql-streaming-mqtt sql-streaming-mqtt \ spark-streaming-akka streaming-akka \ spark-streaming-mqtt streaming-mqtt \ + spark-streaming-pubsub streaming-pubsub \ spark-streaming-twitter streaming-twitter \ spark-streaming-zeromq streaming-zeromq
