Author: mhayes
Date: Tue Jan 8 01:24:39 2019
New Revision: 1850702
URL: http://svn.apache.org/viewvc?rev=1850702&view=rev
Log:
Apache DataFu: 1.5.0 blog post
Added:
datafu/site/blog/2019/
datafu/site/blog/2019/01/
datafu/site/blog/2019/01/07/
datafu/site/blog/2019/01/07/datafu-1-5-0-released.html
Modified:
datafu/site/blog/index.html
datafu/site/sitemap.xml
Added: datafu/site/blog/2019/01/07/datafu-1-5-0-released.html
URL: http://svn.apache.org/viewvc/datafu/site/blog/2019/01/07/datafu-1-5-0-released.html?rev=1850702&view=auto
==============================================================================
--- datafu/site/blog/2019/01/07/datafu-1-5-0-released.html (added)
+++ datafu/site/blog/2019/01/07/datafu-1-5-0-released.html Tue Jan 8 01:24:39 2019
@@ -0,0 +1,119 @@
+
+
+
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8">
+
+ <!-- Always force latest IE rendering engine or request Chrome Frame -->
+ <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
+ <meta name="google-site-verification" content="9N7qTOUYyX4kYfXYc0OIomWJku3PVvGrf6oTNWg2CHI"
/>
+
+ <meta name="twitter:card" content="summary" />
+ <meta name="twitter:site" content="@apachedatafu" />
+ <meta name="twitter:title" content="Apache DataFu 1.5.0 Released" />
+ <meta name="twitter:description" content="I'd like to announce the release of Apache
DataFu 1.5.0. Additions: dedup macro (DATAFU-129) samplebykeys macro (DATAFU-127) Improvements:
Update Ruby gem for site generation (DATAFU-147) Make DataFu compile with Java 8 (DATAFU-132)
Changes..." />
+ <meta property="og:url" content="http://datafu.apache.org/blog/2019/01/07/datafu-1-5-0-released.html"
/>
+ <meta property="og:type" content="article" />
+ <meta property="og:title" content="Apache DataFu 1.5.0 Released" />
+ <meta property="og:description" content="I'd like to announce the release of Apache
DataFu 1.5.0. Additions: dedup macro (DATAFU-129) samplebykeys macro (DATAFU-127) Improvements:
Update Ruby gem for site generation (DATAFU-147) Make DataFu compile with Java 8 (DATAFU-132)
Changes..." />
+
+
+ <!-- Use title if it's in the page YAML frontmatter -->
+ <title>Apache DataFu 1.5.0 Released</title>
+
+ <link href="/stylesheets/all.css" rel="stylesheet" /><link href="/stylesheets/highlight.css"
rel="stylesheet" />
+ <script src="/javascripts/all.js"></script>
+
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-30533336-2']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async
= true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www')
+ '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga,
s);
+ })();
+ </script>
+ </head>
+
+ <body class="blog blog_2019 blog_2019_01 blog_2019_01_07 blog_2019_01_07_datafu-1-5-0-released">
+
+ <div class="container">
+
+
+<div class="header">
+
+ <ul class="nav nav-pills pull-right">
+ <li><a href="/blog">Blog</a></li>
+ </ul>
+
+ <h3 class="header-title"><a href="/">Apache DataFu™</a></h3>
+
+</div>
+
+
+ <div class="row">
+ <article class="col-lg-10">
+ <h1>Apache DataFu 1.5.0 Released</h1>
+ <h5 class="text-muted"><time>Jan 7, 2019</time></h5>
+ <h5 class="text-muted">Matthew Hayes</h5>
+
+ <hr>
+
+ <p>I'd like to announce the release of Apache DataFu 1.5.0.</p>
+
+<p>Additions:</p>
+
+<ul>
+<li>dedup macro (DATAFU-129)</li>
+<li>sample<em>by</em>keys macro (DATAFU-127)</li>
+</ul>
+
+<p>Improvements:</p>
+
+<ul>
+<li>Update Ruby gem for site generation (DATAFU-147)</li>
+<li>Make DataFu compile with Java 8 (DATAFU-132)</li>
+</ul>
+
+<p>Changes:</p>
+
+<ul>
+<li>Upgrade to Gradle v4.8.1 (DATAFU-146)</li>
+</ul>
+
+<p>The source release can be obtained from:</p>
+
+<p><a href="http://www.apache.org/dyn/closer.cgi/datafu/apache-datafu-1.5.0/">http://www.apache.org/dyn/closer.cgi/datafu/apache-datafu-1.5.0/</a></p>
+
+<p>Artifacts for DataFu are published in Apache'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 visit the <a href="/docs/download.html">Download</a> page for
instructions on building from source or retrieving the artifacts in your build system.</p>
+
+
+ </article>
+</div>
+
+
+
+<div class="footer">
+
+<div class="feather">
+<a href="http://www.apache.org/" target="_blank"><img src="/images/feather.png"
alt="Apache Feather" title="Apache Feather"/></a>
+</div>
+
+<div class="copyright">
+ Copyright © 2011-2019 The Apache Software Foundation, Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br>
+ Apache DataFu, DataFu, Apache Pig, Apache Hadoop, Hadoop, Apache, and the Apache feather
logo are either registered trademarks or trademarks of the <a href="http://www.apache.org/">Apache
Software Foundation</a> in the United States and other countries.
+</div>
+</div>
+
+ </div>
+
+ </body>
+</html>
\ No newline at end of file
Modified: datafu/site/blog/index.html
URL: http://svn.apache.org/viewvc/datafu/site/blog/index.html?rev=1850702&r1=1850701&r2=1850702&view=diff
==============================================================================
--- datafu/site/blog/index.html (original)
+++ datafu/site/blog/index.html Tue Jan 8 01:24:39 2019
@@ -47,6 +47,33 @@
<div class="row">
<article class="col-lg-10">
+ <h2><a href="/blog/2019/01/07/datafu-1-5-0-released.html">Apache DataFu 1.5.0
Released</a></h2>
+ <h5 class="text-muted"><time>Jan 7, 2019</time>
+ <h5 class="text-muted">
+ Matthew Hayes
+ </h5>
+ <p>I'd like to announce the release of Apache DataFu 1.5.0.</p>
+
+<p>Additions:</p>
+
+<ul>
+<li>dedup macro (DATAFU-129)</li>
+<li>sample<em>by</em>keys macro (DATAFU-127)</li>
+</ul>
+
+<p>Improvements:</p>
+
+<ul>
+<li>Update Ruby gem for site generation (DATAFU-147)</li>
+<li>Make DataFu compile with Java 8 (DATAFU-132)</li>
+</ul>
+
+<p>Changes...</p>
+ <a href="/blog/2019/01/07/datafu-1-5-0-released.html">Read more...</a>
+ </article>
+</div>
+<div class="row">
+ <article class="col-lg-10">
<h2><a href="/blog/2018/03/22/datafu-1-4-0-released.html">Apache DataFu 1.4.0
Released</a></h2>
<h5 class="text-muted"><time>Mar 22, 2018</time>
<h5 class="text-muted">
Modified: datafu/site/sitemap.xml
URL: http://svn.apache.org/viewvc/datafu/site/sitemap.xml?rev=1850702&r1=1850701&r2=1850702&view=diff
==============================================================================
--- datafu/site/sitemap.xml (original)
+++ datafu/site/sitemap.xml Tue Jan 8 01:24:39 2019
@@ -91,6 +91,12 @@
<priority>0.5</priority>
</url>
<url>
+ <loc>http://datafu.apache.org/blog/2019/01/07/datafu-1-5-0-released.html</loc>
+ <lastmod>2019-01-07T00:00:00-08:00</lastmod>
+ <changefreq>monthly</changefreq>
+ <priority>0.5</priority>
+ </url>
+ <url>
<loc>http://datafu.apache.org/blog/2018/03/22/datafu-1-4-0-released.html</loc>
<lastmod>2019-01-07T00:00:00-08:00</lastmod>
<changefreq>monthly</changefreq>
|