Author: mdrob Date: Wed Feb 19 16:06:45 2014 New Revision: 1569805 URL: http://svn.apache.org/r1569805 Log: ACCUMULO-1822 Fix maven typos and links
Modified: accumulo/site/trunk/content/contrib.mdtext Modified: accumulo/site/trunk/content/contrib.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/contrib.mdtext?rev=1569805&r1=1569804&r2=1569805&view=diff ============================================================================== --- accumulo/site/trunk/content/contrib.mdtext (original) +++ accumulo/site/trunk/content/contrib.mdtext Wed Feb 19 16:06:45 2014 @@ -25,24 +25,24 @@ Each of the below contrib project handle ## Instamo Archetype A Maven Archetype that automates the customization of Instamo to quickly spin up an Accumulo process in memory. -The Apache Accumulo Instamo Archetype uses [Git](http://git-scm.com/) version control ([browse](https://git-wip-us.apache.org/repos/asf?p=accumulo-instamo-archetype.git;a=summary)|[checkout](https://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype.git)). It builds with [Apache Maven][maven]. See the [section on contributing](#contributing-to-contrib) for instructions on submitting issues and patches. +The Apache Accumulo Instamo Archetype uses [Git](http://git-scm.com/) version control ([browse](https://git-wip-us.apache.org/repos/asf?p=accumulo-instamo-archetype.git;a=summary)|[checkout](https://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype.git)). It builds with [Apache Maven](http://maven.apache.org/). See the [section on contributing](#contributing-to-contrib) for instructions on submitting issues and patches. ## Wikisearch Application A complex application example that makes use of most of the Accumulo feature stack. The Wikisearch application provides an example of indexing and querying Wikipedia data within Accumulo. It is a great place to start if you want to get familiar with good development practices building on Accumulo. For details on setting up the application, see the project's README. You can also read [an overview and some performance numbers](example/wikisearch.html). -The Apache Accumulo Wikisearch Example uses [Git](http://git-scm.com/) version control ([browse](https://git-wip-us.apache.org/repos/asf?p=accumulo-wikisearch.git;a=summary)|[checkout](https://git-wip-us.apache.org/repos/asf/accumulo-wikisearch.git)). It builds with [Apache Mave][maven]. See the [section on contributing](#contributing-to-contrib) for instructions on submitting issues and patches. +The Apache Accumulo Wikisearch Example uses [Git](http://git-scm.com/) version control ([browse](https://git-wip-us.apache.org/repos/asf?p=accumulo-wikisearch.git;a=summary)|[checkout](https://git-wip-us.apache.org/repos/asf/accumulo-wikisearch.git)). It builds with [Apache Maven](http://maven.apache.org/). See the [section on contributing](#contributing-to-contrib) for instructions on submitting issues and patches. ## Pig Support A storage module for [Pig](http://pig.apache.org/) allows users to use an Accumulo as either a source or a sink when writing analytics in the Pig scripting language. For details on which Pig version(s) are required to run the storage module, see the project details. -The Apache Accumulo Pig Module uses [Git](http://git-scm.com/) version control ([browse](https://git-wip-us.apache.org/repos/asf?p=accumulo-pig.git;a=summary)|[checkout](https://git-wip-us.apache.org/repos/asf/accumulo-pig.git)). It builds with [Apache Maven][maven]. See the [section on contributing](#contributing-to-contrib) for instructions on submitting issues and patches. +The Apache Accumulo Pig Module uses [Git](http://git-scm.com/) version control ([browse](https://git-wip-us.apache.org/repos/asf?p=accumulo-pig.git;a=summary)|[checkout](https://git-wip-us.apache.org/repos/asf/accumulo-pig.git)). It builds with [Apache Maven](http://maven.apache.org/). See the [section on contributing](#contributing-to-contrib) for instructions on submitting issues and patches. ## Hama Integration An implementation for running [Bulk Synchronous Parallel (BSP) algorithms](http://hama.apache.org/hama_bsp_tutorial.html) implemented via [Apache Hama](http://hama.apache.org/) on top of data stored in Accumulo. -The Apache Accumulo BSP implementation uses [Git](http://git-scm.com/) version control ([browse](https://git-wip-us.apache.org/repos/asf?p=accumulo-bsp.git;a=summary)|[checkout](https://git-wip-us.apache.org/repos/asf/accumulo-bsp.git)). It builds with [Apache Mave][maven]. See the [section on contributing](#contributing-to-contrib) for instructions on submitting issues and patches. +The Apache Accumulo BSP implementation uses [Git](http://git-scm.com/) version control ([browse](https://git-wip-us.apache.org/repos/asf?p=accumulo-bsp.git;a=summary)|[checkout](https://git-wip-us.apache.org/repos/asf/accumulo-bsp.git)). It builds with [Apache Maven](http://maven.apache.org/). See the [section on contributing](#contributing-to-contrib) for instructions on submitting issues and patches. # Contributing to Contrib All contributions to the various Apache Accumulo contrib projects should follow the [same process used in the primary project](git.html#the-implementation). All contributions should have a corresponding issue filed in the [contrib component in the Accumulo issue tracker](https://issues.apache.org/jira/browse/ACCUMULO/component/12316610).