Author: buildbot Date: Wed Feb 19 16:06:58 2014 New Revision: 898544 Log: Staging update by buildbot for accumulo
Modified: websites/staging/accumulo/trunk/content/ (props changed) websites/staging/accumulo/trunk/content/contrib.html Propchange: websites/staging/accumulo/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Wed Feb 19 16:06:58 2014 @@ -1 +1 @@ -1569514 +1569805 Modified: websites/staging/accumulo/trunk/content/contrib.html ============================================================================== --- websites/staging/accumulo/trunk/content/contrib.html (original) +++ websites/staging/accumulo/trunk/content/contrib.html Wed Feb 19 16:06:58 2014 @@ -97,17 +97,17 @@ <p>Each of the below contrib project handles their own development and release cycle. For information on what version(s) of Accumulo they work with, see the documentation for the individual project.</p> <h2 id="instamo-archetype">Instamo Archetype</h2> <p>A Maven Archetype that automates the customization of Instamo to quickly spin up an Accumulo process in memory.</p> -<p>The Apache Accumulo Instamo Archetype uses <a href="http://git-scm.com/">Git</a> version control (<a href="https://git-wip-us.apache.org/repos/asf?p=accumulo-instamo-archetype.git;a=summary">browse</a>|<a href="https://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype.git">checkout</a>). It builds with [Apache Maven][maven]. See the <a href="#contributing-to-contrib">section on contributing</a> for instructions on submitting issues and patches.</p> +<p>The Apache Accumulo Instamo Archetype uses <a href="http://git-scm.com/">Git</a> version control (<a href="https://git-wip-us.apache.org/repos/asf?p=accumulo-instamo-archetype.git;a=summary">browse</a>|<a href="https://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype.git">checkout</a>). It builds with <a href="http://maven.apache.org/">Apache Maven</a>. See the <a href="#contributing-to-contrib">section on contributing</a> for instructions on submitting issues and patches.</p> <h2 id="wikisearch-application">Wikisearch Application</h2> <p>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. </p> <p>For details on setting up the application, see the project's README. You can also read <a href="example/wikisearch.html">an overview and some performance numbers</a>.</p> -<p>The Apache Accumulo Wikisearch Example uses <a href="http://git-scm.com/">Git</a> version control (<a href="https://git-wip-us.apache.org/repos/asf?p=accumulo-wikisearch.git;a=summary">browse</a>|<a href="https://git-wip-us.apache.org/repos/asf/accumulo-wikisearch.git">checkout</a>). It builds with [Apache Mave][maven]. See the <a href="#contributing-to-contrib">section on contributing</a> for instructions on submitting issues and patches.</p> +<p>The Apache Accumulo Wikisearch Example uses <a href="http://git-scm.com/">Git</a> version control (<a href="https://git-wip-us.apache.org/repos/asf?p=accumulo-wikisearch.git;a=summary">browse</a>|<a href="https://git-wip-us.apache.org/repos/asf/accumulo-wikisearch.git">checkout</a>). It builds with <a href="http://maven.apache.org/">Apache Maven</a>. See the <a href="#contributing-to-contrib">section on contributing</a> for instructions on submitting issues and patches.</p> <h2 id="pig-support">Pig Support</h2> <p>A storage module for <a href="http://pig.apache.org/">Pig</a> 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.</p> -<p>The Apache Accumulo Pig Module uses <a href="http://git-scm.com/">Git</a> version control (<a href="https://git-wip-us.apache.org/repos/asf?p=accumulo-pig.git;a=summary">browse</a>|<a href="https://git-wip-us.apache.org/repos/asf/accumulo-pig.git">checkout</a>). It builds with [Apache Maven][maven]. See the <a href="#contributing-to-contrib">section on contributing</a> for instructions on submitting issues and patches.</p> +<p>The Apache Accumulo Pig Module uses <a href="http://git-scm.com/">Git</a> version control (<a href="https://git-wip-us.apache.org/repos/asf?p=accumulo-pig.git;a=summary">browse</a>|<a href="https://git-wip-us.apache.org/repos/asf/accumulo-pig.git">checkout</a>). It builds with <a href="http://maven.apache.org/">Apache Maven</a>. See the <a href="#contributing-to-contrib">section on contributing</a> for instructions on submitting issues and patches.</p> <h2 id="hama-integration">Hama Integration</h2> <p>An implementation for running <a href="http://hama.apache.org/hama_bsp_tutorial.html">Bulk Synchronous Parallel (BSP) algorithms</a> implemented via <a href="http://hama.apache.org/">Apache Hama</a> on top of data stored in Accumulo.</p> -<p>The Apache Accumulo BSP implementation uses <a href="http://git-scm.com/">Git</a> version control (<a href="https://git-wip-us.apache.org/repos/asf?p=accumulo-bsp.git;a=summary">browse</a>|<a href="https://git-wip-us.apache.org/repos/asf/accumulo-bsp.git">checkout</a>). It builds with [Apache Mave][maven]. See the <a href="#contributing-to-contrib">section on contributing</a> for instructions on submitting issues and patches.</p> +<p>The Apache Accumulo BSP implementation uses <a href="http://git-scm.com/">Git</a> version control (<a href="https://git-wip-us.apache.org/repos/asf?p=accumulo-bsp.git;a=summary">browse</a>|<a href="https://git-wip-us.apache.org/repos/asf/accumulo-bsp.git">checkout</a>). It builds with <a href="http://maven.apache.org/">Apache Maven</a>. See the <a href="#contributing-to-contrib">section on contributing</a> for instructions on submitting issues and patches.</p> <h1 id="contributing-to-contrib">Contributing to Contrib</h1> <p>All contributions to the various Apache Accumulo contrib projects should follow the <a href="git.html#the-implementation">same process used in the primary project</a>. All contributions should have a corresponding issue filed in the <a href="https://issues.apache.org/jira/browse/ACCUMULO/component/12316610">contrib component in the Accumulo issue tracker</a>.</p> <h1 id="adding-a-new-contrib-project">Adding a new Contrib Project</h1>