This is an automated email from the ASF dual-hosted git repository.
mwalch pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fluo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b70a529 Jekyll build from gh-pages:71946b4
b70a529 is described below
commit b70a52950c5e3d37dfa3ba058a56d15be4882f8a
Author: Mike Walch <[email protected]>
AuthorDate: Thu Jan 11 17:46:09 2018 -0500
Jekyll build from gh-pages:71946b4
Updates to 1.2.0 release notes (#123)
---
feed.xml | 4 ++--
release/fluo-1.2.0/index.html | 23 ++++++++++++++++++++++-
2 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/feed.xml b/feed.xml
index ca238f5..7b92151 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
<description>Mirror of Apache Fluo Website</description>
<link>https://fluo.apache.org//</link>
<atom:link href="https://fluo.apache.org//feed.xml" rel="self"
type="application/rss+xml" />
- <pubDate>Thu, 04 Jan 2018 23:17:24 +0000</pubDate>
- <lastBuildDate>Thu, 04 Jan 2018 23:17:24 +0000</lastBuildDate>
+ <pubDate>Thu, 11 Jan 2018 22:46:01 +0000</pubDate>
+ <lastBuildDate>Thu, 11 Jan 2018 22:46:01 +0000</lastBuildDate>
<generator>Jekyll v3.6.2</generator>
diff --git a/release/fluo-1.2.0/index.html b/release/fluo-1.2.0/index.html
index 91236c5..9683807 100644
--- a/release/fluo-1.2.0/index.html
+++ b/release/fluo-1.2.0/index.html
@@ -139,7 +139,7 @@
</tbody>
</table>
</li>
- <li>View the <a href="/docs/fluo/1.2.0/">documentation</a> for this
release.</li>
+ <li>View the <a href="/docs/fluo/1.2/">documentation</a> for this
release.</li>
<li>Read the <a
href="https://javadoc.io/doc/org.apache.fluo/fluo-api/1.2.0/">Javadocs</a>.</li>
</ul>
@@ -154,6 +154,27 @@ about adding it to the API.</p>
<p>The major changes in 1.2.0 are highlighted here, for the complete list of
changes, see the <a
href="https://github.com/apache/fluo/milestone/6?closed=1">1.2.0
Milestone</a> on Github.</p>
+<h3 id="fluo-now-supports-multiple-ways-for-running-fluo-applications">Fluo
now supports multiple ways for running Fluo applications</h3>
+
+<p>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:</p>
+
+<ul>
+ <li>The Fluo tarball is now designed for only initializing Fluo and running
local processes.</li>
+ <li>The <code class="highlighter-rouge">fluo.properties</code> configuration
file was deprecated and was replaced by <code
class="highlighter-rouge">fluo-conn.properties</code> and <code
class="highlighter-rouge">fluo-app.properties</code>.
+ <ul>
+ <li><code class="highlighter-rouge">fluo-conn.properties</code> contains
connection properties and is shared by Fluo applications</li>
+ <li><code class="highlighter-rouge">fluo-app.properites</code> contains
application-specific properties and is only used during initialization of Fluo
applications.</li>
+ </ul>
+ </li>
+ <li>Code for launching Fluo applications in YARN was moved to its <a
href="https://github.com/apache/fluo-yarn">own project</a> that has its own
+<a href="https://fluo.apache.org/release/fluo-yarn-1.0.0">release</a> tarball.
The Fluo tarball can still be used to launch Fluo applications
+in YARN if a <code class="highlighter-rouge">fluo.properties</code> is created
from <code class="highlighter-rouge">fluo.properties.deprecated</code>.</li>
+</ul>
+
+<p>Read the <a
href="https://fluo.apache.org/docs/fluo/1.2/getting-started/quick-start">quickstart
documentation</a> to learn how to run Fluo applications using these new
methods.</p>
+
<h2 id="testing">Testing</h2>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].