This is an automated email from the ASF dual-hosted git repository.
mwalch pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/fluo-website.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 68dcb50 Created Fluo YARN release notes (#131)
68dcb50 is described below
commit 68dcb50fe37a8a5d4148272ef7c72fc937e7ce54
Author: Mike Walch <[email protected]>
AuthorDate: Tue Feb 27 14:34:44 2018 -0500
Created Fluo YARN release notes (#131)
---
_posts/release/2018-02-27-fluo-yarn-1.0.0.md | 43 ++++++++++++++++++++++++++++
pages/release.md | 2 +-
2 files changed, 44 insertions(+), 1 deletion(-)
diff --git a/_posts/release/2018-02-27-fluo-yarn-1.0.0.md
b/_posts/release/2018-02-27-fluo-yarn-1.0.0.md
new file mode 100644
index 0000000..89230f8
--- /dev/null
+++ b/_posts/release/2018-02-27-fluo-yarn-1.0.0.md
@@ -0,0 +1,43 @@
+---
+title: Apache Fluo YARN 1.0.0 released
+date: 2018-02-27 15:00:00 +0000
+version: fluo-yarn-1.0.0
+draft: true
+---
+
+This is the first release of the [Apache Fluo YARN launcher][fluo-yarn] which
runs Fluo applications in
+[Hadooop YARN][YARN]. The YARN launcher was originally distributed with
[Fluo][fluo]. It has been
+moved to its [own project][fluo-yarn] as Fluo has multiple application
launchers. Moving the code out
+simplified Fluo and reduced its dependencies.
+
+This release of the Fluo YARN launcher requires Fluo 1.2.0 or above. Future
releases of Fluo should
+work with this release as the YARN launcher uses minimal Fluo API. If not, a
new release will be made. However,
+new releases of the YARN launcher will likely be due to new releases of
[Hadoop YARN][YARN] and [Apache Twill][Twill].
+
+Below are resources for this release:
+
+ * Download a release tarball and verify by these [procedures] using these
[KEYS]
+
+ | [fluo-yarn-1.0.0-bin.tar.gz][bin-release] | [ASC][bin-asc]
[MD5][bin-md5] [SHA][bin-sha] |
+ | [fluo-yarn-1.0.0-source-release.tar.gz][src-release] | [ASC][src-asc]
[MD5][src-md5] [SHA][src-sha] |
+ * View [documentation][docs] for to learn how to run Fluo application in YARN.
+
+### Testing
+
+While testing Fluo 1.2.0, two stress test runs used an unreleased version of
Fluo YARN.
+
+[procedures]: https://www.apache.org/info/verification
+[KEYS]: https://www.apache.org/dist/fluo/KEYS
+[bin-release]:
https://www.apache.org/dyn/closer.lua/fluo/fluo-yarn/1.0.0/fluo-yarn-1.0.0-bin.tar.gz
+[bin-asc]:
https://www.apache.org/dist/fluo/fluo-yarn/1.0.0/fluo-yarn-1.0.0-bin.tar.gz.asc
+[bin-md5]:
https://www.apache.org/dist/fluo/fluo-yarn/1.0.0/fluo-yarn-1.0.0-bin.tar.gz.md5
+[bin-sha]:
https://www.apache.org/dist/fluo/fluo-yarn/1.0.0/fluo-yarn-1.0.0-bin.tar.gz.sha
+[src-release]:
https://www.apache.org/dyn/closer.lua/fluo/fluo/1.0.0/fluo-yarn-1.0.0-source-release.tar.gz
+[src-asc]:
https://www.apache.org/dist/fluo/fluo-yarn/1.0.0/fluo-yarn-1.0.0-source-release.tar.gz.asc
+[src-md5]:
https://www.apache.org/dist/fluo/fluo-yarn/1.0.0/fluo-yarn-1.0.0-source-release.tar.gz.md5
+[src-sha]:
https://www.apache.org/dist/fluo/fluo-yarn/1.0.0/fluo-yarn-1.0.0-source-release.tar.gz.sha
+[docs]: /docs/fluo/1.2/administration/run-fluo-in-yarn
+[fluo-yarn]: https://github.com/apache/fluo-yarn
+[YARN]:
https://hadoop.apache.org/docs/r2.8.0/hadoop-yarn/hadoop-yarn-site/YARN.html
+[fluo]: https://github.com/apache/fluo
+[Twill]: http://twill.apache.org/
diff --git a/pages/release.md b/pages/release.md
index 2a16335..753c9ee 100644
--- a/pages/release.md
+++ b/pages/release.md
@@ -4,7 +4,7 @@ title: Releases
permalink: "/release/"
---
-Apache Fluo and Apache Fluo Recipes are released separately on their own
schedule.
+Apache Fluo has several projects that are released separately on their own
schedule.
{% for release in site.categories.release %}
{% unless release.historical or release.draft %}
--
To stop receiving notification emails like this one, please contact
[email protected].