You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vb...@apache.org on 2019/10/25 05:21:55 UTC

[incubator-hudi] branch asf-site updated: [HUDI-126] Add a release download page to site

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

vbalaji pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a4fd371  [HUDI-126] Add a release download page to site
a4fd371 is described below

commit a4fd3711d6d53f0ccb0b4049e7609571c9c60929
Author: Balaji Varadarajan <va...@uber.com>
AuthorDate: Thu Oct 24 01:01:09 2019 -0700

    [HUDI-126] Add a release download page to site
---
 docs/_data/sidebars/mydoc_sidebar.yml |  6 ++----
 docs/_data/topnav.yml                 |  4 ++--
 docs/releases.md                      | 34 ++++++++++++++++++++++++++++++++++
 3 files changed, 38 insertions(+), 6 deletions(-)

diff --git a/docs/_data/sidebars/mydoc_sidebar.yml b/docs/_data/sidebars/mydoc_sidebar.yml
index 8cf59af..9e4ec1e 100644
--- a/docs/_data/sidebars/mydoc_sidebar.yml
+++ b/docs/_data/sidebars/mydoc_sidebar.yml
@@ -2,8 +2,8 @@
 
 entries:
 - title: sidebar
-  product: Latest
-  version: Version
+  product: Latest Version
+  version: 0.5.0-incubating
   folders:
 
   - title: Getting Started
@@ -53,5 +53,3 @@ entries:
     - title: Administering
       url: /admin_guide.html
       output: web
-
-
diff --git a/docs/_data/topnav.yml b/docs/_data/topnav.yml
index 167ffb8..fc00bb6 100644
--- a/docs/_data/topnav.yml
+++ b/docs/_data/topnav.yml
@@ -3,8 +3,8 @@
 topnav:
 - title: Topnav
   items:
-    - title: News
-      url: /news
+    - title: Releases
+      url: /releases.html
     - title: Community
       url: /community.html
     - title: Code
diff --git a/docs/releases.md b/docs/releases.md
new file mode 100644
index 0000000..6b950fb
--- /dev/null
+++ b/docs/releases.md
@@ -0,0 +1,34 @@
+---
+title: Releases
+keywords: apache, hudi, release, data lake, upsert,
+sidebar: home_sidebar
+permalink: releases.html
+toc: true
+summary: "Apache Hudi (incubating) Releases Page"
+---
+
+
+## Latest Stable Release
+  * Stable Release : `0.5.0-incubating`
+
+
+## Release 0.5.0-incubating
+
+### Download Information
+  * Source Release : [Apache Hudi(incubating) 0.5.0-incubating Source Release](https://www.apache.org/dist/incubator/hudi/0.5.0-incubating/hudi-0.5.0-incubating.src.tgz) ([asc](https://www.apache.org/dist/incubator/hudi/0.5.0-incubating/hudi-0.5.0-incubating.src.tgz.asc), [sha512](https://www.apache.org/dist/incubator/hudi/0.5.0-incubating/hudi-0.5.0-incubating.src.tgz.sha512))
+  * Apache Hudi (incubating) jars corresponding to this release is available [here](https://repository.apache.org/#nexus-search;quick~hudi)
+
+### Release Highlights
+  * Package and format renaming from com.uber.hoodie to org.apache.hudi (See migration guide section below)
+  * Major redo of Hudi bundles to address class and jar version mismatches in different environments
+  * Upgrade from Hive 1.x to Hive 2.x for compile time dependencies - Hive 1.x runtime integration still works with a patch : See [the discussion thread](https://lists.apache.org/thread.html/48b3f0553f47c576fd7072f56bb0d8a24fb47d4003880d179c7f88a3@%3Cdev.hudi.apache.org%3E)
+  * DeltaStreamer now supports continuous running mode with managed concurrent compaction
+  * Support for Composite Keys as record key
+  * HoodieCombinedInputFormat to scale huge hive queries running on Hoodie tables
+
+### Migration Guide for this release
+  This is the first Apache release for Hudi (incubating). Prior to this release, Hudi Jars were published using "com.uber.hoodie" maven co-ordinates. We have a [migration guide](https://cwiki.apache.org/confluence/display/HUDI/Migration+Guide+From+com.uber.hoodie+to+org.apache.hudi)
+
+### Raw Release Notes
+  The raw release notes are available [here](https://jira.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12346087)
+