From 09a68527f5921e026c04e8e9940ef0466b41a7c0 Mon Sep 17 00:00:00 2001 From: Eyal Allweil Date: Mon, 11 Oct 2021 15:59:42 +0300 Subject: [PATCH] Update website for 1.6.1 release --- .../2021-10-11-datafu-1-6-1-released.markdown | 44 +++++++++++++++++++ .../datafu/getting-started.html.markdown.erb | 2 +- .../docs/datafu/guide.html.markdown.erb | 2 +- .../guide/bag-operations.html.markdown.erb | 2 +- .../datafu/guide/hashing.html.markdown.erb | 2 +- .../guide/link-analysis.html.markdown.erb | 2 +- .../datafu/guide/macros.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 | 6 +-- .../spark/getting-started.html.markdown.erb | 2 +- .../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(-) create mode 100644 site/source/blog/2021-10-11-datafu-1-6-1-released.markdown 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 00000000..0550042a --- /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 0ca5801d..915edd72 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 92b6a578..ce253e9b 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 f53821ff..a579f8f0 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 9055ebee..086398be 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 939a8e27..b492f514 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 e5a87d68..dfc65f17 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 6f25ec61..9be6302a 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 df2a1518..8c9dff4a 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 d8fab33a..7b4c08dc 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 d28aa43a..8bcfd0a0 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 2c295a24..9f785573 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 aff46f26..99d2ddc8 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 1512a0e3..31f3b860 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 0d4c323a..03a25fdb 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 21445fd8..4aba9a5f 100644 --- a/site/source/layouts/_docs_nav.erb +++ b/site/source/layouts/_docs_nav.erb @@ -29,21 +29,21 @@

DataFu Pig Docs

DataFu Hourglass Docs

Community

diff --git a/site/source/layouts/_footer.erb b/site/source/layouts/_footer.erb index f6bb27a4..b8f5bed1 100644 --- a/site/source/layouts/_footer.erb +++ b/site/source/layouts/_footer.erb @@ -24,7 +24,7 @@ \ No newline at end of file