You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2016/10/27 23:54:15 UTC

[1/2] bahir-website git commit: [MINOR] Fix failure when doc folder didn't exist

Repository: bahir-website
Updated Branches:
  refs/heads/master faf780f9c -> 5375f7c84


[MINOR] Fix failure when doc folder didn't exist


Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/e6d0059f
Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/e6d0059f
Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/e6d0059f

Branch: refs/heads/master
Commit: e6d0059fcc802088e3c8ec63d6e34f0d9f5b8845
Parents: faf780f
Author: Luciano Resende <lr...@apache.org>
Authored: Fri Oct 28 01:41:40 2016 +0200
Committer: Luciano Resende <lr...@apache.org>
Committed: Fri Oct 28 01:52:48 2016 +0200

----------------------------------------------------------------------
 update-doc.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/e6d0059f/update-doc.sh
----------------------------------------------------------------------
diff --git a/update-doc.sh b/update-doc.sh
index 2373215..5232ea0 100755
--- a/update-doc.sh
+++ b/update-doc.sh
@@ -27,7 +27,6 @@ function checkout_code {
     rm -rf target
     mkdir target
     cd target
-    rm -rf bahir
     git clone https://git-wip-us.apache.org/repos/asf/bahir.git
     cd bahir
     git checkout $GIT_REF
@@ -41,7 +40,7 @@ function checkout_code {
 
 checkout_code
 
-rm  $WEBSITE_DOC_DIR/spark*.md
+rm  -rf $WEBSITE_DOC_DIR/spark*.md
 
 cp  $WEBSITE_DOC_DIR/spark-sql-streaming-mqtt.template $WEBSITE_DOC_DIR/spark-sql-streaming-mqtt.md
 cat $BAHIR_SOURCE_DIR/sql-streaming-mqtt/README.md >> $WEBSITE_DOC_DIR/spark-sql-streaming-mqtt.md


[2/2] bahir-website git commit: [BAHIR-62] Publish Bahir 2.0.1 documentation

Posted by lr...@apache.org.
[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 <lr...@apache.org>
Authored: Fri Oct 28 01:53:06 2016 +0200
Committer: Luciano Resende <lr...@apache.org>
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 %}