You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datafu.apache.org by mh...@apache.org on 2016/08/11 02:10:54 UTC

svn commit: r1755897 - in /incubator/datafu/site/blog: 2016/08/10/datafu-1-3-1-released.html index.html

Author: mhayes
Date: Thu Aug 11 02:10:54 2016
New Revision: 1755897

URL: http://svn.apache.org/viewvc?rev=1755897&view=rev
Log:
Reorder blog post content

Modified:
    incubator/datafu/site/blog/2016/08/10/datafu-1-3-1-released.html
    incubator/datafu/site/blog/index.html

Modified: incubator/datafu/site/blog/2016/08/10/datafu-1-3-1-released.html
URL: http://svn.apache.org/viewvc/incubator/datafu/site/blog/2016/08/10/datafu-1-3-1-released.html?rev=1755897&r1=1755896&r2=1755897&view=diff
==============================================================================
--- incubator/datafu/site/blog/2016/08/10/datafu-1-3-1-released.html (original)
+++ incubator/datafu/site/blog/2016/08/10/datafu-1-3-1-released.html Thu Aug 11 02:10:54 2016
@@ -13,11 +13,11 @@
         <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@apachedatafu" />
   <meta name="twitter:title" content="Apache DataFu (incubating) 1.3.1 Released" />
-  <meta name="twitter:description" content="I'd like to announce the release of Apache DataFu (incubating) 1.3.1. The source release can be obtained from: http://www.apache.org/dyn/closer.cgi/incubator/datafu/apache-datafu-incubating-1.3.1/ Artifacts for DataFu are published in Apache's Maven..." />
+  <meta name="twitter:description" content="I'd like to announce the release of Apache DataFu (incubating) 1.3.1. Additions: New UDF CountDistinctUpTo that counts tuples within a bag to a preset limit (DATAFU-117) Improvements: TupleFromBag and FirstTupleFromBag now implement Accumulator... " />
   <meta property="og:url" content="http://datafu.incubator.apache.org/blog/2016/08/10/datafu-1-3-1-released.html" />
   <meta property="og:type" content="article" />
   <meta property="og:title" content="Apache DataFu (incubating) 1.3.1 Released" />
-  <meta property="og:description" content="I'd like to announce the release of Apache DataFu (incubating) 1.3.1. The source release can be obtained from: http://www.apache.org/dyn/closer.cgi/incubator/datafu/apache-datafu-incubating-1.3.1/ Artifacts for DataFu are published in Apache's Maven..." />
+  <meta property="og:description" content="I'd like to announce the release of Apache DataFu (incubating) 1.3.1. Additions: New UDF CountDistinctUpTo that counts tuples within a bag to a preset limit (DATAFU-117) Improvements: TupleFromBag and FirstTupleFromBag now implement Accumulator... " />
 
 
     <!-- Use title if it's in the page YAML frontmatter -->
@@ -66,16 +66,6 @@
 
     <p>I&#39;d like to announce the release of Apache DataFu (incubating) 1.3.1.</p>
 
-<p>The source release can be obtained from:</p>
-
-<p><a href="http://www.apache.org/dyn/closer.cgi/incubator/datafu/apache-datafu-incubating-1.3.1/">http://www.apache.org/dyn/closer.cgi/incubator/datafu/apache-datafu-incubating-1.3.1/</a></p>
-
-<p>Artifacts for DataFu are published in Apache&#39;s Maven Repository:</p>
-
-<p><a href="https://repository.apache.org/content/groups/public/org/apache/datafu/">https://repository.apache.org/content/groups/public/org/apache/datafu/</a></p>
-
-<p>Please follow the <a href="/docs/quick-start.html">Quick Start</a> for instructions on building from source or retrieving the artifacts in your build system.  A summary of <a href="https://github.com/apache/incubator-datafu/blob/1.3.1/changes.md">changes</a> for 1.3.1 appears below.</p>
-
 <p>Additions:</p>
 
 <ul>
@@ -95,6 +85,16 @@
 <li>JDK version now validated when building (DATAFU-95)</li>
 </ul>
 
+<p>The source release can be obtained from:</p>
+
+<p><a href="http://www.apache.org/dyn/closer.cgi/incubator/datafu/apache-datafu-incubating-1.3.1/">http://www.apache.org/dyn/closer.cgi/incubator/datafu/apache-datafu-incubating-1.3.1/</a></p>
+
+<p>Artifacts for DataFu are published in Apache&#39;s Maven Repository:</p>
+
+<p><a href="https://repository.apache.org/content/groups/public/org/apache/datafu/">https://repository.apache.org/content/groups/public/org/apache/datafu/</a></p>
+
+<p>Please follow the <a href="/docs/quick-start.html">Quick Start</a> for instructions on building from source or retrieving the artifacts in your build system.</p>
+
 
   </article>
 </div>

Modified: incubator/datafu/site/blog/index.html
URL: http://svn.apache.org/viewvc/incubator/datafu/site/blog/index.html?rev=1755897&r1=1755896&r2=1755897&view=diff
==============================================================================
--- incubator/datafu/site/blog/index.html (original)
+++ incubator/datafu/site/blog/index.html Thu Aug 11 02:10:54 2016
@@ -55,11 +55,17 @@
     </h5>
     <p>I'd like to announce the release of Apache DataFu (incubating) 1.3.1.</p>
 
-<p>The source release can be obtained from:</p>
+<p>Additions:</p>
 
-<p><a href="http://www.apache.org/dyn/closer.cgi/incubator/datafu/apache-datafu-incubating-1.3.1/">http://www.apache.org/dyn/closer.cgi/incubator/datafu/apache-datafu-incubating-1.3.1/</a></p>
+<ul>
+<li>New UDF CountDistinctUpTo that counts tuples within a bag to a preset limit (DATAFU-117)</li>
+</ul>
 
-<p>Artifacts for DataFu are published in Apache's Maven...</p>
+<p>Improvements:</p>
+
+<ul>
+<li>TupleFromBag and FirstTupleFromBag now implement Accumulator...</li>
+</ul>
     <a href="/blog/2016/08/10/datafu-1-3-1-released.html">Read more...</a>
   </article>
 </div>