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 2017/10/17 20:13:37 UTC

[fluo-website] branch asf-site updated: Jekyll build from gh-pages:857cb3b

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 87a36e4  Jekyll build from gh-pages:857cb3b
87a36e4 is described below

commit 87a36e4016413a5dd27cfa9789e9c3dba3f22065
Author: Mike Walch <mw...@apache.org>
AuthorDate: Tue Oct 17 16:13:14 2017 -0400

    Jekyll build from gh-pages:857cb3b
    
    Remove slash from URL in docs (#102)
    
    * Added Next Steps to install docs
---
 docs/fluo/1.2/administration/initialize.html          |  8 ++++----
 docs/fluo/1.2/administration/manage-applications.html |  4 ++--
 docs/fluo/1.2/administration/run-fluo-in-docker.html  |  2 +-
 docs/fluo/1.2/administration/run-fluo-in-yarn.html    |  6 +++---
 docs/fluo/1.2/administration/run-fluo-processes.html  |  4 ++--
 docs/fluo/1.2/getting-started/create-application.html |  6 +++---
 docs/fluo/1.2/getting-started/install-fluo.html       |  4 ++++
 docs/fluo/1.2/getting-started/quick-start.html        | 12 ++++++------
 feed.xml                                              |  4 ++--
 9 files changed, 27 insertions(+), 23 deletions(-)

diff --git a/docs/fluo/1.2/administration/initialize.html b/docs/fluo/1.2/administration/initialize.html
index 5317b51..3a44a7f 100644
--- a/docs/fluo/1.2/administration/initialize.html
+++ b/docs/fluo/1.2/administration/initialize.html
@@ -286,12 +286,12 @@ name is used to start/stop the application and scan the Fluo table.</p>
 <p>Run your Fluo application using one of the methods below:</p>
 
 <ul>
-  <li><a href="/docs/fluo/1.2/administration/run-fluo-processes/">Run Fluo processes</a></li>
-  <li><a href="/docs/fluo/1.2/administration/run-fluo-in-yarn/">Run Fluo in YARN</a></li>
-  <li><a href="/docs/fluo/1.2/administration/run-fluo-in-docker/">Run Fluo in Docker</a> which enables running in Mesos and Kubernetes</li>
+  <li><a href="/docs/fluo/1.2/administration/run-fluo-processes">Run Fluo processes</a></li>
+  <li><a href="/docs/fluo/1.2/administration/run-fluo-in-yarn">Run Fluo in YARN</a></li>
+  <li><a href="/docs/fluo/1.2/administration/run-fluo-in-docker">Run Fluo in Docker</a> which enables running in Mesos and Kubernetes</li>
 </ul>
 
-<p>Also, learn how to <a href="/docs/fluo/1.2/administration/manage-applications/">manage Fluo applications</a>.</p>
+<p>Also, learn how to <a href="/docs/fluo/1.2/administration/manage-applications">manage Fluo applications</a>.</p>
 
 
 
diff --git a/docs/fluo/1.2/administration/manage-applications.html b/docs/fluo/1.2/administration/manage-applications.html
index e208b53..261b007 100644
--- a/docs/fluo/1.2/administration/manage-applications.html
+++ b/docs/fluo/1.2/administration/manage-applications.html
@@ -247,8 +247,8 @@ configuration.  See the javadoc on <a href="https://static.javadoc.io/org.apache
 
 <h2 id="debugging-applications">Debugging Applications</h2>
 
-<p>While monitoring <a href="/docs/fluo/1.2/administration/metrics/">Fluo metrics</a> can detect problems (like too many transaction collisions)
-in a Fluo application, <a href="/docs/fluo/1.2/administration/metrics/">metrics</a> may not provide enough information to debug the root cause
+<p>While monitoring <a href="/docs/fluo/1.2/administration/metrics">Fluo metrics</a> can detect problems (like too many transaction collisions)
+in a Fluo application, <a href="/docs/fluo/1.2/administration/metrics">metrics</a> may not provide enough information to debug the root cause
 of the problem. To help debug Fluo applications, low-level logging of transactions can be turned on
 by setting the following loggers to TRACE:</p>
 
diff --git a/docs/fluo/1.2/administration/run-fluo-in-docker.html b/docs/fluo/1.2/administration/run-fluo-in-docker.html
index a02a321..66cb20d 100644
--- a/docs/fluo/1.2/administration/run-fluo-in-docker.html
+++ b/docs/fluo/1.2/administration/run-fluo-in-docker.html
@@ -336,7 +336,7 @@ application is named <code class="highlighter-rouge">myapp</code> and was initia
 
 <h2 id="next-steps">Next Steps</h2>
 
-<p>Learn how to <a href="/docs/fluo/1.2/administration/manage-applications/">manage Fluo applications</a>.</p>
+<p>Learn how to <a href="/docs/fluo/1.2/administration/manage-applications">manage Fluo applications</a>.</p>
 
 
 
diff --git a/docs/fluo/1.2/administration/run-fluo-in-yarn.html b/docs/fluo/1.2/administration/run-fluo-in-yarn.html
index 334f01f..93ed7e5 100644
--- a/docs/fluo/1.2/administration/run-fluo-in-yarn.html
+++ b/docs/fluo/1.2/administration/run-fluo-in-yarn.html
@@ -236,7 +236,7 @@
 
 <h2 id="set-up-your-fluo-application">Set up your Fluo application</h2>
 
-<p>Before you can launch a Fluo application in YARN, you should <a href="/docs/fluo/1.2/getting-started/install-fluo/">install Fluo</a> and <a href="/docs/fluo/1.2/administration/initialize/">initialize your
+<p>Before you can launch a Fluo application in YARN, you should <a href="/docs/fluo/1.2/getting-started/install-fluo">install Fluo</a> and <a href="/docs/fluo/1.2/administration/initialize">initialize your
 application</a>. After your application has been initialized, follow the instructions below to install
 the Fluo YARN launcher and run your application in YARN. Avoid using the <code class="highlighter-rouge">fluo</code> command to start local oracle
 and worker processes if you are running in YARN.</p>
@@ -315,7 +315,7 @@ each application.</p>
 
 <h2 id="start-fluo-application-in-yarn">Start Fluo application in YARN</h2>
 
-<p>Follow the instructions below to start your application in YARN. If you have not done so already, you should <a href="/docs/fluo/1.2/administration/initialize/">initialize
+<p>Follow the instructions below to start your application in YARN. If you have not done so already, you should <a href="/docs/fluo/1.2/administration/initialize">initialize
 your Fluo application</a> before following these instructions.</p>
 
 <ol>
@@ -337,7 +337,7 @@ application in the YARN resource manager and view its logs.</p>
 
 <h2 id="manage-fluo-application-in-yarn">Manage Fluo application in YARN</h2>
 
-<p>Except for stopping your application in YARN, the <code class="highlighter-rouge">fluo</code> script can be used to <a href="/docs/fluo/1.2/administration/manage-applications/">manage your application</a> using the
+<p>Except for stopping your application in YARN, the <code class="highlighter-rouge">fluo</code> script can be used to <a href="/docs/fluo/1.2/administration/manage-applications">manage your application</a> using the
 <code class="highlighter-rouge">scan</code> and <code class="highlighter-rouge">wait</code> commands.</p>
 
 <p>When you want you stop your Fluo application, use the the YARN resource manager or the 
diff --git a/docs/fluo/1.2/administration/run-fluo-processes.html b/docs/fluo/1.2/administration/run-fluo-processes.html
index dca963c..dfee6f2 100644
--- a/docs/fluo/1.2/administration/run-fluo-processes.html
+++ b/docs/fluo/1.2/administration/run-fluo-processes.html
@@ -209,7 +209,7 @@ can be manually started by users on a single node or distributed across a cluste
 
 <h2 id="requirements">Requirements</h2>
 
-<p>Each node where Fluo is run must have <a href="/docs/fluo/1.2/getting-started/install-fluo/">Fluo installed</a>.</p>
+<p>Each node where Fluo is run must have <a href="/docs/fluo/1.2/getting-started/install-fluo">Fluo installed</a>.</p>
 
 <h2 id="start-fluo-processes">Start Fluo processes</h2>
 
@@ -245,7 +245,7 @@ tool like Salt, Ansible, or Chef to install and run Fluo on a cluster.</p>
 
 <h2 id="next-steps">Next Steps</h2>
 
-<p>Learn how to <a href="/docs/fluo/1.2/administration/manage-applications/">manage Fluo applications</a>.</p>
+<p>Learn how to <a href="/docs/fluo/1.2/administration/manage-applications">manage Fluo applications</a>.</p>
 
 
 
diff --git a/docs/fluo/1.2/getting-started/create-application.html b/docs/fluo/1.2/getting-started/create-application.html
index 5d19ad3..bc2421f 100644
--- a/docs/fluo/1.2/getting-started/create-application.html
+++ b/docs/fluo/1.2/getting-started/create-application.html
@@ -204,8 +204,8 @@
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/fluo-website/edit/master/_fluo-1-2/getting-started/create-application.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>
     </div>  
     
-    <p>Once you have <a href="/docs/fluo/1.2/getting-started/install-fluo/">Fluo installed</a>, you can create and run Fluo applications consisting
-of <a href="/docs/fluo/1.2/getting-started/design/">clients and observers</a>. This documentation shows how to create a Fluo client and observer.</p>
+    <p>Once you have <a href="/docs/fluo/1.2/getting-started/install-fluo">Fluo installed</a>, you can create and run Fluo applications consisting
+of <a href="/docs/fluo/1.2/getting-started/design">clients and observers</a>. This documentation shows how to create a Fluo client and observer.</p>
 
 <h2 id="fluo-maven-dependencies">Fluo Maven Dependencies</h2>
 
@@ -326,7 +326,7 @@ These columns persisted in Zookeeper are used by transactions to know when to tr
 
 <h2 id="next-steps">Next Steps</h2>
 
-<p><a href="/docs/fluo/1.2/administration/initialize/">Initialize</a> your Fluo application before running it.</p>
+<p><a href="/docs/fluo/1.2/administration/initialize">Initialize</a> your Fluo application before running it.</p>
 
 
 
diff --git a/docs/fluo/1.2/getting-started/install-fluo.html b/docs/fluo/1.2/getting-started/install-fluo.html
index 4e853f4..da79bc9 100644
--- a/docs/fluo/1.2/getting-started/install-fluo.html
+++ b/docs/fluo/1.2/getting-started/install-fluo.html
@@ -373,6 +373,10 @@ probably increase the <code class="highlighter-rouge">tserver.server.threads.min
 
 <p>Using at least Accumulo 1.6.1 is recommended because multiple performance bugs were fixed.</p>
 
+<h2 id="next-steps">Next Steps</h2>
+
+<p><a href="/docs/fluo/1.2/getting-started/create-application">Create a Fluo application</a> to run or use <a href="/related-projects/">an example application</a>.</p>
+
 
 
     <div class="row" style="margin-top: 20px;">
diff --git a/docs/fluo/1.2/getting-started/quick-start.html b/docs/fluo/1.2/getting-started/quick-start.html
index 84a79fb..d8611ee 100644
--- a/docs/fluo/1.2/getting-started/quick-start.html
+++ b/docs/fluo/1.2/getting-started/quick-start.html
@@ -208,21 +208,21 @@
 
 <ol>
   <li>
-    <p><a href="/docs/fluo/1.2/getting-started/install-fluo/">Install Fluo</a></p>
+    <p><a href="/docs/fluo/1.2/getting-started/install-fluo">Install Fluo</a></p>
   </li>
   <li>
-    <p><a href="/docs/fluo/1.2/getting-started/create-application/">Create a Fluo application</a> or use <a href="/related-projects/">an example application</a>.</p>
+    <p><a href="/docs/fluo/1.2/getting-started/create-application">Create a Fluo application</a> or use <a href="/related-projects/">an example application</a>.</p>
   </li>
   <li>
-    <p><a href="/docs/fluo/1.2/administration/initialize/">Initialize your Fluo application</a></p>
+    <p><a href="/docs/fluo/1.2/administration/initialize">Initialize your Fluo application</a></p>
   </li>
   <li>
     <p>Pick a method below to run your Fluo application</p>
 
     <ul>
-      <li><a href="/docs/fluo/1.2/administration/run-fluo-processes/">Run Fluo processes</a></li>
-      <li><a href="/docs/fluo/1.2/administration/run-fluo-in-yarn/">Run Fluo in YARN</a></li>
-      <li><a href="/docs/fluo/1.2/administration/run-fluo-in-docker/">Run Fluo in Docker</a> which enables running in Mesos and Kubernetes</li>
+      <li><a href="/docs/fluo/1.2/administration/run-fluo-processes">Run Fluo processes</a></li>
+      <li><a href="/docs/fluo/1.2/administration/run-fluo-in-yarn">Run Fluo in YARN</a></li>
+      <li><a href="/docs/fluo/1.2/administration/run-fluo-in-docker">Run Fluo in Docker</a> which enables running in Mesos and Kubernetes</li>
     </ul>
   </li>
 </ol>
diff --git a/feed.xml b/feed.xml
index 8be19c3..b4b624d 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>https://fluo.apache.org//</link>
     <atom:link href="https://fluo.apache.org//feed.xml" rel="self" type="application/rss+xml" />
-    <pubDate>Tue, 10 Oct 2017 14:24:44 +0000</pubDate>
-    <lastBuildDate>Tue, 10 Oct 2017 14:24:44 +0000</lastBuildDate>
+    <pubDate>Tue, 17 Oct 2017 20:13:09 +0000</pubDate>
+    <lastBuildDate>Tue, 17 Oct 2017 20:13:09 +0000</lastBuildDate>
     <generator>Jekyll v3.3.1</generator>
     
     

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