Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 12A58200D5B for ; Wed, 13 Dec 2017 17:41:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 111C4160C23; Wed, 13 Dec 2017 16:41:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 59662160C0F for ; Wed, 13 Dec 2017 17:41:29 +0100 (CET) Received: (qmail 10712 invoked by uid 500); 13 Dec 2017 16:41:28 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 10701 invoked by uid 99); 13 Dec 2017 16:41:28 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Dec 2017 16:41:28 +0000 From: GitBox To: notifications@accumulo.apache.org Subject: [GitHub] mikewalch closed pull request #53: Created post announcing Accumulo tour Message-ID: <151318328787.4778.1532733044211139349.gitbox@gitbox.apache.org> archived-at: Wed, 13 Dec 2017 16:41:30 -0000 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