You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2017/12/13 16:41:30 UTC

[GitHub] mikewalch closed pull request #53: Created post announcing Accumulo tour

mikewalch closed pull request #53: Created post announcing Accumulo tour
URL: https://github.com/apache/accumulo-website/pull/53
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 00000000..6dab228d
--- /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 2aac4f2d..4e9224a1 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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services