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

[datafu] branch master updated: Update website for 1.6.1 release

This is an automated email from the ASF dual-hosted git repository.

eyal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datafu.git


The following commit(s) were added to refs/heads/master by this push:
     new 09a6852  Update website for 1.6.1 release
09a6852 is described below

commit 09a68527f5921e026c04e8e9940ef0466b41a7c0
Author: Eyal Allweil <ea...@apache.org>
AuthorDate: Mon Oct 11 15:59:42 2021 +0300

    Update website for 1.6.1 release
---
 .../blog/2021-10-11-datafu-1-6-1-released.markdown | 44 ++++++++++++++++++++++
 .../docs/datafu/getting-started.html.markdown.erb  |  2 +-
 site/source/docs/datafu/guide.html.markdown.erb    |  2 +-
 .../datafu/guide/bag-operations.html.markdown.erb  |  2 +-
 .../docs/datafu/guide/hashing.html.markdown.erb    |  2 +-
 .../datafu/guide/link-analysis.html.markdown.erb   |  2 +-
 .../docs/datafu/guide/macros.html.markdown.erb     |  2 +-
 .../guide/more-tips-and-tricks.html.markdown.erb   |  2 +-
 .../docs/datafu/guide/sampling.html.markdown.erb   |  2 +-
 .../docs/datafu/guide/sessions.html.markdown.erb   |  2 +-
 .../datafu/guide/set-operations.html.markdown.erb  |  2 +-
 .../docs/datafu/guide/statistics.html.markdown.erb |  2 +-
 site/source/docs/download.html.markdown.erb        |  6 +--
 .../docs/spark/getting-started.html.markdown.erb   |  2 +-
 site/source/docs/spark/guide.html.markdown.erb     |  2 +-
 site/source/layouts/_docs_nav.erb                  |  6 +--
 site/source/layouts/_footer.erb                    |  2 +-
 17 files changed, 64 insertions(+), 20 deletions(-)

diff --git a/site/source/blog/2021-10-11-datafu-1-6-1-released.markdown b/site/source/blog/2021-10-11-datafu-1-6-1-released.markdown
new file mode 100644
index 0000000..0550042
--- /dev/null
+++ b/site/source/blog/2021-10-11-datafu-1-6-1-released.markdown
@@ -0,0 +1,44 @@
+---
+title: Apache DataFu 1.6.1 Released
+author: Eyal Allweil
+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.6.1.
+
+Additions
+
+* Explode Array method (DATAFU-154)
+
+Improvements
+
+* Add support for newer versions of Gradle (DATAFU-157)
+* Document Explode Array usage recommendation (DATAFU-158)
+
+Fixes
+
+* Gradle build fails (DATAFU-156)
+
+The source release can be obtained from:
+
+http://www.apache.org/dyn/closer.cgi/datafu/apache-datafu-1.6.1/
+
+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
diff --git a/site/source/docs/datafu/getting-started.html.markdown.erb b/site/source/docs/datafu/getting-started.html.markdown.erb
index 0ca5801..915edd7 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.6.0
+version: 1.6.1
 section_name: Getting Started
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/site/source/docs/datafu/guide.html.markdown.erb b/site/source/docs/datafu/guide.html.markdown.erb
index 92b6a57..ce253e9 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.6.0
+version: 1.6.1
 section_name: Apache DataFu Pig
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
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 f53821f..a579f8f 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.6.0
+version: 1.6.1
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/site/source/docs/datafu/guide/hashing.html.markdown.erb b/site/source/docs/datafu/guide/hashing.html.markdown.erb
index 9055ebe..086398b 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.6.0
+version: 1.6.1
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
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 939a8e2..b492f51 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.6.0
+version: 1.6.1
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/site/source/docs/datafu/guide/macros.html.markdown.erb b/site/source/docs/datafu/guide/macros.html.markdown.erb
index e5a87d6..dfc65f1 100644
--- a/site/source/docs/datafu/guide/macros.html.markdown.erb
+++ b/site/source/docs/datafu/guide/macros.html.markdown.erb
@@ -1,6 +1,6 @@
 ---
 title: Macros - Guide - Apache DataFu Pig
-version: 1.6.0
+version: 1.6.1
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
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 6f25ec6..9be6302 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.6.0
+version: 1.6.1
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/site/source/docs/datafu/guide/sampling.html.markdown.erb b/site/source/docs/datafu/guide/sampling.html.markdown.erb
index df2a151..8c9dff4 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.6.0
+version: 1.6.1
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/site/source/docs/datafu/guide/sessions.html.markdown.erb b/site/source/docs/datafu/guide/sessions.html.markdown.erb
index d8fab33..7b4c08d 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.6.0
+version: 1.6.1
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
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 d28aa43..8bcfd0a 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.6.0
+version: 1.6.1
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/site/source/docs/datafu/guide/statistics.html.markdown.erb b/site/source/docs/datafu/guide/statistics.html.markdown.erb
index 2c295a2..9f78557 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.6.0
+version: 1.6.1
 section_name: Apache DataFu Pig - Guide
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/site/source/docs/download.html.markdown.erb b/site/source/docs/download.html.markdown.erb
index aff46f2..99d2ddc 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.6.0
+version: 1.6.1
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -31,7 +31,7 @@ The latest source release can be found here:
 
 Previous releases:
 
-* <%= archived_source_release_link("1.5.0") %>
+* <%= archived_source_release_link("1.6.0") %>
 
 ### Validation
 
@@ -99,7 +99,7 @@ You can also use a dependency management system to download the DataFu artifacts
 SBT:
 
 ```scala
-libraryDependencies += "org.apache.datafu" %%  "datafu-spark" % "1.6.0" intransitive
+libraryDependencies += "org.apache.datafu" %%  "datafu-spark" % "1.6.1" intransitive
 ```
 
 Gradle:
diff --git a/site/source/docs/spark/getting-started.html.markdown.erb b/site/source/docs/spark/getting-started.html.markdown.erb
index 1512a0e..31f3b86 100644
--- a/site/source/docs/spark/getting-started.html.markdown.erb
+++ b/site/source/docs/spark/getting-started.html.markdown.erb
@@ -1,6 +1,6 @@
 ---
 title: Apache DataFu Spark - Getting Started
-version: 1.6.0
+version: 1.6.1
 section_name: Getting Started
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/site/source/docs/spark/guide.html.markdown.erb b/site/source/docs/spark/guide.html.markdown.erb
index 0d4c323..03a25fd 100644
--- a/site/source/docs/spark/guide.html.markdown.erb
+++ b/site/source/docs/spark/guide.html.markdown.erb
@@ -1,6 +1,6 @@
 ---
 title: Guide - Apache DataFu Spark
-version: 1.6.0
+version: 1.6.1
 section_name: Apache DataFu Spark
 license: >
    Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/site/source/layouts/_docs_nav.erb b/site/source/layouts/_docs_nav.erb
index 21445fd..4aba9a5 100644
--- a/site/source/layouts/_docs_nav.erb
+++ b/site/source/layouts/_docs_nav.erb
@@ -29,21 +29,21 @@
 <ul class="nav nav-pills nav-stacked">
 
   <li><a href="/docs/spark/guide.html">Guide</a></li>
-  <li><a href="https://datafu.apache.org/docs/spark/1.6.0/">Scaladocs</a></li>
+  <li><a href="https://datafu.apache.org/docs/spark/1.6.1/">Scaladocs</a></li>
 </ul>
 
 <h4>DataFu Pig Docs</h4>
 <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.6.0/">Javadocs</a></li>
+  <li><a href="https://datafu.apache.org/docs/datafu/1.6.1/">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.6.0/">Javadocs</a></li>
+  <li><a href="https://datafu.apache.org/docs/hourglass/1.6.1/">Javadocs</a></li>
 </ul>
 
 <h4>Community</h4>
diff --git a/site/source/layouts/_footer.erb b/site/source/layouts/_footer.erb
index f6bb27a..b8f5bed 100644
--- a/site/source/layouts/_footer.erb
+++ b/site/source/layouts/_footer.erb
@@ -24,7 +24,7 @@
 </div>
 
 <div class="copyright">
-  Copyright &copy; 2011-2020 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-2021 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