You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by vi...@apache.org on 2013/11/01 18:58:20 UTC

svn commit: r1538007 - /accumulo/site/trunk/content/contrib.mdtext

Author: vines
Date: Fri Nov  1 17:58:20 2013
New Revision: 1538007

URL: http://svn.apache.org/r1538007
Log:
Need to update contrib git links too

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=1538007&r1=1538006&r2=1538007&view=diff
==============================================================================
--- accumulo/site/trunk/content/contrib.mdtext (original)
+++ accumulo/site/trunk/content/contrib.mdtext Fri Nov  1 17:58:20 2013
@@ -15,6 +15,7 @@ Notice:    Licensed to the Apache Softwa
            KIND, either express or implied.  See the License for the
            specific language governing permissions and limitations
            under the License.
+
 # Contrib Scope
 Apache Accumulo is a complex distributed system. In order to minimize that complexity for both operators and developers the project maintains contrib repositories for instructive applications and code that builds interoperability between Accumulo and other systems. This helps minimize the set of dependencies needed when building or installing Accumulo, keeps the build time down, and allows the contrib projects to follow their own release schedule.
 
@@ -24,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](http://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][maven]. 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](http://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 Mave][maven]. 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](http://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][maven]. 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](http://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 Mave][maven]. 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).