You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by mw...@apache.org on 2018/01/11 22:41:48 UTC

[fluo-website] branch gh-pages updated: Updates to 1.2.0 release notes (#123)

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 71946b4  Updates to 1.2.0 release notes (#123)
71946b4 is described below

commit 71946b4f5154812a91410718e47f60e176a3c974
Author: Mike Walch <mw...@apache.org>
AuthorDate: Thu Jan 11 17:41:46 2018 -0500

    Updates to 1.2.0 release notes (#123)
---
 _posts/release/2017-09-22-fluo-1.2.0.md | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/_posts/release/2017-09-22-fluo-1.2.0.md b/_posts/release/2017-09-22-fluo-1.2.0.md
index 4e34fe7..c97cdcd 100644
--- a/_posts/release/2017-09-22-fluo-1.2.0.md
+++ b/_posts/release/2017-09-22-fluo-1.2.0.md
@@ -25,6 +25,22 @@ about adding it to the API.
 The major changes in 1.2.0 are highlighted here, for the complete list of changes, see the [1.2.0
 Milestone] on Github.
 
+### Fluo now supports multiple ways for running Fluo applications
+
+Before 1.2.0, Fluo applications could only be run in YARN or as local processes. For 1.2.0, the Fluo tarball
+was refactored to support other ways of running Fluo applications such as Docker, Kubernetes & Marathon. This
+refactoring has the following notable changes:
+
+* The Fluo tarball is now designed for only initializing Fluo and running local processes.
+* The `fluo.properties` configuration file was deprecated and was replaced by `fluo-conn.properties` and `fluo-app.properties`.
+  - `fluo-conn.properties` contains connection properties and is shared by Fluo applications
+  - `fluo-app.properites` contains application-specific properties and is only used during initialization of Fluo applications.
+* Code for launching Fluo applications in YARN was moved to its [own project][fluo-yarn] that has its own
+  [release][fluo-yarn-release] tarball. The Fluo tarball can still be used to launch Fluo applications
+  in YARN if a `fluo.properties` is created from `fluo.properties.deprecated`.
+
+Read the [quickstart documentation][quickstart] to learn how to run Fluo applications using these new methods.
+
 ## Testing
  
 [procedures]: https://www.apache.org/info/verification
@@ -38,6 +54,11 @@ Milestone] on Github.
 [src-md5]: https://www.apache.org/dist/fluo/fluo/1.2.0/fluo-1.2.0-source-release.tar.gz.md5
 [src-sha]: https://www.apache.org/dist/fluo/fluo/1.2.0/fluo-1.2.0-source-release.tar.gz.sha
 [javadocs]: {{ site.fluo_api_base }}/1.2.0/
-[docs]: /docs/fluo/1.2.0/
+[docs]: /docs/fluo/1.2/
 [semver]: http://semver.org/
 [1.2.0 Milestone]: https://github.com/apache/fluo/milestone/6?closed=1
+[fluo-yarn]: https://github.com/apache/fluo-yarn
+[fluo-yarn-release]: https://fluo.apache.org/release/fluo-yarn-1.0.0
+[fluo]: https://github.com/apache/fluo
+[quickstart]: https://fluo.apache.org/docs/fluo/1.2/getting-started/quick-start
+[842]: https://github.com/apache/fluo/issues/842

-- 
To stop receiving notification emails like this one, please contact
['"commits@fluo.apache.org" <co...@fluo.apache.org>'].