Skip to content

Commit

Permalink
Update website for 1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal Allweil committed Oct 11, 2021
1 parent 4a49fb5 commit 09a6852
Show file tree
Hide file tree
Showing 17 changed files with 64 additions and 20 deletions.
44 changes: 44 additions & 0 deletions 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.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions site/source/layouts/_docs_nav.erb
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion site/source/layouts/_footer.erb
Expand Up @@ -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>

0 comments on commit 09a6852

Please sign in to comment.