[fluo-website] 02/02: added srikailash to contributors list

2017-11-08 Thread kturner
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

commit bf00c5c67871ac0633ae122c452b10407095a880
Author: Sri Kailash Gandebathula 
AuthorDate: Wed Nov 8 22:06:00 2017 +0100

added srikailash to contributors list
---
 pages/people.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pages/people.md b/pages/people.md
index eaba6ef..ad11c8e 100644
--- a/pages/people.md
+++ b/pages/people.md
@@ -36,6 +36,7 @@ based on commits.
 | [Michael Miller](https://github.com/milleruntime)| [Centroid 
LLC][centroid]| [ET][et]   |
 | [Michael Wall](https://github.com/mjwall)|   
  | [ET][et]   |
 | [Ravikrishna Adepu](https://github.com/adepuravikrishna) | [SAP Labs 
LLC](https://sap.com) | [PT][pt]   |
+| [Sri Kailash](https://github.com/srikailash)| 
[Booking.com](https://booking.com)  | [CEST][cst]|
 
 [tc]: http://www.tetraconcepts.com/
 [hw]: https://hortonworks.com/
@@ -47,3 +48,4 @@ based on commits.
 [PMC]: https://www.apache.org/foundation/how-it-works.html#pmc
 [brt]: https://www.timeanddate.com/time/zones/brt
 [centroid]: http://www.centroid-llc.com/
+[cst]:https://www.timeanddate.com/time/zones/cest

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


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

2017-11-08 Thread kturner
This is an automated email from the ASF dual-hosted git repository.

kturner 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 8f502be  Jekyll build from gh-pages:bf00c5c
8f502be is described below

commit 8f502beaaabdd784c68185e3e88828af04b9f766
Author: Keith Turner 
AuthorDate: Wed Nov 8 17:28:27 2017 -0500

Jekyll build from gh-pages:bf00c5c

added srikailash to contributors list
---
 feed.xml   |  4 ++--
 people/index.html  | 10 ++
 tour/exercise-1/index.html | 37 ++---
 3 files changed, 46 insertions(+), 5 deletions(-)

diff --git a/feed.xml b/feed.xml
index fd6462e..4b99d71 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
 
 https://fluo.apache.org//
 https://fluo.apache.org//feed.xml"; rel="self" 
type="application/rss+xml" />
-Thu, 02 Nov 2017 21:09:38 +
-Thu, 02 Nov 2017 21:09:38 +
+Wed, 08 Nov 2017 22:28:22 +
+Wed, 08 Nov 2017 22:28:22 +
 Jekyll v3.3.1
 
 
diff --git a/people/index.html b/people/index.html
index e30d313..ed6ef07 100644
--- a/people/index.html
+++ b/people/index.html
@@ -222,6 +222,11 @@ based on commits.
   https://www.timeanddate.com/time/zones/pt";>PT
 
 
+  https://github.com/milleruntime";>Michael Miller
+  http://www.centroid-llc.com/";>Centroid LLC
+  https://www.timeanddate.com/time/zones/et";>ET
+
+
   https://github.com/mjwall";>Michael Wall
    
   https://www.timeanddate.com/time/zones/et";>ET
@@ -231,6 +236,11 @@ based on commits.
   https://sap.com";>SAP Labs LLC
   https://www.timeanddate.com/time/zones/pt";>PT
 
+
+  https://github.com/srikailash";>Sri Kailash
+  https://booking.com";>Booking.com
+  https://www.timeanddate.com/time/zones/cest";>CEST
+
   
 
 
diff --git a/tour/exercise-1/index.html b/tour/exercise-1/index.html
index 9134115..976ec9d 100644
--- a/tour/exercise-1/index.html
+++ b/tour/exercise-1/index.html
@@ -316,9 +316,40 @@ u:http://oldnews.com/a23 uri hash  a6c4d1f
 Part 2 : Computing word counts.
 
 Now that you have data loading, create an observer that watches the 
reference
-status column.  This observer should increment word counts when new content is
-referenced and decrement word counts when content is dereferenced.  The
-observer should also delete the content when its dereferenced.
+status column (doc:refs).  This observer should take the following 
actions 
+based on the values of the columns doc:refs and 
doc:processed.
+
+
+  
+
+  doc:refs
+  doc:processed
+  Action
+
+  
+  
+
+  referenced
+  false
+  Increment word counts and set doc:processed to 
true
+
+
+  referenced
+  true
+  None
+
+
+  unreferenced
+  false
+  Delete content
+
+
+  unreferenced
+  true
+  Delete content and decrement word counts
+
+  
+
 
 Make sure you handle the following scenario correctly.
 

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


[fluo-website] 01/02: Improved Fluo Tour exercise

2017-11-08 Thread kturner
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

commit d826227a06928678e1615e9eae5a3fe847120065
Author: Lucas Vieira 
AuthorDate: Sun Nov 5 23:19:05 2017 -0300

Improved Fluo Tour exercise
---
 tour/exercise-1.md | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/tour/exercise-1.md b/tour/exercise-1.md
index 92d8afb..1711043 100644
--- a/tour/exercise-1.md
+++ b/tour/exercise-1.md
@@ -197,9 +197,15 @@ u:http://oldnews.com/a23 uri hash  a6c4d1f
 ## Part 2 : Computing word counts.
 
 Now that you have data loading, create an observer that watches the reference
-status column.  This observer should increment word counts when new content is
-referenced and decrement word counts when content is dereferenced.  The
-observer should also delete the content when its dereferenced.
+status column (*doc:refs*).  This observer should take the following actions 
+based on the values of the columns *doc:refs* and *doc:processed*.  
+
+| doc:refs | doc:processed   | Action
+|  | --- | --
+| referenced   | false   | Increment word counts and set 
*doc:processed* to *true*
+| referenced   | true| None
+| unreferenced | false   | Delete content
+| unreferenced | true| Delete content and decrement word counts
 
 Make sure you handle the following scenario correctly.
 

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


[fluo-website] branch gh-pages updated (ede7cef -> bf00c5c)

2017-11-08 Thread kturner
This is an automated email from the ASF dual-hosted git repository.

kturner pushed a change to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/fluo-website.git.


from ede7cef  Add Michael Miller to contributors (#109)
 new d826227  Improved Fluo Tour exercise
 new bf00c5c  added srikailash to contributors list

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pages/people.md|  2 ++
 tour/exercise-1.md | 12 +---
 2 files changed, 11 insertions(+), 3 deletions(-)

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


[fluo-website] branch gh-pages updated: Add Michael Miller to contributors (#109)

2017-11-08 Thread mwalch
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 ede7cef  Add Michael Miller to contributors (#109)
ede7cef is described below

commit ede7cef71242c669a060dd6e759c3d41071bacd3
Author: Mike Miller 
AuthorDate: Wed Nov 8 11:49:44 2017 -0500

Add Michael Miller to contributors (#109)
---
 pages/people.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pages/people.md b/pages/people.md
index d6b3cd4..eaba6ef 100644
--- a/pages/people.md
+++ b/pages/people.md
@@ -33,6 +33,7 @@ based on commits.
 | [Kenneth McFarland](https://github.com/kpm1985)  |   
  | [PT][pt]   |
 | [Lucas Lima Vieira](https://github.com/llvieira) |   
  | [BRT][brt] |
 | [Manjiri Tapaswi](https://github.com/mptap)  |   
  | [PT][pt]   |
+| [Michael Miller](https://github.com/milleruntime)| [Centroid 
LLC][centroid]| [ET][et]   |
 | [Michael Wall](https://github.com/mjwall)|   
  | [ET][et]   |
 | [Ravikrishna Adepu](https://github.com/adepuravikrishna) | [SAP Labs 
LLC](https://sap.com) | [PT][pt]   |
 
@@ -45,3 +46,4 @@ based on commits.
 [ist]: https://www.timeanddate.com/time/zones/ist
 [PMC]: https://www.apache.org/foundation/how-it-works.html#pmc
 [brt]: https://www.timeanddate.com/time/zones/brt
+[centroid]: http://www.centroid-llc.com/

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


[fluo] branch master updated: fixed #954 Appended FLUO_JAVA_OPTS to JAVA_OPTS in fluo-env.sh (#966)

2017-11-08 Thread kturner
This is an automated email from the ASF dual-hosted git repository.

kturner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo.git


The following commit(s) were added to refs/heads/master by this push:
 new 4207df4  fixed #954 Appended FLUO_JAVA_OPTS to JAVA_OPTS in 
fluo-env.sh (#966)
4207df4 is described below

commit 4207df4f62069e530b0e45f055c123d16e2136ed
Author: Sri Kailash Gandebathula 
AuthorDate: Sun Nov 5 19:48:11 2017 +0100

fixed #954 Appended FLUO_JAVA_OPTS to JAVA_OPTS in fluo-env.sh (#966)
---
 modules/distribution/src/main/config/fluo-env.sh | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/modules/distribution/src/main/config/fluo-env.sh 
b/modules/distribution/src/main/config/fluo-env.sh
index 0b29665..78acbb1 100755
--- a/modules/distribution/src/main/config/fluo-env.sh
+++ b/modules/distribution/src/main/config/fluo-env.sh
@@ -36,8 +36,10 @@ export FLUO_TMP="${FLUO_TMP:-/tmp}"
 
 ## Fluo log4j configuration
 export FLUO_LOG4J_CONFIG="${FLUO_LOG4J_CONFIG:-${conf}/log4j.properties}"
-## Java options for Fluo command
-JAVA_OPTS=("-Dlog4j.configuration=file:${FLUO_LOG4J_CONFIG}")
+## Java options along with FLUO_JAVA_OPTS for Fluo command
+JAVA_OPTS=("${FLUO_JAVA_OPTS[@]}" 
"-Dlog4j.configuration=file:${FLUO_LOG4J_CONFIG}")
+
+
 export JAVA_OPTS
 
 ##

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