From ac6b75bf43ca559f4313430ec1346b10b868f496 Mon Sep 17 00:00:00 2001 From: Keith Turner Date: Mon, 7 Nov 2016 09:17:05 -0500 Subject: [PATCH] Minor updates to Fluo Tour --- tour/exercise-1.md | 7 ++++++- tour/index.md | 5 +++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/tour/exercise-1.md b/tour/exercise-1.md index a5f2cdcf..ff161268 100644 --- a/tour/exercise-1.md +++ b/tour/exercise-1.md @@ -2,9 +2,12 @@ title: Word count Exercise --- -This excercise gives you an opportunity to use everything you have learned so +This exercise gives you an opportunity to use everything you have learned so far to attempt writing a simple Fluo application. A bare minimum of code, along with a conceptual sketch of a solution, is provided to get you started. +After completing this exercise, consider tweeting a link to your solution to +[#apachefluotour][aft]. If you have time, try to complete the exercise before +looking at the solutions. The application should compute word counts for unique documents. This application should do the following. @@ -402,3 +405,5 @@ After implementing the Observer, the output of the program should look like the The way to compute word counts above is very prone to transactional collisions. One way to avoid these collisions is to use the CollisionFreeMap provided in Fluo Recipes. Currently Fluo Recipes is not released, this section will be updated with more information once it is. + +[aft]: https://twitter.com/hashtag/apachefluotour diff --git a/tour/index.md b/tour/index.md index 7e30f9b8..8928f48d 100644 --- a/tour/index.md +++ b/tour/index.md @@ -8,7 +8,9 @@ permalink: /tour/ {% assign first_url = tour_pages[0] | prepend: '/tour/' | append: '/' %} {% assign first_page = site.pages | where:'url',first_url | first %} -Welcome to the Fluo tour! The tour starts by introducing Fluo's [{{ first_page.title }}]({{ first_url }}). +Welcome to the Fluo tour! The tour offers a hands on introduction to Fluo, broken down into +independent steps and an exercise. The exercise gives you a chance to apply what +you have learned. The tour starts by introducing Fluo's [{{ first_page.title }}]({{ first_url }}). We recommend following the tour in order. However, all pages are listed below for review. When on a tour page, the left and right keys on the keyboard can be used to navigate. If you have any @@ -24,7 +26,6 @@ thoughts, solutions, etc related to this tour can also be tweeted using the has 1. [{{ link_to_page.title }}]({{ doc_url }}) {% endfor %} - [contact]: /getinvolved/ [issues]: https://github.com/apache/incubator-fluo-website/issues [aft]: https://twitter.com/hashtag/apachefluotour