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 2019/01/08 01:26:39 UTC

datafu git commit: Website update for 1.5.0 release

Repository: datafu
Updated Branches:
  refs/heads/master 0d0842719 -> 183e43440


Website update for 1.5.0 release


Project: http://git-wip-us.apache.org/repos/asf/datafu/repo
Commit: http://git-wip-us.apache.org/repos/asf/datafu/commit/183e4344
Tree: http://git-wip-us.apache.org/repos/asf/datafu/tree/183e4344
Diff: http://git-wip-us.apache.org/repos/asf/datafu/diff/183e4344

Branch: refs/heads/master
Commit: 183e434401063799dfe986d65628fb3166d4396a
Parents: 0d08427
Author: matthew.hayes <mh...@apache.org>
Authored: Mon Jan 7 17:26:32 2019 -0800
Committer: matthew.hayes <mh...@apache.org>
Committed: Mon Jan 7 17:26:32 2019 -0800

----------------------------------------------------------------------
 site/config.rb                                  |  2 -
 .../2019-01-07-datafu-1-5-0-released.markdown   | 45 ++++++++++++++++++++
 .../datafu/getting-started.html.markdown.erb    |  2 +-
 site/source/docs/datafu/guide.html.markdown.erb |  2 +-
 .../guide/bag-operations.html.markdown.erb      |  2 +-
 .../docs/datafu/guide/hashing.html.markdown.erb |  2 +-
 .../guide/link-analysis.html.markdown.erb       |  2 +-
 .../more-tips-and-tricks.html.markdown.erb      |  2 +-
 .../datafu/guide/sampling.html.markdown.erb     |  2 +-
 .../datafu/guide/sessions.html.markdown.erb     |  2 +-
 .../guide/set-operations.html.markdown.erb      |  2 +-
 .../datafu/guide/statistics.html.markdown.erb   |  2 +-
 site/source/docs/download.html.markdown.erb     |  9 ++--
 site/source/layouts/_docs_nav.erb               |  4 +-
 site/source/layouts/_footer.erb                 |  2 +-
 15 files changed, 63 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/datafu/blob/183e4344/site/config.rb
----------------------------------------------------------------------
diff --git a/site/config.rb b/site/config.rb
index 9995ea9..ba6afc9 100644
--- a/site/config.rb
+++ b/site/config.rb
@@ -85,8 +85,6 @@ helpers do
      apache-datafu-incubating-sources-#{version}.tgz</a>
      [ <a href=\"https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-#{version}/apache-datafu-incubating-sources-#{version}.tgz.asc\">
      PGP</a> ]
-     [ <a href=\"https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-#{version}/apache-datafu-incubating-sources-#{version}.tgz.md5\">
-     MD5</a> ]
      [ <a href=\"https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-#{version}/apache-datafu-incubating-sources-#{version}.tgz.sha512\">
      SHA512</a> ]"
   end

http://git-wip-us.apache.org/repos/asf/datafu/blob/183e4344/site/source/blog/2019-01-07-datafu-1-5-0-released.markdown
----------------------------------------------------------------------
diff --git a/site/source/blog/2019-01-07-datafu-1-5-0-released.markdown b/site/source/blog/2019-01-07-datafu-1-5-0-released.markdown
new file mode 100644
index 0000000..c29623c
--- /dev/null
+++ b/site/source/blog/2019-01-07-datafu-1-5-0-released.markdown
@@ -0,0 +1,45 @@
+---
+title: Apache DataFu 1.5.0 Released
+author: Matthew Hayes
+license: >
+   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.
+---
+
+I'd like to announce the release of Apache DataFu 1.5.0.
+
+Additions:
+
+* dedup macro (DATAFU-129)
+* sample_by_keys macro (DATAFU-127)
+
+Improvements:
+
+* Update Ruby gem for site generation (DATAFU-147)
+* Make DataFu compile with Java 8 (DATAFU-132)
+
+Changes:
+
+* Upgrade to Gradle v4.8.1 (DATAFU-146)
+
+The source release can be obtained from:
+
+http://www.apache.org/dyn/closer.cgi/datafu/apache-datafu-1.5.0/
+
+Artifacts for DataFu are published in Apache's Maven Repository:
+
+https://repository.apache.org/content/groups/public/org/apache/datafu/
+
+Please visit the [Download](/docs/download.html) page for instructions on building from source or retrieving the artifacts in your build system.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/datafu/blob/183e4344/site/source/docs/datafu/getting-started.html.markdown.erb
----------------------------------------------------------------------
diff --git a/site/source/docs/datafu/getting-started.html.markdown.erb b/site/source/docs/datafu/getting-started.html.markdown.erb
index 058e049..7cfc914 100644
--- a/site/source/docs/datafu/getting-started.html.markdown.erb
+++ b/site/source/docs/datafu/getting-started.html.markdown.erb
@@ -1,6 +1,6 @@
 ---
 title: Apache DataFu Pig - Getting Started
-version: 1.4.0
+version: 1.5.0
 section_name: Getting Started
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/datafu/blob/183e4344/site/source/docs/datafu/guide.html.markdown.erb
----------------------------------------------------------------------
diff --git a/site/source/docs/datafu/guide.html.markdown.erb b/site/source/docs/datafu/guide.html.markdown.erb
index 49a6363..afc8178 100644
--- a/site/source/docs/datafu/guide.html.markdown.erb
+++ b/site/source/docs/datafu/guide.html.markdown.erb
@@ -1,6 +1,6 @@
 ---
 title: Guide - Apache DataFu Pig
-version: 1.4.0
+version: 1.5.0
 section_name: Apache DataFu Pig
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/datafu/blob/183e4344/site/source/docs/datafu/guide/bag-operations.html.markdown.erb
----------------------------------------------------------------------
diff --git a/site/source/docs/datafu/guide/bag-operations.html.markdown.erb b/site/source/docs/datafu/guide/bag-operations.html.markdown.erb
index baa8986..4ca8828 100644
--- a/site/source/docs/datafu/guide/bag-operations.html.markdown.erb
+++ b/site/source/docs/datafu/guide/bag-operations.html.markdown.erb
@@ -1,6 +1,6 @@
 ---
 title: Bag Operations - Guide - Apache DataFu Pig
-version: 1.4.0
+version: 1.5.0
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/datafu/blob/183e4344/site/source/docs/datafu/guide/hashing.html.markdown.erb
----------------------------------------------------------------------
diff --git a/site/source/docs/datafu/guide/hashing.html.markdown.erb b/site/source/docs/datafu/guide/hashing.html.markdown.erb
index 667233f..c203def 100644
--- a/site/source/docs/datafu/guide/hashing.html.markdown.erb
+++ b/site/source/docs/datafu/guide/hashing.html.markdown.erb
@@ -1,6 +1,6 @@
 ---
 title: Hashing - Guide - Apache DataFu Pig
-version: 1.4.0
+version: 1.5.0
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/datafu/blob/183e4344/site/source/docs/datafu/guide/link-analysis.html.markdown.erb
----------------------------------------------------------------------
diff --git a/site/source/docs/datafu/guide/link-analysis.html.markdown.erb b/site/source/docs/datafu/guide/link-analysis.html.markdown.erb
index 4f107c1..8c4ec93 100644
--- a/site/source/docs/datafu/guide/link-analysis.html.markdown.erb
+++ b/site/source/docs/datafu/guide/link-analysis.html.markdown.erb
@@ -1,6 +1,6 @@
 ---
 title: Link Analysis - Guide - Apache DataFu Pig
-version: 1.4.0
+version: 1.5.0
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/datafu/blob/183e4344/site/source/docs/datafu/guide/more-tips-and-tricks.html.markdown.erb
----------------------------------------------------------------------
diff --git a/site/source/docs/datafu/guide/more-tips-and-tricks.html.markdown.erb b/site/source/docs/datafu/guide/more-tips-and-tricks.html.markdown.erb
index 2355fbf..b6ca8c2 100644
--- a/site/source/docs/datafu/guide/more-tips-and-tricks.html.markdown.erb
+++ b/site/source/docs/datafu/guide/more-tips-and-tricks.html.markdown.erb
@@ -1,6 +1,6 @@
 ---
 title: More Tips and Tricks - Guide - Apache DataFu Pig
-version: 1.4.0
+version: 1.5.0
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/datafu/blob/183e4344/site/source/docs/datafu/guide/sampling.html.markdown.erb
----------------------------------------------------------------------
diff --git a/site/source/docs/datafu/guide/sampling.html.markdown.erb b/site/source/docs/datafu/guide/sampling.html.markdown.erb
index b113a1c..8f4209a 100644
--- a/site/source/docs/datafu/guide/sampling.html.markdown.erb
+++ b/site/source/docs/datafu/guide/sampling.html.markdown.erb
@@ -1,6 +1,6 @@
 ---
 title: Sampling - Guide - Apache DataFu Pig
-version: 1.4.0
+version: 1.5.0
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/datafu/blob/183e4344/site/source/docs/datafu/guide/sessions.html.markdown.erb
----------------------------------------------------------------------
diff --git a/site/source/docs/datafu/guide/sessions.html.markdown.erb b/site/source/docs/datafu/guide/sessions.html.markdown.erb
index e233a20..8797190 100644
--- a/site/source/docs/datafu/guide/sessions.html.markdown.erb
+++ b/site/source/docs/datafu/guide/sessions.html.markdown.erb
@@ -1,6 +1,6 @@
 ---
 title: Sessions - Guide - Apache DataFu Pig
-version: 1.4.0
+version: 1.5.0
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/datafu/blob/183e4344/site/source/docs/datafu/guide/set-operations.html.markdown.erb
----------------------------------------------------------------------
diff --git a/site/source/docs/datafu/guide/set-operations.html.markdown.erb b/site/source/docs/datafu/guide/set-operations.html.markdown.erb
index d14c07e..02b326c 100644
--- a/site/source/docs/datafu/guide/set-operations.html.markdown.erb
+++ b/site/source/docs/datafu/guide/set-operations.html.markdown.erb
@@ -1,6 +1,6 @@
 ---
 title: Set Operations - Guide - Apache DataFu Pig
-version: 1.4.0
+version: 1.5.0
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/datafu/blob/183e4344/site/source/docs/datafu/guide/statistics.html.markdown.erb
----------------------------------------------------------------------
diff --git a/site/source/docs/datafu/guide/statistics.html.markdown.erb b/site/source/docs/datafu/guide/statistics.html.markdown.erb
index 0e24b3e..6727ab0 100644
--- a/site/source/docs/datafu/guide/statistics.html.markdown.erb
+++ b/site/source/docs/datafu/guide/statistics.html.markdown.erb
@@ -1,6 +1,6 @@
 ---
 title: Statistics - Guide - Apache DataFu Pig
-version: 1.4.0
+version: 1.5.0
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/datafu/blob/183e4344/site/source/docs/download.html.markdown.erb
----------------------------------------------------------------------
diff --git a/site/source/docs/download.html.markdown.erb b/site/source/docs/download.html.markdown.erb
index 2b01a88..dc53630 100644
--- a/site/source/docs/download.html.markdown.erb
+++ b/site/source/docs/download.html.markdown.erb
@@ -1,7 +1,7 @@
 ---
 title: Download - Apache DataFu
 section_name: Getting Started
-version: 1.4.0
+version: 1.5.0
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -27,13 +27,14 @@ Apache DataFu is available for download as a source release and as compiled arti
 
 The latest source release can be found here:
 
-* <%= current_source_release_link("1.4.0") %>
+* <%= current_source_release_link("1.5.0") %>
 
 Previous releases:
 
+* <%= archived_incubator_source_release_link("1.4.0") %>
 * <%= archived_incubator_source_release_link("1.3.3") %>
-* [apache-datafu-incubating-sources-1.3.2.tgz](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.2/apache-datafu-incubating-sources-1.3.2.tgz) [ [PGP](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.2/apache-datafu-incubating-sources-1.3.2.tgz.asc) ] [ [MD5](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.2/apache-datafu-incubating-sources-1.3.2.tgz.MD5) ] [ [SHA512](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.2/apache-datafu-incubating-sources-1.3.2.tgz.SHA-512) ]
-* [apache-datafu-incubating-sources-1.3.1.tgz](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.1/apache-datafu-incubating-sources-1.3.1.tgz) [ [PGP](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.1/apache-datafu-incubating-sources-1.3.1.tgz.asc) ] [ [MD5](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.1/apache-datafu-incubating-sources-1.3.1.tgz.MD5) ] [ [SHA512](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.1/apache-datafu-incubating-sources-1.3.1.tgz.SHA-512) ]
+* [apache-datafu-incubating-sources-1.3.2.tgz](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.2/apache-datafu-incubating-sources-1.3.2.tgz) [ [PGP](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.2/apache-datafu-incubating-sources-1.3.2.tgz.asc) ] [ [SHA512](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.2/apache-datafu-incubating-sources-1.3.2.tgz.SHA-512) ]
+* [apache-datafu-incubating-sources-1.3.1.tgz](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.1/apache-datafu-incubating-sources-1.3.1.tgz) [ [PGP](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.1/apache-datafu-incubating-sources-1.3.1.tgz.asc) ] [ [SHA512](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.1/apache-datafu-incubating-sources-1.3.1.tgz.SHA-512) ]
 * [apache-datafu-incubating-sources-1.3.0.tgz](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.0/apache-datafu-incubating-sources-1.3.0.tgz) [ [PGP](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.0/apache-datafu-incubating-sources-1.3.0.tgz.asc) ] [ [MD5](https://archive.apache.org/dist/incubator/datafu/apache-datafu-incubating-1.3.0/apache-datafu-incubating-sources-1.3.0.tgz.MD5) ]
 
 ### Validation

http://git-wip-us.apache.org/repos/asf/datafu/blob/183e4344/site/source/layouts/_docs_nav.erb
----------------------------------------------------------------------
diff --git a/site/source/layouts/_docs_nav.erb b/site/source/layouts/_docs_nav.erb
index 35b7d8a..ecc7683 100644
--- a/site/source/layouts/_docs_nav.erb
+++ b/site/source/layouts/_docs_nav.erb
@@ -28,14 +28,14 @@
 <ul class="nav nav-pills nav-stacked">
 
   <li><a href="/docs/datafu/guide.html">Guide</a></li>
-  <li><a href="https://datafu.apache.org/docs/datafu/1.4.0/">Javadocs</a></li>
+  <li><a href="https://datafu.apache.org/docs/datafu/1.5.0/">Javadocs</a></li>
 </ul>
 
 <h4>DataFu Hourglass Docs</h4>
 <ul class="nav nav-pills nav-stacked">
 
   <li><a href="/docs/hourglass/concepts.html">Concepts</a></li>
-  <li><a href="https://datafu.apache.org/docs/hourglass/1.4.0/">Javadocs</a></li>
+  <li><a href="https://datafu.apache.org/docs/hourglass/1.5.0/">Javadocs</a></li>
 </ul>
 
 <h4>Community</h4>

http://git-wip-us.apache.org/repos/asf/datafu/blob/183e4344/site/source/layouts/_footer.erb
----------------------------------------------------------------------
diff --git a/site/source/layouts/_footer.erb b/site/source/layouts/_footer.erb
index 36710c3..cbad0e9 100644
--- a/site/source/layouts/_footer.erb
+++ b/site/source/layouts/_footer.erb
@@ -24,7 +24,7 @@
 </div>
 
 <div class="copyright">
-  Copyright &copy; 2011-2018 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br>
+  Copyright &copy; 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>
\ No newline at end of file