[BAHIR-62] Publish Bahir 2.0.1 documentation
Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/5375f7c8 Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/5375f7c8 Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/5375f7c8 Branch: refs/heads/master Commit: 5375f7c8417af2ba93eca73ad25e46600f27613b Parents: e6d0059 Author: Luciano Resende <[email protected]> Authored: Fri Oct 28 01:53:06 2016 +0200 Committer: Luciano Resende <[email protected]> Committed: Fri Oct 28 01:53:34 2016 +0200 ---------------------------------------------------------------------- site/_data/navigation.yml | 2 + site/docs/spark/2.0.1/.gitignore | 1 + site/docs/spark/2.0.1/documentation.md | 46 ++++++++++++++++++++ .../2.0.1/spark-sql-streaming-mqtt.template | 27 ++++++++++++ .../spark/2.0.1/spark-streaming-akka.template | 26 +++++++++++ .../spark/2.0.1/spark-streaming-mqtt.template | 27 ++++++++++++ .../2.0.1/spark-streaming-twitter.template | 26 +++++++++++ .../spark/2.0.1/spark-streaming-zeromq.template | 26 +++++++++++ 8 files changed, 181 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-website/blob/5375f7c8/site/_data/navigation.yml ---------------------------------------------------------------------- diff --git a/site/_data/navigation.yml b/site/_data/navigation.yml index 037c18c..c72a2cb 100644 --- a/site/_data/navigation.yml +++ b/site/_data/navigation.yml @@ -49,6 +49,8 @@ topnav: subcategories: - title: Bahir Spark Extensions - Current url: /docs/spark/current/documentation + - title: Bahir Spark Extensions - 2.0.1 + url: /docs/spark/2.0.1/documentation - title: Bahir Spark Extensions - 2.0.0 url: /docs/spark/2.0.0/documentation http://git-wip-us.apache.org/repos/asf/bahir-website/blob/5375f7c8/site/docs/spark/2.0.1/.gitignore ---------------------------------------------------------------------- diff --git a/site/docs/spark/2.0.1/.gitignore b/site/docs/spark/2.0.1/.gitignore new file mode 100644 index 0000000..6b7415a --- /dev/null +++ b/site/docs/spark/2.0.1/.gitignore @@ -0,0 +1 @@ +spark*.md http://git-wip-us.apache.org/repos/asf/bahir-website/blob/5375f7c8/site/docs/spark/2.0.1/documentation.md ---------------------------------------------------------------------- diff --git a/site/docs/spark/2.0.1/documentation.md b/site/docs/spark/2.0.1/documentation.md new file mode 100644 index 0000000..38148e9 --- /dev/null +++ b/site/docs/spark/2.0.1/documentation.md @@ -0,0 +1,46 @@ +--- +layout: page +title: Extensions for Apache Spark +description: Extensions for Apache Spark +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 %} + +### Apache Bahir Extensions for Apache Spark + +<br/> + +#### Structured Streaming Data Sources + +[MQTT data source](../spark-sql-streaming-mqtt) + +<br/> + +#### Discretized Streams (DStreams) Connectors + +[Akka connector](../spark-streaming-akka) + +[MQTT connector](../spark-streaming-mqtt) + +[Twitter connector](../spark-streaming-twitter) + +[ZeroMQ connector](../spark-streaming-zeromq) \ No newline at end of file http://git-wip-us.apache.org/repos/asf/bahir-website/blob/5375f7c8/site/docs/spark/2.0.1/spark-sql-streaming-mqtt.template ---------------------------------------------------------------------- diff --git a/site/docs/spark/2.0.1/spark-sql-streaming-mqtt.template b/site/docs/spark/2.0.1/spark-sql-streaming-mqtt.template new file mode 100644 index 0000000..fd08baa --- /dev/null +++ b/site/docs/spark/2.0.1/spark-sql-streaming-mqtt.template @@ -0,0 +1,27 @@ +--- +layout: page +title: Spark Structured Streaming MQTT +description: Spark Structured Streaming MQTT +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/5375f7c8/site/docs/spark/2.0.1/spark-streaming-akka.template ---------------------------------------------------------------------- diff --git a/site/docs/spark/2.0.1/spark-streaming-akka.template b/site/docs/spark/2.0.1/spark-streaming-akka.template new file mode 100644 index 0000000..78b7d14 --- /dev/null +++ b/site/docs/spark/2.0.1/spark-streaming-akka.template @@ -0,0 +1,26 @@ +--- +layout: page +title: Spark Streaming Akka +description: Spark 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/5375f7c8/site/docs/spark/2.0.1/spark-streaming-mqtt.template ---------------------------------------------------------------------- diff --git a/site/docs/spark/2.0.1/spark-streaming-mqtt.template b/site/docs/spark/2.0.1/spark-streaming-mqtt.template new file mode 100644 index 0000000..fd08baa --- /dev/null +++ b/site/docs/spark/2.0.1/spark-streaming-mqtt.template @@ -0,0 +1,27 @@ +--- +layout: page +title: Spark Structured Streaming MQTT +description: Spark Structured Streaming MQTT +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/5375f7c8/site/docs/spark/2.0.1/spark-streaming-twitter.template ---------------------------------------------------------------------- diff --git a/site/docs/spark/2.0.1/spark-streaming-twitter.template b/site/docs/spark/2.0.1/spark-streaming-twitter.template new file mode 100644 index 0000000..9a97ced --- /dev/null +++ b/site/docs/spark/2.0.1/spark-streaming-twitter.template @@ -0,0 +1,26 @@ +--- +layout: page +title: Spark Streaming Twitter +description: Spark Streaming Twitter +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/5375f7c8/site/docs/spark/2.0.1/spark-streaming-zeromq.template ---------------------------------------------------------------------- diff --git a/site/docs/spark/2.0.1/spark-streaming-zeromq.template b/site/docs/spark/2.0.1/spark-streaming-zeromq.template new file mode 100644 index 0000000..6a6a02a --- /dev/null +++ b/site/docs/spark/2.0.1/spark-streaming-zeromq.template @@ -0,0 +1,26 @@ +--- +layout: page +title: Spark Streaming ZeroMQ +description: Spark Streaming ZeroMQ +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 %}
