You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2015/06/04 21:21:27 UTC

svn commit: r1683614 - in /storm/site/publish: 2013/01/11/storm082-released.html 2015/06/ 2015/06/04/ 2015/06/04/storm095-released.html downloads.html feed.xml news.html

Author: ptgoetz
Date: Thu Jun  4 19:21:26 2015
New Revision: 1683614

URL: http://svn.apache.org/r1683614
Log:
update downloads and add blog post for 0.9.5 release

Added:
    storm/site/publish/2015/06/
    storm/site/publish/2015/06/04/
    storm/site/publish/2015/06/04/storm095-released.html
Modified:
    storm/site/publish/2013/01/11/storm082-released.html
    storm/site/publish/downloads.html
    storm/site/publish/feed.xml
    storm/site/publish/news.html

Modified: storm/site/publish/2013/01/11/storm082-released.html
URL: http://svn.apache.org/viewvc/storm/site/publish/2013/01/11/storm082-released.html?rev=1683614&r1=1683613&r2=1683614&view=diff
==============================================================================
--- storm/site/publish/2013/01/11/storm082-released.html (original)
+++ storm/site/publish/2013/01/11/storm082-released.html Thu Jun  4 19:21:26 2015
@@ -87,7 +87,7 @@
 
 <p>You configure the isolation scheduler in the Nimbus configuration. Set &quot;storm.scheduler&quot; to &quot;backtype.storm.scheduler.IsolationScheduler&quot;. Then, use the &quot;isolation.scheduler.machines&quot; config to specify how many machines each topology should get. This config is a map from topology name to number of machines. For example:</p>
 
-<p><script src="https://gist.github.com/4514691.js"></script></p>
+<script src="https://gist.github.com/4514691.js"></script>
 
 <p>Any topologies submitted to the cluster not listed there will not be isolated. Note that there is no way for a user of Storm to affect their isolation settings – this is only allowed by the administrator of the cluster (this is very much intentional).</p>
 

Added: storm/site/publish/2015/06/04/storm095-released.html
URL: http://svn.apache.org/viewvc/storm/site/publish/2015/06/04/storm095-released.html?rev=1683614&view=auto
==============================================================================
--- storm/site/publish/2015/06/04/storm095-released.html (added)
+++ storm/site/publish/2015/06/04/storm095-released.html Thu Jun  4 19:21:26 2015
@@ -0,0 +1,125 @@
+<!DOCTYPE html>
+<html>
+
+    <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link rel="icon" href="/assets/favicon.ico">
+
+    <title>Storm 0.9.5 released</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+    <!-- Bootstrap theme -->
+    <link href="/assets/css/bootstrap-theme.min.css" rel="stylesheet">
+
+    <!-- Custom styles for this template -->
+    <link href="/assets/css/theme.css" rel="stylesheet">
+	
+	<link href="/css/main.css" rel="stylesheet">
+
+    <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
+    <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+    <script src="/assets/js/ie-emulation-modes-warning.js"></script>
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+
+
+
+  <body>
+    <div class="container">
+        <!-- Fixed navbar -->
+    <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
+            <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" href="/">Apache Storm<!-- <img alt="Apache Storm" src="/images/storm_logo_tagline_color.png"></a> -->
+        </div>
+        <div id="navbar" class="navbar-collapse collapse">
+          <ul class="nav navbar-nav">
+            <li><a href="/">Home</a></li>
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">About<span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <li><a href="/about/integrates.html">About</a></li>
+                <li><a href="/documentation/Contributing-to-Storm.html">Contributing</a></li>
+                <li><a href="/documentation/BYLAWS.html">Bylaws</a></li>
+              </ul>
+            </li>
+            <li><a href="/downloads.html">Download</a></li>
+            <li><a href="/documentation/Home.html">Documentation</a></li>
+            <li><a href="/news.html">News</a></li>
+          </ul>
+        </div><!--/.nav-collapse -->
+      </div>
+    </nav>
+
+
+
+
+      
+        <div class="container">
+
+  <header class="post-header">
+    <h1 class="post-title">Storm 0.9.5 released</h1>
+    <p class="text-muted credit">Posted on Jun 4, 2015 by P. Taylor Goetz</p>
+  </header>
+
+  <article class="post-content">
+    <p>The Apache Storm community is pleased to announce that version 0.9.5 has been released and is available from <a href="/downloads.html">the downloads page</a>.</p>
+
+<p>This is a maintenance release that includes a number of important bug fixes that improve Storm&#39;s stability and fault tolerance. We encourage users of previous versions to upgrade to this latest release.</p>
+
+<h2 id="thanks">Thanks</h2>
+
+<p>Special thanks are due to all those who have contributed to Apache Storm -- whether through direct code contributions, documentation, bug reports, or helping other users on the mailing lists. Your efforts are much appreciated.</p>
+
+<h2 id="full-changelog">Full Changelog</h2>
+
+<ul>
+<li>STORM-790: Log &quot;task is null&quot; instead of letting worker die when task is null in transfer-fn</li>
+<li>STORM-796: Add support for &quot;error&quot; command in ShellSpout</li>
+<li>STORM-745: fix storm.cmd to evaluate &#39;shift&#39; correctly with &#39;storm jar&#39;</li>
+<li>STORM-130: Supervisor getting killed due to java.io.FileNotFoundException: File &#39;../stormconf.ser&#39; does not exist.</li>
+</ul>
+
+  </article>
+
+</div>
+
+      
+
+    <hr/>
+<div id="footer" class="container text-center">
+	
+            <p class="text-muted credit"><p>
+Copyright © 2014 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved. Apache Storm, Apache, the Apache feather logo, and the Apache Storm project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
+
+</div>
+
+    <!-- Bootstrap core JavaScript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
+    <script src="/assets/js/bootstrap.min.js"></script>
+    <script src="/assets/js/docs.min.js"></script>
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <script src="/assets/js/ie10-viewport-bug-workaround.js"></script>
+    </div>
+	
+  </body>
+
+</html>

Modified: storm/site/publish/downloads.html
URL: http://svn.apache.org/viewvc/storm/site/publish/downloads.html?rev=1683614&r1=1683613&r2=1683614&view=diff
==============================================================================
--- storm/site/publish/downloads.html (original)
+++ storm/site/publish/downloads.html Thu Jun  4 19:21:26 2015
@@ -89,11 +89,51 @@
   Current source code is hosted on GitHub, <a href="https://github.com/apache/storm">apache/storm</a>
   
   <h3>Current Release</h3>
-  The current release is 0.9.4. Source and binary distributions can be found below.
+  The current release is 0.9.5. Source and binary distributions can be found below.
   
-  The list of changes for this release can be found <a href="https://github.com/apache/storm/blob/v0.9.4/CHANGELOG.md">here.</a>
+  The list of changes for this release can be found <a href="https://github.com/apache/storm/blob/v0.9.5/CHANGELOG.md">here.</a>
 
   <ul>
+	  <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz">apache-storm-0.9.5.tar.gz</a>
+	     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz.asc">PGP</a>]
+	     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz.sha">SHA512</a>] 
+	     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz.md5">MD5</a>]
+	  </li>
+	  <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.5/apache-storm-0.9.5.zip">apache-storm-0.9.5.zip</a>
+	     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5.zip.asc">PGP</a>]
+	     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5.zip.sha">SHA512</a>] 
+	     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5.zip.md5">MD5</a>]
+	  </li>
+	  <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.tar.gz">apache-storm-0.9.5-src.tar.gz</a>
+	     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.tar.gz.asc">PGP</a>]
+	     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.tar.gz.sha">SHA512</a>] 
+	     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.tar.gz.md5">MD5</a>]
+	  </li>
+	  <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.zip">apache-storm-0.9.5-src.zip</a>
+	     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.zip.asc">PGP</a>]
+	     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.zip.sha">SHA512</a>] 
+	     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.zip.md5">MD5</a>]
+	  </li>
+  </ul>
+
+  Storm artifacts are hosted in <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">Maven Central</a>. You can add Storm as a dependency with the following coordinates:
+  <pre>
+groupId: <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">org.apache.storm</a>
+artifactId: storm-core
+version: 0.9.5
+  </pre>
+  
+  
+  The signing keys for releases can be found <a href="http://www.apache.org/dist/storm/KEYS">here.</a>
+  
+  <p>
+	  
+  </p>
+  <h3>Previous Releases</h3>
+  
+  <b>0.9.4</b>
+  
+  <ul>
 	  <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.4/apache-storm-0.9.4.tar.gz">apache-storm-0.9.4.tar.gz</a>
 	     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4.tar.gz.asc">PGP</a>]
 	     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4.tar.gz.sha">SHA512</a>] 
@@ -115,21 +155,6 @@
 	     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4-src.zip.md5">MD5</a>]
 	  </li>
   </ul>
-
-  Storm artifacts are hosted in <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">Maven Central</a>. You can add Storm as a dependency with the following coordinates:
-  <pre>
-groupId: <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">org.apache.storm</a>
-artifactId: storm-core
-version: 0.9.4
-  </pre>
-  
-  
-  The signing keys for releases can be found <a href="http://www.apache.org/dist/storm/KEYS">here.</a>
-  
-  <p>
-	  
-  </p>
-  <h3>Previous Releases</h3>
   
   <b>0.9.3</b>
   

Modified: storm/site/publish/feed.xml
URL: http://svn.apache.org/viewvc/storm/site/publish/feed.xml?rev=1683614&r1=1683613&r2=1683614&view=diff
==============================================================================
--- storm/site/publish/feed.xml (original)
+++ storm/site/publish/feed.xml Thu Jun  4 19:21:26 2015
@@ -5,9 +5,35 @@
     <description></description>
     <link>http://storm.apache.org/</link>
     <atom:link href="http://storm.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 28 May 2015 15:36:10 -0500</pubDate>
-    <lastBuildDate>Thu, 28 May 2015 15:36:10 -0500</lastBuildDate>
-    <generator>Jekyll v2.5.2</generator>
+    <pubDate>Thu, 04 Jun 2015 15:20:58 -0400</pubDate>
+    <lastBuildDate>Thu, 04 Jun 2015 15:20:58 -0400</lastBuildDate>
+    <generator>Jekyll v2.5.3</generator>
+    
+      <item>
+        <title>Storm 0.9.5 released</title>
+        <description>&lt;p&gt;The Apache Storm community is pleased to announce that version 0.9.5 has been released and is available from &lt;a href=&quot;/downloads.html&quot;&gt;the downloads page&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;This is a maintenance release that includes a number of important bug fixes that improve Storm&amp;#39;s stability and fault tolerance. We encourage users of previous versions to upgrade to this latest release.&lt;/p&gt;
+
+&lt;h2 id=&quot;thanks&quot;&gt;Thanks&lt;/h2&gt;
+
+&lt;p&gt;Special thanks are due to all those who have contributed to Apache Storm -- whether through direct code contributions, documentation, bug reports, or helping other users on the mailing lists. Your efforts are much appreciated.&lt;/p&gt;
+
+&lt;h2 id=&quot;full-changelog&quot;&gt;Full Changelog&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;STORM-790: Log &amp;quot;task is null&amp;quot; instead of letting worker die when task is null in transfer-fn&lt;/li&gt;
+&lt;li&gt;STORM-796: Add support for &amp;quot;error&amp;quot; command in ShellSpout&lt;/li&gt;
+&lt;li&gt;STORM-745: fix storm.cmd to evaluate &amp;#39;shift&amp;#39; correctly with &amp;#39;storm jar&amp;#39;&lt;/li&gt;
+&lt;li&gt;STORM-130: Supervisor getting killed due to java.io.FileNotFoundException: File &amp;#39;../stormconf.ser&amp;#39; does not exist.&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Thu, 04 Jun 2015 00:00:00 -0400</pubDate>
+        <link>http://storm.apache.org/2015/06/04/storm095-released.html</link>
+        <guid isPermaLink="true">http://storm.apache.org/2015/06/04/storm095-released.html</guid>
+        
+        
+      </item>
     
       <item>
         <title>Storm 0.9.4 released</title>
@@ -29,7 +55,7 @@
 &lt;li&gt;STORM-130: Supervisor getting killed due to java.io.FileNotFoundException: File &amp;#39;../stormconf.ser&amp;#39; does not exist.&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-        <pubDate>Wed, 25 Mar 2015 00:00:00 -0500</pubDate>
+        <pubDate>Wed, 25 Mar 2015 00:00:00 -0400</pubDate>
         <link>http://storm.apache.org/2015/03/25/storm094-released.html</link>
         <guid isPermaLink="true">http://storm.apache.org/2015/03/25/storm094-released.html</guid>
         
@@ -225,7 +251,7 @@
 &lt;li&gt;STORM-514: Update storm-starter README now that Storm has graduated from Incubator&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-        <pubDate>Tue, 25 Nov 2014 00:00:00 -0600</pubDate>
+        <pubDate>Tue, 25 Nov 2014 00:00:00 -0500</pubDate>
         <link>http://storm.apache.org/2014/11/25/storm093-released.html</link>
         <guid isPermaLink="true">http://storm.apache.org/2014/11/25/storm093-released.html</guid>
         
@@ -240,7 +266,7 @@
 
 &lt;p&gt;We heartily encourage you to &lt;a href=&quot;http://storm.apache.org/downloads.html&quot;&gt;test the 0.9.3 release candidate&lt;/a&gt; and provide your feedback regarding any issues via &lt;a href=&quot;http://storm.apache.org/community.html&quot;&gt;our mailing lists&lt;/a&gt;, which is an easy and valuable way to contribute back to the Storm community and to help us moving to an official 0.9.3 release.  You can find the &lt;a href=&quot;http://storm.apache.org/downloads.html&quot;&gt;0.9.3 release candidate in our Downloads section&lt;/a&gt;.&lt;/p&gt;
 </description>
-        <pubDate>Mon, 20 Oct 2014 00:00:00 -0500</pubDate>
+        <pubDate>Mon, 20 Oct 2014 00:00:00 -0400</pubDate>
         <link>http://storm.apache.org/2014/10/20/storm093-release-candidate.html</link>
         <guid isPermaLink="true">http://storm.apache.org/2014/10/20/storm093-release-candidate.html</guid>
         
@@ -375,7 +401,7 @@ version: 0.9.2-incubating
 &lt;li&gt;STORM-146: Unit test regression when storm is compiled with 3.4.5 zookeeper&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-        <pubDate>Wed, 25 Jun 2014 00:00:00 -0500</pubDate>
+        <pubDate>Wed, 25 Jun 2014 00:00:00 -0400</pubDate>
         <link>http://storm.apache.org/2014/06/25/storm092-released.html</link>
         <guid isPermaLink="true">http://storm.apache.org/2014/06/25/storm092-released.html</guid>
         
@@ -422,7 +448,7 @@ version: 0.9.2-incubating
 &lt;/tr&gt;
 &lt;/tbody&gt;&lt;/table&gt;
 </description>
-        <pubDate>Tue, 17 Jun 2014 00:00:00 -0500</pubDate>
+        <pubDate>Tue, 17 Jun 2014 00:00:00 -0400</pubDate>
         <link>http://storm.apache.org/2014/06/17/contest-results.html</link>
         <guid isPermaLink="true">http://storm.apache.org/2014/06/17/contest-results.html</guid>
         
@@ -517,7 +543,7 @@ version: 0.9.2-incubating
 &lt;/tr&gt;
 &lt;/tbody&gt;&lt;/table&gt;
 </description>
-        <pubDate>Tue, 27 May 2014 00:00:00 -0500</pubDate>
+        <pubDate>Tue, 27 May 2014 00:00:00 -0400</pubDate>
         <link>http://storm.apache.org/2014/05/27/round1-results.html</link>
         <guid isPermaLink="true">http://storm.apache.org/2014/05/27/round1-results.html</guid>
         
@@ -528,7 +554,7 @@ version: 0.9.2-incubating
         <title>Logo Entry No. 11 - Jennifer Lee</title>
         <description>&lt;p&gt;&lt;img src=&quot;/images/logocontest/jlee2/storm_logo.jpg&quot; alt=&quot;Storm Brand&quot;&gt;&lt;/p&gt;
 </description>
-        <pubDate>Tue, 29 Apr 2014 00:00:00 -0500</pubDate>
+        <pubDate>Tue, 29 Apr 2014 00:00:00 -0400</pubDate>
         <link>http://storm.apache.org/2014/04/29/logo-jlee3.html</link>
         <guid isPermaLink="true">http://storm.apache.org/2014/04/29/logo-jlee3.html</guid>
         
@@ -539,7 +565,7 @@ version: 0.9.2-incubating
         <title>Logo Entry No. 10 - Jennifer Lee</title>
         <description>&lt;p&gt;&lt;img src=&quot;/images/logocontest/jlee3/storm_logo.jpg&quot; alt=&quot;Storm Brand&quot;&gt;&lt;/p&gt;
 </description>
-        <pubDate>Tue, 29 Apr 2014 00:00:00 -0500</pubDate>
+        <pubDate>Tue, 29 Apr 2014 00:00:00 -0400</pubDate>
         <link>http://storm.apache.org/2014/04/29/logo-jlee2.html</link>
         <guid isPermaLink="true">http://storm.apache.org/2014/04/29/logo-jlee2.html</guid>
         
@@ -550,23 +576,12 @@ version: 0.9.2-incubating
         <title>Logo Entry No. 9 - Jennifer Lee</title>
         <description>&lt;p&gt;&lt;img src=&quot;/images/logocontest/jlee1/storm_logo.jpg&quot; alt=&quot;Storm Brand&quot;&gt;&lt;/p&gt;
 </description>
-        <pubDate>Tue, 29 Apr 2014 00:00:00 -0500</pubDate>
+        <pubDate>Tue, 29 Apr 2014 00:00:00 -0400</pubDate>
         <link>http://storm.apache.org/2014/04/29/logo-jlee1.html</link>
         <guid isPermaLink="true">http://storm.apache.org/2014/04/29/logo-jlee1.html</guid>
         
         
       </item>
-    
-      <item>
-        <title>Logo Entry No. 8 - Stefano Asili</title>
-        <description>&lt;p&gt;&lt;img src=&quot;/images/logocontest/sasili/storm_logo.png&quot; alt=&quot;Storm Brand&quot;&gt;&lt;/p&gt;
-</description>
-        <pubDate>Sun, 27 Apr 2014 00:00:00 -0500</pubDate>
-        <link>http://storm.apache.org/2014/04/27/logo-sasili.html</link>
-        <guid isPermaLink="true">http://storm.apache.org/2014/04/27/logo-sasili.html</guid>
-        
-        
-      </item>
     
   </channel>
 </rss>

Modified: storm/site/publish/news.html
URL: http://svn.apache.org/viewvc/storm/site/publish/news.html?rev=1683614&r1=1683613&r2=1683614&view=diff
==============================================================================
--- storm/site/publish/news.html (original)
+++ storm/site/publish/news.html Thu Jun  4 19:21:26 2015
@@ -83,6 +83,8 @@
     <div id="content">
   <ul class="posts">
     
+      <li><span>04 Jun 2015</span> &raquo; <a href="/2015/06/04/storm095-released.html">Storm 0.9.5 released</a></li>
+    
       <li><span>25 Mar 2015</span> &raquo; <a href="/2015/03/25/storm094-released.html">Storm 0.9.4 released</a></li>
     
       <li><span>25 Nov 2014</span> &raquo; <a href="/2014/11/25/storm093-released.html">Storm 0.9.3 released</a></li>