Repository: bahir-website Updated Branches: refs/heads/asf-site e6b13fbbe -> b20a1c1c1
http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/docs/spark/2.1.0/spark-streaming-zeromq/index.html ---------------------------------------------------------------------- diff --git a/content/docs/spark/2.1.0/spark-streaming-zeromq/index.html b/content/docs/spark/2.1.0/spark-streaming-zeromq/index.html new file mode 100644 index 0000000..7669c6a --- /dev/null +++ b/content/docs/spark/2.1.0/spark-streaming-zeromq/index.html @@ -0,0 +1,290 @@ + + +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Spark Streaming ZeroMQ</title> + <meta name="description" content="Spark Streaming ZeroMQ"> + <meta name="author" content=""> + + <!-- Enable responsive viewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> + <!--[if lt IE 9]> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + + <!-- Le styles --> + <link href="/assets/themes/apache-clean/bootstrap/css/bootstrap.css" rel="stylesheet"> + <link href="/assets/themes/apache-clean/css/style.css?body=1" rel="stylesheet" type="text/css"> + <link href="/assets/themes/apache-clean/css/syntax.css" rel="stylesheet" type="text/css" media="screen" /> + <!-- Le fav and touch icons --> + <!-- Update these with your own images + <link rel="shortcut icon" href="images/favicon.ico"> + <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> + <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> + <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> + --> + + <!-- make tables sortable by adding class tag "sortable" to table elements --> + <script src="http://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script> + + + </head> + + <body> + + + +<!-- Navigation --> +<div id="nav-bar"> + <nav id="nav-container" class="navbar navbar-inverse " role="navigation"> + <div class="container"> + <!-- Brand and toggle get grouped for better mobile display --> + + <div class="navbar-header page-scroll"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a class="navbar-brand page-scroll" href="/#home">Home</a> + </div> + <!-- Collect the nav links, forms, and other content for toggling --> + <nav class="navbar-collapse collapse" role="navigation"> + <ul class="nav navbar-nav"> + + + + <li id="download"> + + + <a href="/download" target="_self">Download</a> + + </li> + + + + + <li id="community"> + + <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a> + <ul class="dropdown-menu dropdown-left"> + + + <li><a href="/community" target="_self">Get Involved</a></li> + + + <li><a href="/contributing" target="_self">Contributing</a></li> + + + <li><a href="/contributing-extensions" target="_self">Contributing Extensions</a></li> + + + <li><a href="https://issues.apache.org/jira/browse/BAHIR" target="_blank">Issue Tracker</a></li> + + + <li><a href="https://github.com/apache/bahir" target="_blank">Source Code</a></li> + + + <li><a href="/community-members" target="_self">Project Committers</a></li> + + </ul> + + </li> + + + + + <li id="documentation"> + + <a href="#" data-toggle="dropdown" class="dropdown-toggle">Documentation<b class="caret"></b></a> + <ul class="dropdown-menu dropdown-left"> + + + <li><a href="/docs/spark/current/documentation" target="_self">Bahir Spark Extensions - Current</a></li> + + + <li><a href="/docs/spark/2.1.0/documentation" target="_self">Bahir Spark Extensions - 2.1.0</a></li> + + + <li><a href="/docs/spark/2.0.2/documentation" target="_self">Bahir Spark Extensions - 2.0.2</a></li> + + + <li><a href="/docs/spark/2.0.1/documentation" target="_self">Bahir Spark Extensions - 2.0.1</a></li> + + + <li><a href="/docs/spark/2.0.0/documentation" target="_self">Bahir Spark Extensions - 2.0.0</a></li> + + </ul> + + </li> + + + + + <li id="github"> + + + <a href="https://github.com/apache/bahir" target="_blank">GitHub</a> + + </li> + + + + + <li id="apache"> + + <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a> + <ul class="dropdown-menu dropdown-left"> + + + <li><a href="http://www.apache.org/foundation/how-it-works.html" target="_blank">Apache Software Foundation</a></li> + + + <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li> + + + <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li> + + + <li><a href="http://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li> + + + <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li> + + </ul> + + </li> + + + </ul> + </nav><!--/.navbar-collapse --> + <!-- /.navbar-collapse --> + </div> + <!-- /.container --> + </nav> +</div> + + + <div class="container"> + + + +<!--<div class="hero-unit Spark Streaming ZeroMQ"> + <h1></h1> +</div> +--> + +<div class="row"> + <div class="col-md-12"> + <!-- + +--> + +<p>A library for reading data from <a href="http://zeromq.org/">ZeroMQ</a> using Spark Streaming.</p> + +<h2 id="linking">Linking</h2> + +<p>Using SBT:</p> + +<div class="highlighter-rouge"><pre class="highlight"><code>libraryDependencies += "org.apache.bahir" %% "spark-streaming-zeromq" % "2.1.0" +</code></pre> +</div> + +<p>Using Maven:</p> + +<div class="highlighter-rouge"><pre class="highlight"><code><dependency> + <groupId>org.apache.bahir</groupId> + <artifactId>spark-streaming-zeromq_2.11</artifactId> + <version>2.1.0</version> +</dependency> +</code></pre> +</div> + +<p>This library can also be added to Spark jobs launched through <code class="highlighter-rouge">spark-shell</code> or <code class="highlighter-rouge">spark-submit</code> by using the <code class="highlighter-rouge">--packages</code> command line option. +For example, to include it when starting the spark shell:</p> + +<div class="highlighter-rouge"><pre class="highlight"><code>$ bin/spark-shell --packages org.apache.bahir:spark-streaming-zeromq_2.11:2.1.0 +</code></pre> +</div> + +<p>Unlike using <code class="highlighter-rouge">--jars</code>, using <code class="highlighter-rouge">--packages</code> ensures that this library and its dependencies will be added to the classpath. +The <code class="highlighter-rouge">--packages</code> argument can also be used with <code class="highlighter-rouge">bin/spark-submit</code>.</p> + +<p>This library is cross-published for Scala 2.10 and Scala 2.11, so users should replace the proper Scala version (2.10 or 2.11) in the commands listed above.</p> + +<h2 id="examples">Examples</h2> + +<h3 id="scala-api">Scala API</h3> + +<div class="highlighter-rouge"><pre class="highlight"><code>val lines = ZeroMQUtils.createStream(ssc, ...) +</code></pre> +</div> + +<h3 id="java-api">Java API</h3> + +<div class="highlighter-rouge"><pre class="highlight"><code>JavaDStream<String> lines = ZeroMQUtils.createStream(jssc, ...); +</code></pre> +</div> + +<p>See end-to-end examples at <a href="https://github.com/apache/bahir/tree/master/streaming-zeromq/examples">ZeroMQ Examples</a></p> + + </div> +</div> + + + + <hr> + + <!-- <p>© 2017 </p>--> + <footer class="site-footer"> + <div class="wrapper"> + <div class="footer-col-wrapper"> + + <div style="text-align:center;"> + + <div> + Copyright © 2016-2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. + Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version + 2.0</a>. + <br> + + Apache and the Apache Feather logo are trademarks of The Apache Software Foundation. + + </div> + </div> + </div> + </div> +</footer> + + </div> + + + + + <script type="text/javascript"> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-79140859-1', 'bahir.apache.org'); + ga('require', 'linkid', 'linkid.js'); + ga('send', 'pageview'); + +</script> + + + + <script src="/assets/themes/apache-clean/jquery/jquery-2.1.1.min.js"></script> + + <script src="/assets/themes/apache-clean/bootstrap/js/bootstrap.min.js"></script> + + + </body> +</html> + http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/docs/spark/current/documentation/index.html ---------------------------------------------------------------------- diff --git a/content/docs/spark/current/documentation/index.html b/content/docs/spark/current/documentation/index.html index d66985b..bed3fa1 100644 --- a/content/docs/spark/current/documentation/index.html +++ b/content/docs/spark/current/documentation/index.html @@ -108,6 +108,9 @@ <li><a href="/docs/spark/current/documentation" target="_self">Bahir Spark Extensions - Current</a></li> + <li><a href="/docs/spark/2.1.0/documentation" target="_self">Bahir Spark Extensions - 2.1.0</a></li> + + <li><a href="/docs/spark/2.0.2/documentation" target="_self">Bahir Spark Extensions - 2.0.2</a></li> http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/docs/spark/current/spark-sql-streaming-mqtt/index.html ---------------------------------------------------------------------- diff --git a/content/docs/spark/current/spark-sql-streaming-mqtt/index.html b/content/docs/spark/current/spark-sql-streaming-mqtt/index.html index dd413a5..14d9396 100644 --- a/content/docs/spark/current/spark-sql-streaming-mqtt/index.html +++ b/content/docs/spark/current/spark-sql-streaming-mqtt/index.html @@ -108,6 +108,9 @@ <li><a href="/docs/spark/current/documentation" target="_self">Bahir Spark Extensions - Current</a></li> + <li><a href="/docs/spark/2.1.0/documentation" target="_self">Bahir Spark Extensions - 2.1.0</a></li> + + <li><a href="/docs/spark/2.0.2/documentation" target="_self">Bahir Spark Extensions - 2.0.2</a></li> @@ -188,7 +191,7 @@ <p>Using SBT:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>libraryDependencies += "org.apache.bahir" %% "spark-sql-streaming-mqtt" % "2.0.2" +<div class="highlighter-rouge"><pre class="highlight"><code>libraryDependencies += "org.apache.bahir" %% "spark-sql-streaming-mqtt" % "2.1.0" </code></pre> </div> @@ -197,7 +200,7 @@ <div class="highlighter-rouge"><pre class="highlight"><code><dependency> <groupId>org.apache.bahir</groupId> <artifactId>spark-sql-streaming-mqtt_2.11</artifactId> - <version>2.0.2</version> + <version>2.1.0</version> </dependency> </code></pre> </div> @@ -205,7 +208,7 @@ <p>This library can also be added to Spark jobs launched through <code class="highlighter-rouge">spark-shell</code> or <code class="highlighter-rouge">spark-submit</code> by using the <code class="highlighter-rouge">--packages</code> command line option. For example, to include it when starting the spark shell:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>$ bin/spark-shell --packages org.apache.bahir:spark-sql-streaming-mqtt_2.11:2.0.2 +<div class="highlighter-rouge"><pre class="highlight"><code>$ bin/spark-shell --packages org.apache.bahir:spark-sql-streaming-mqtt_2.11:2.1.0 </code></pre> </div> http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/docs/spark/current/spark-streaming-akka/index.html ---------------------------------------------------------------------- diff --git a/content/docs/spark/current/spark-streaming-akka/index.html b/content/docs/spark/current/spark-streaming-akka/index.html index 7db9e56..77c2eec 100644 --- a/content/docs/spark/current/spark-streaming-akka/index.html +++ b/content/docs/spark/current/spark-streaming-akka/index.html @@ -108,6 +108,9 @@ <li><a href="/docs/spark/current/documentation" target="_self">Bahir Spark Extensions - Current</a></li> + <li><a href="/docs/spark/2.1.0/documentation" target="_self">Bahir Spark Extensions - 2.1.0</a></li> + + <li><a href="/docs/spark/2.0.2/documentation" target="_self">Bahir Spark Extensions - 2.0.2</a></li> @@ -188,7 +191,7 @@ <p>Using SBT:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>libraryDependencies += "org.apache.bahir" %% "spark-streaming-akka" % "2.0.2" +<div class="highlighter-rouge"><pre class="highlight"><code>libraryDependencies += "org.apache.bahir" %% "spark-streaming-akka" % "2.1.0" </code></pre> </div> @@ -197,7 +200,7 @@ <div class="highlighter-rouge"><pre class="highlight"><code><dependency> <groupId>org.apache.bahir</groupId> <artifactId>spark-streaming-akka_2.11</artifactId> - <version>2.0.2</version> + <version>2.1.0</version> </dependency> </code></pre> </div> @@ -205,7 +208,7 @@ <p>This library can also be added to Spark jobs launched through <code class="highlighter-rouge">spark-shell</code> or <code class="highlighter-rouge">spark-submit</code> by using the <code class="highlighter-rouge">--packages</code> command line option. For example, to include it when starting the spark shell:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>$ bin/spark-shell --packages org.apache.bahir:spark-streaming-akka_2.11:2.0.2 +<div class="highlighter-rouge"><pre class="highlight"><code>$ bin/spark-shell --packages org.apache.bahir:spark-streaming-akka_2.11:2.1.0 </code></pre> </div> http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/docs/spark/current/spark-streaming-mqtt/index.html ---------------------------------------------------------------------- diff --git a/content/docs/spark/current/spark-streaming-mqtt/index.html b/content/docs/spark/current/spark-streaming-mqtt/index.html index 4276681..2ae3e8d 100644 --- a/content/docs/spark/current/spark-streaming-mqtt/index.html +++ b/content/docs/spark/current/spark-streaming-mqtt/index.html @@ -108,6 +108,9 @@ <li><a href="/docs/spark/current/documentation" target="_self">Bahir Spark Extensions - Current</a></li> + <li><a href="/docs/spark/2.1.0/documentation" target="_self">Bahir Spark Extensions - 2.1.0</a></li> + + <li><a href="/docs/spark/2.0.2/documentation" target="_self">Bahir Spark Extensions - 2.0.2</a></li> @@ -188,7 +191,7 @@ <p>Using SBT:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>libraryDependencies += "org.apache.bahir" %% "spark-streaming-mqtt" % "2.0.2" +<div class="highlighter-rouge"><pre class="highlight"><code>libraryDependencies += "org.apache.bahir" %% "spark-streaming-mqtt" % "2.1.0" </code></pre> </div> @@ -197,7 +200,7 @@ <div class="highlighter-rouge"><pre class="highlight"><code><dependency> <groupId>org.apache.bahir</groupId> <artifactId>spark-streaming-mqtt_2.11</artifactId> - <version>2.0.2</version> + <version>2.1.0</version> </dependency> </code></pre> </div> @@ -205,7 +208,7 @@ <p>This library can also be added to Spark jobs launched through <code class="highlighter-rouge">spark-shell</code> or <code class="highlighter-rouge">spark-submit</code> by using the <code class="highlighter-rouge">--packages</code> command line option. For example, to include it when starting the spark shell:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>$ bin/spark-shell --packages org.apache.bahir:spark-streaming-mqtt_2.11:2.0.2 +<div class="highlighter-rouge"><pre class="highlight"><code>$ bin/spark-shell --packages org.apache.bahir:spark-streaming-mqtt_2.11:2.1.0 </code></pre> </div> http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/docs/spark/current/spark-streaming-twitter/index.html ---------------------------------------------------------------------- diff --git a/content/docs/spark/current/spark-streaming-twitter/index.html b/content/docs/spark/current/spark-streaming-twitter/index.html index 2fc8917..5b69db8 100644 --- a/content/docs/spark/current/spark-streaming-twitter/index.html +++ b/content/docs/spark/current/spark-streaming-twitter/index.html @@ -108,6 +108,9 @@ <li><a href="/docs/spark/current/documentation" target="_self">Bahir Spark Extensions - Current</a></li> + <li><a href="/docs/spark/2.1.0/documentation" target="_self">Bahir Spark Extensions - 2.1.0</a></li> + + <li><a href="/docs/spark/2.0.2/documentation" target="_self">Bahir Spark Extensions - 2.0.2</a></li> @@ -188,7 +191,7 @@ <p>Using SBT:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>libraryDependencies += "org.apache.bahir" %% "spark-streaming-twitter" % "2.0.2" +<div class="highlighter-rouge"><pre class="highlight"><code>libraryDependencies += "org.apache.bahir" %% "spark-streaming-twitter" % "2.1.0" </code></pre> </div> @@ -197,7 +200,7 @@ <div class="highlighter-rouge"><pre class="highlight"><code><dependency> <groupId>org.apache.bahir</groupId> <artifactId>spark-streaming-twitter_2.11</artifactId> - <version>2.0.2</version> + <version>2.1.0</version> </dependency> </code></pre> </div> @@ -205,7 +208,7 @@ <p>This library can also be added to Spark jobs launched through <code class="highlighter-rouge">spark-shell</code> or <code class="highlighter-rouge">spark-submit</code> by using the <code class="highlighter-rouge">--packages</code> command line option. For example, to include it when starting the spark shell:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>$ bin/spark-shell --packages org.apache.bahir:spark-streaming-twitter_2.11:2.0.2 +<div class="highlighter-rouge"><pre class="highlight"><code>$ bin/spark-shell --packages org.apache.bahir:spark-streaming-twitter_2.11:2.1.0 </code></pre> </div> http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/docs/spark/current/spark-streaming-zeromq/index.html ---------------------------------------------------------------------- diff --git a/content/docs/spark/current/spark-streaming-zeromq/index.html b/content/docs/spark/current/spark-streaming-zeromq/index.html index 5d5b87c..7669c6a 100644 --- a/content/docs/spark/current/spark-streaming-zeromq/index.html +++ b/content/docs/spark/current/spark-streaming-zeromq/index.html @@ -108,6 +108,9 @@ <li><a href="/docs/spark/current/documentation" target="_self">Bahir Spark Extensions - Current</a></li> + <li><a href="/docs/spark/2.1.0/documentation" target="_self">Bahir Spark Extensions - 2.1.0</a></li> + + <li><a href="/docs/spark/2.0.2/documentation" target="_self">Bahir Spark Extensions - 2.0.2</a></li> @@ -188,7 +191,7 @@ <p>Using SBT:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>libraryDependencies += "org.apache.bahir" %% "spark-streaming-zeromq" % "2.0.2" +<div class="highlighter-rouge"><pre class="highlight"><code>libraryDependencies += "org.apache.bahir" %% "spark-streaming-zeromq" % "2.1.0" </code></pre> </div> @@ -197,7 +200,7 @@ <div class="highlighter-rouge"><pre class="highlight"><code><dependency> <groupId>org.apache.bahir</groupId> <artifactId>spark-streaming-zeromq_2.11</artifactId> - <version>2.0.2</version> + <version>2.1.0</version> </dependency> </code></pre> </div> @@ -205,7 +208,7 @@ <p>This library can also be added to Spark jobs launched through <code class="highlighter-rouge">spark-shell</code> or <code class="highlighter-rouge">spark-submit</code> by using the <code class="highlighter-rouge">--packages</code> command line option. For example, to include it when starting the spark shell:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>$ bin/spark-shell --packages org.apache.bahir:spark-streaming-zeromq_2.11:2.0.2 +<div class="highlighter-rouge"><pre class="highlight"><code>$ bin/spark-shell --packages org.apache.bahir:spark-streaming-zeromq_2.11:2.1.0 </code></pre> </div> http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/download/index.html ---------------------------------------------------------------------- diff --git a/content/download/index.html b/content/download/index.html index 245926e..9a12022 100644 --- a/content/download/index.html +++ b/content/download/index.html @@ -108,6 +108,9 @@ <li><a href="/docs/spark/current/documentation" target="_self">Bahir Spark Extensions - Current</a></li> + <li><a href="/docs/spark/2.1.0/documentation" target="_self">Bahir Spark Extensions - 2.1.0</a></li> + + <li><a href="/docs/spark/2.0.2/documentation" target="_self">Bahir Spark Extensions - 2.0.2</a></li> @@ -188,7 +191,7 @@ <h2 id="latest-release">Latest Release</h2> -<p>Our latest release is Apache Bahir 2.0.2, released on 01/27/2017.</p> +<p>Our latest release is Apache Bahir 2.1.0, released on 02/22/2017.</p> <table class="table table-hover sortable"> <thead> @@ -202,22 +205,22 @@ </thead> <tbody> <tr> - <td>Apache Bahir 2.0.2 (tar.gz)</td> - <td><a href="http://www.apache.org/dyn/closer.lua/bahir/2.0.2/apache-bahir-2.0.2-src.tar.gz">tar.gz</a></td> - <td><a href="http://www.apache.org/dist/bahir/2.0.2/apache-bahir-2.0.2-src.tar.gz.md5">MD5</a></td> - <!--td><a href="http://www.apache.org/dist/bahir/2.0.2/apache-bahir-2.0.2-src.tar.gz.sha1">SHA-1</a></td--> - <td><a href="http://www.apache.org/dist/bahir/2.0.2/apache-bahir-2.0.2-src.tar.gz.asc">ASC</a></td> + <td>Apache Bahir 2.1.0 (tar.gz)</td> + <td><a href="http://www.apache.org/dyn/closer.lua/bahir/2.1.0/apache-bahir-2.1.0-src.tar.gz">tar.gz</a></td> + <td><a href="http://www.apache.org/dist/bahir/2.1.0/apache-bahir-2.1.0-src.tar.gz.md5">MD5</a></td> + <!--td><a href="http://www.apache.org/dist/bahir/2.1.0/apache-bahir-2.1.0-src.tar.gz.sha1">SHA-1</a></td--> + <td><a href="http://www.apache.org/dist/bahir/2.1.0/apache-bahir-2.1.0-src.tar.gz.asc">ASC</a></td> </tr> <tr> - <td>Apache Bahir 2.0.2 (zip)</td> - <td><a href="http://www.apache.org/dyn/closer.lua/bahir/2.0.2/apache-bahir-2.0.2-src.zip">zip</a></td> - <td><a href="http://www.apache.org/dist/bahir/2.0.2/apache-bahir-2.0.2-src.zip.md5">MD5</a></td> - <!--td><a href="http://www.apache.org/dist/bahir/2.0.2/apache-bahir-2.0.2-src.zip.sha1">SHA-1</a></td--> - <td><a href="http://www.apache.org/dist/bahir/2.0.2/apache-bahir-2.0.2-src.zip.asc">ASC</a></td> + <td>Apache Bahir 2.1.0 (zip)</td> + <td><a href="http://www.apache.org/dyn/closer.lua/bahir/2.1.0/apache-bahir-2.1.0-src.zip">zip</a></td> + <td><a href="http://www.apache.org/dist/bahir/2.1.0/apache-bahir-2.1.0-src.zip.md5">MD5</a></td> + <!--td><a href="http://www.apache.org/dist/bahir/2.1.0/apache-bahir-2.1.0-src.zip.sha1">SHA-1</a></td--> + <td><a href="http://www.apache.org/dist/bahir/2.1.0/apache-bahir-2.1.0-src.zip.asc">ASC</a></td> </tr> <tr> <td>Release Notes</td> - <td><a href="/releases/2.0.2/release-notes">2.0.2</a></td> + <td><a href="/releases/2.1.0/release-notes">2.1.0</a></td> <td></td> <!--td></td--> <td></td> @@ -232,7 +235,7 @@ <pre> git clone https://github.com/apache/bahir.git cd bahir -git checkout -b tags/v2.0.2 v2.0.2 +git checkout -b tags/v2.1.0 v2.1.0 </pre> <h2 id="verifying-a-release">Verifying a Release</h2> http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/feed.xml ---------------------------------------------------------------------- diff --git a/content/feed.xml b/content/feed.xml index 6d27518..b2fda32 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -6,8 +6,8 @@ </description> <link>http://bahir.apache.org/</link> <atom:link href="http://bahir.apache.org/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Sat, 28 Jan 2017 01:36:33 -0800</pubDate> - <lastBuildDate>Sat, 28 Jan 2017 01:36:33 -0800</lastBuildDate> + <pubDate>Wed, 22 Feb 2017 03:37:11 -0800</pubDate> + <lastBuildDate>Wed, 22 Feb 2017 03:37:11 -0800</lastBuildDate> <generator>Jekyll v3.3.1</generator> <item> http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/history/index.html ---------------------------------------------------------------------- diff --git a/content/history/index.html b/content/history/index.html index 3827225..e195181 100644 --- a/content/history/index.html +++ b/content/history/index.html @@ -108,6 +108,9 @@ <li><a href="/docs/spark/current/documentation" target="_self">Bahir Spark Extensions - Current</a></li> + <li><a href="/docs/spark/2.1.0/documentation" target="_self">Bahir Spark Extensions - 2.1.0</a></li> + + <li><a href="/docs/spark/2.0.2/documentation" target="_self">Bahir Spark Extensions - 2.0.2</a></li> http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index cfcd1e4..6ded77e 100644 --- a/content/index.html +++ b/content/index.html @@ -44,7 +44,7 @@ <p>Apache Bahir provides extensions to distributed analytic platforms such as Apache Spark.</p> - <a href="/download" class="btn btn-primary btn-lg bigFingerButton" role="button">Download Apache Bahir 2.0.2</a></p> + <a href="/download" class="btn btn-primary btn-lg bigFingerButton" role="button">Download Apache Bahir 2.1.0</a></p> </div> </div> @@ -113,6 +113,9 @@ <li><a href="/docs/spark/current/documentation" target="_self">Bahir Spark Extensions - Current</a></li> + <li><a href="/docs/spark/2.1.0/documentation" target="_self">Bahir Spark Extensions - 2.1.0</a></li> + + <li><a href="/docs/spark/2.0.2/documentation" target="_self">Bahir Spark Extensions - 2.0.2</a></li> http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/privacy-policy/index.html ---------------------------------------------------------------------- diff --git a/content/privacy-policy/index.html b/content/privacy-policy/index.html index 436ca52..65c834b 100644 --- a/content/privacy-policy/index.html +++ b/content/privacy-policy/index.html @@ -108,6 +108,9 @@ <li><a href="/docs/spark/current/documentation" target="_self">Bahir Spark Extensions - Current</a></li> + <li><a href="/docs/spark/2.1.0/documentation" target="_self">Bahir Spark Extensions - 2.1.0</a></li> + + <li><a href="/docs/spark/2.0.2/documentation" target="_self">Bahir Spark Extensions - 2.0.2</a></li> http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/releases/2.0.0/release-notes/index.html ---------------------------------------------------------------------- diff --git a/content/releases/2.0.0/release-notes/index.html b/content/releases/2.0.0/release-notes/index.html index 1c267ab..7a52c57 100644 --- a/content/releases/2.0.0/release-notes/index.html +++ b/content/releases/2.0.0/release-notes/index.html @@ -4,8 +4,8 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Community</title> - <meta name="description" content="Project Community Page"> + <title>Bahir Release 2.0.0</title> + <meta name="description" content="Release Notes for Apache Bahir 2.0.0"> <meta name="author" content=""> <!-- Enable responsive viewport --> @@ -108,6 +108,9 @@ <li><a href="/docs/spark/current/documentation" target="_self">Bahir Spark Extensions - Current</a></li> + <li><a href="/docs/spark/2.1.0/documentation" target="_self">Bahir Spark Extensions - 2.1.0</a></li> + + <li><a href="/docs/spark/2.0.2/documentation" target="_self">Bahir Spark Extensions - 2.0.2</a></li> @@ -171,7 +174,7 @@ -<!--<div class="hero-unit Community"> +<!--<div class="hero-unit Bahir Release 2.0.0"> <h1></h1> </div> --> @@ -182,7 +185,7 @@ --> -<h1 id="apache-bahir-200-for-apache-spark">Apache Bahir 2.0.0 for Apache Spark</h1> +<h1 id="apache-bahir-20-for-apache-spark-20">Apache Bahir 2.0 for Apache Spark 2.0</h1> <h2 id="bug">Bug</h2> http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/releases/2.0.1/release-notes/index.html ---------------------------------------------------------------------- diff --git a/content/releases/2.0.1/release-notes/index.html b/content/releases/2.0.1/release-notes/index.html index 4bc7537..3b68fb3 100644 --- a/content/releases/2.0.1/release-notes/index.html +++ b/content/releases/2.0.1/release-notes/index.html @@ -4,8 +4,8 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Community</title> - <meta name="description" content="Project Community Page"> + <title>Bahir Release 2.0.1</title> + <meta name="description" content="Release Notes for Apache Bahir 2.0.1"> <meta name="author" content=""> <!-- Enable responsive viewport --> @@ -108,6 +108,9 @@ <li><a href="/docs/spark/current/documentation" target="_self">Bahir Spark Extensions - Current</a></li> + <li><a href="/docs/spark/2.1.0/documentation" target="_self">Bahir Spark Extensions - 2.1.0</a></li> + + <li><a href="/docs/spark/2.0.2/documentation" target="_self">Bahir Spark Extensions - 2.0.2</a></li> @@ -171,7 +174,7 @@ -<!--<div class="hero-unit Community"> +<!--<div class="hero-unit Bahir Release 2.0.1"> <h1></h1> </div> --> @@ -182,7 +185,7 @@ --> -<h1 id="apache-bahir-201-for-apache-spark">Apache Bahir 2.0.1 for Apache Spark</h1> +<h1 id="apache-bahir-201-for-apache-spark-201">Apache Bahir 2.0.1 for Apache Spark 2.0.1</h1> <h2 id="bug">Bug</h2> http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/releases/2.0.2/release-notes/index.html ---------------------------------------------------------------------- diff --git a/content/releases/2.0.2/release-notes/index.html b/content/releases/2.0.2/release-notes/index.html index ed98b49..2a905c7 100644 --- a/content/releases/2.0.2/release-notes/index.html +++ b/content/releases/2.0.2/release-notes/index.html @@ -4,8 +4,8 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Community</title> - <meta name="description" content="Project Community Page"> + <title>Bahir Release 2.0.2</title> + <meta name="description" content="Release Notes for Apache Bahir 2.0.2"> <meta name="author" content=""> <!-- Enable responsive viewport --> @@ -108,6 +108,9 @@ <li><a href="/docs/spark/current/documentation" target="_self">Bahir Spark Extensions - Current</a></li> + <li><a href="/docs/spark/2.1.0/documentation" target="_self">Bahir Spark Extensions - 2.1.0</a></li> + + <li><a href="/docs/spark/2.0.2/documentation" target="_self">Bahir Spark Extensions - 2.0.2</a></li> @@ -171,7 +174,7 @@ -<!--<div class="hero-unit Community"> +<!--<div class="hero-unit Bahir Release 2.0.2"> <h1></h1> </div> --> @@ -182,7 +185,7 @@ --> -<h1 id="apache-bahir-202-for-apache-spark">Apache Bahir 2.0.2 for Apache Spark</h1> +<h1 id="apache-bahir-202-for-apache-spark-202">Apache Bahir 2.0.2 for Apache Spark 2.0.2</h1> <h2 id="task">Task</h2> http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b20a1c1c/content/releases/2.1.0/release-notes/index.html ---------------------------------------------------------------------- diff --git a/content/releases/2.1.0/release-notes/index.html b/content/releases/2.1.0/release-notes/index.html new file mode 100644 index 0000000..16424ac --- /dev/null +++ b/content/releases/2.1.0/release-notes/index.html @@ -0,0 +1,253 @@ + + +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Bahir Release 2.1.0</title> + <meta name="description" content="Release Notes for Apache Bahir 2.1.0"> + <meta name="author" content=""> + + <!-- Enable responsive viewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> + <!--[if lt IE 9]> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + + <!-- Le styles --> + <link href="/assets/themes/apache-clean/bootstrap/css/bootstrap.css" rel="stylesheet"> + <link href="/assets/themes/apache-clean/css/style.css?body=1" rel="stylesheet" type="text/css"> + <link href="/assets/themes/apache-clean/css/syntax.css" rel="stylesheet" type="text/css" media="screen" /> + <!-- Le fav and touch icons --> + <!-- Update these with your own images + <link rel="shortcut icon" href="images/favicon.ico"> + <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> + <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> + <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> + --> + + <!-- make tables sortable by adding class tag "sortable" to table elements --> + <script src="http://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script> + + + </head> + + <body> + + + +<!-- Navigation --> +<div id="nav-bar"> + <nav id="nav-container" class="navbar navbar-inverse " role="navigation"> + <div class="container"> + <!-- Brand and toggle get grouped for better mobile display --> + + <div class="navbar-header page-scroll"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a class="navbar-brand page-scroll" href="/#home">Home</a> + </div> + <!-- Collect the nav links, forms, and other content for toggling --> + <nav class="navbar-collapse collapse" role="navigation"> + <ul class="nav navbar-nav"> + + + + <li id="download"> + + + <a href="/download" target="_self">Download</a> + + </li> + + + + + <li id="community"> + + <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a> + <ul class="dropdown-menu dropdown-left"> + + + <li><a href="/community" target="_self">Get Involved</a></li> + + + <li><a href="/contributing" target="_self">Contributing</a></li> + + + <li><a href="/contributing-extensions" target="_self">Contributing Extensions</a></li> + + + <li><a href="https://issues.apache.org/jira/browse/BAHIR" target="_blank">Issue Tracker</a></li> + + + <li><a href="https://github.com/apache/bahir" target="_blank">Source Code</a></li> + + + <li><a href="/community-members" target="_self">Project Committers</a></li> + + </ul> + + </li> + + + + + <li id="documentation"> + + <a href="#" data-toggle="dropdown" class="dropdown-toggle">Documentation<b class="caret"></b></a> + <ul class="dropdown-menu dropdown-left"> + + + <li><a href="/docs/spark/current/documentation" target="_self">Bahir Spark Extensions - Current</a></li> + + + <li><a href="/docs/spark/2.1.0/documentation" target="_self">Bahir Spark Extensions - 2.1.0</a></li> + + + <li><a href="/docs/spark/2.0.2/documentation" target="_self">Bahir Spark Extensions - 2.0.2</a></li> + + + <li><a href="/docs/spark/2.0.1/documentation" target="_self">Bahir Spark Extensions - 2.0.1</a></li> + + + <li><a href="/docs/spark/2.0.0/documentation" target="_self">Bahir Spark Extensions - 2.0.0</a></li> + + </ul> + + </li> + + + + + <li id="github"> + + + <a href="https://github.com/apache/bahir" target="_blank">GitHub</a> + + </li> + + + + + <li id="apache"> + + <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a> + <ul class="dropdown-menu dropdown-left"> + + + <li><a href="http://www.apache.org/foundation/how-it-works.html" target="_blank">Apache Software Foundation</a></li> + + + <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li> + + + <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li> + + + <li><a href="http://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li> + + + <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li> + + </ul> + + </li> + + + </ul> + </nav><!--/.navbar-collapse --> + <!-- /.navbar-collapse --> + </div> + <!-- /.container --> + </nav> +</div> + + + <div class="container"> + + + +<!--<div class="hero-unit Bahir Release 2.1.0"> + <h1></h1> +</div> +--> + +<div class="row"> + <div class="col-md-12"> + <!-- + +--> + +<h1 id="apache-bahir-21-for-apache-spark-21">Apache Bahir 2.1 for Apache Spark 2.1</h1> + +<h2 id="task">Task</h2> + +<div class="highlighter-rouge"><pre class="highlight"><code>[BAHIR-87] - Prepare release based on Apache Spark 2.1.0 +[MINOR] - Update Scaladoc in MQTTWordCount example +[MINOR] - Fix Maven artifact IDs in README.md files +</code></pre> +</div> + + + </div> +</div> + + + + <hr> + + <!-- <p>© 2017 </p>--> + <footer class="site-footer"> + <div class="wrapper"> + <div class="footer-col-wrapper"> + + <div style="text-align:center;"> + + <div> + Copyright © 2016-2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. + Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version + 2.0</a>. + <br> + + Apache and the Apache Feather logo are trademarks of The Apache Software Foundation. + + </div> + </div> + </div> + </div> +</footer> + + </div> + + + + + <script type="text/javascript"> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-79140859-1', 'bahir.apache.org'); + ga('require', 'linkid', 'linkid.js'); + ga('send', 'pageview'); + +</script> + + + + <script src="/assets/themes/apache-clean/jquery/jquery-2.1.1.min.js"></script> + + <script src="/assets/themes/apache-clean/bootstrap/js/bootstrap.min.js"></script> + + + </body> +</html> +