You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2017/12/13 16:41:28 UTC

[accumulo-website] branch master updated: Created post announcing Accumulo tour (#53)

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

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8830c20  Created post announcing Accumulo tour (#53)
8830c20 is described below

commit 8830c20a9112177901574e24a8d97d7b464e0546
Author: Mike Walch <mw...@apache.org>
AuthorDate: Wed Dec 13 11:41:26 2017 -0500

    Created post announcing Accumulo tour (#53)
---
 _posts/blog/2017-12-12-take-the-accumulo-tour.md | 23 +++++++++++++++++++++++
 tour/index.md                                    |  2 +-
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/_posts/blog/2017-12-12-take-the-accumulo-tour.md b/_posts/blog/2017-12-12-take-the-accumulo-tour.md
new file mode 100644
index 0000000..6dab228
--- /dev/null
+++ b/_posts/blog/2017-12-12-take-the-accumulo-tour.md
@@ -0,0 +1,23 @@
+---
+title: "Take the Accumulo Tour!"
+---
+
+Apache Accumulo now has a [hands-on tour][tour] that introduces users to key Accumulo concepts
+by completing a series of programming exercises. Don't worry! Solutions are provided if
+you get stuck.
+
+The tour has a [getting started][gs] page that helps you set up your development environment and
+clone a repository with template code. After you are set up, the tour has exercises that cover the
+following Accumulo concepts:
+
+ * [Writing and Reading from Accumulo](/tour/basic-read-write/)
+ * [Data Model](/tour/data-model/)
+ * [Authorizations](/tour/authorizations/)
+ * [Ranges & Splits](/tour/ranges-splits/)
+ * [Batch Scanner](/tour/batch-scanner/)
+ * [Conditional Writer](/tour/conditional-writer/)
+
+More exercises (such as one on Accumulo Iterators) will be added in the future so check for updates.
+
+[tour]: /tour/
+[gs]: /tour/getting-started/
diff --git a/tour/index.md b/tour/index.md
index 2aac4f2..4e9224a 100644
--- a/tour/index.md
+++ b/tour/index.md
@@ -24,5 +24,5 @@ or [create an issue][issue].
   1. [{{ link_to_page.title }}]({{ doc_url }})
 {% endfor %}
 
-[mlist]: /mailing_list/
+[mlist]: /contact-us/#mailing-lists
 [issue]: https://issues.apache.org/jira/projects/ACCUMULO

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