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

kturner 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 2ed0413  Update 1.2 release notes with init info (#135)
2ed0413 is described below

commit 2ed0413ad4e0f812323e1faa0a987559cd2566aa
Author: Keith Turner <ke...@deenlo.com>
AuthorDate: Wed Feb 28 11:33:45 2018 -0500

    Update 1.2 release notes with init info (#135)
---
 _fluo-1-2/administration/initialize.md  | 3 ++-
 _posts/release/2018-02-26-fluo-1.2.0.md | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/_fluo-1-2/administration/initialize.md 
b/_fluo-1-2/administration/initialize.md
index 634e03f..1d00763 100644
--- a/_fluo-1-2/administration/initialize.md
+++ b/_fluo-1-2/administration/initialize.md
@@ -33,7 +33,7 @@ initialization does and some of the properties that may be 
set for initializatio
 ## Instructions
 
 Below are the steps to initialize an application from the command line. It is 
also possible to
-initialize an application using Fluo's Java API.
+initialize an application using Fluo's [Java API][initAPI].
 
 1. Create a copy of [fluo-app.properties] for your Fluo application. 
 
@@ -79,3 +79,4 @@ Also, learn how to [manage Fluo applications][manage].
 [yarn]: {{ page.docs_base }}/administration/run-fluo-in-yarn
 [docker]: {{ page.docs_base }}/administration/run-fluo-in-docker
 [manage]: {{ page.docs_base }}/administration/manage-applications
+[initAPI]: {{ page.javadoc_base 
}}/org/apache/fluo/api/client/FluoAdmin.html#initialize-org.apache.fluo.api.client.FluoAdmin.InitializationOptions-
diff --git a/_posts/release/2018-02-26-fluo-1.2.0.md 
b/_posts/release/2018-02-26-fluo-1.2.0.md
index d91e810..719af76 100644
--- a/_posts/release/2018-02-26-fluo-1.2.0.md
+++ b/_posts/release/2018-02-26-fluo-1.2.0.md
@@ -155,6 +155,7 @@ understand.
  * A few of Fluo's internal caches were made configurable in [650f044], 
[9e87f47], and [955c86f].
  * Optimized Fluo's server side code that runs in Accumulo tablet servers in 
[202fe08] and [51dc912]
  * Added method to merge Fluo configuration objects in [a349a9d]
+ * Initialization from Java API and command line now behave the same. Before 
1.2, only command line initialization copied Fluo's server side code to HDFS.  
Now the Java API also does this and it controlled by configuration.
 
 ## Testing
 

-- 
To stop receiving notification emails like this one, please contact
ktur...@apache.org.

Reply via email to