mikewalch closed pull request #123: Updates to 1.2.0 release notes URL: https://github.com/apache/fluo-website/pull/123
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): 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 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
