You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bu...@apache.org on 2013/11/07 04:53:56 UTC

svn commit: r885692 - in /websites/staging/accumulo/trunk/content: ./ source.html

Author: buildbot
Date: Thu Nov  7 03:53:55 2013
New Revision: 885692

Log:
Staging update by buildbot for accumulo

Modified:
    websites/staging/accumulo/trunk/content/   (props changed)
    websites/staging/accumulo/trunk/content/source.html

Propchange: websites/staging/accumulo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Nov  7 03:53:55 2013
@@ -1 +1 @@
-1538007
+1539515

Modified: websites/staging/accumulo/trunk/content/source.html
==============================================================================
--- websites/staging/accumulo/trunk/content/source.html (original)
+++ websites/staging/accumulo/trunk/content/source.html Thu Nov  7 03:53:55 2013
@@ -108,11 +108,11 @@ Committers may edit the site by followin
 <h2 id="developers-guide">Developer's Guide</h2>
 <h3 id="building-code">Building code</h3>
 <h4 id="installing-thrift">Installing Thrift</h4>
-<p>The build of the 'core' component will attempt to run the Apache Thrift command line to regenerate
-stubs. If you don't have Apache Thrift installed and in your path, you will see a warning, and the build
-will wait for you to enter a newline to proceed. To avoid this, install Thrift 0.9 and make sure that the 
-'thrift' command is in your path. Watch out for THRIFT-1367; you may need to configure Thrift with
---without-ruby.</p>
+<p>If you activate the 'thrift' Maven profile, the build of some modules will attempt to run the Apache Thrift command line to regenerate
+stubs. If you activate this profile and don't have Apache Thrift installed and in your path, you will see a warning and
+your build will fail. For Accumulo 1.5.0 and greater, install Thrift 0.9 and make sure that the 'thrift' command is in your path. 
+Watch out for THRIFT-1367; you may need to configure Thrift with --without-ruby. Most developers do not
+need to install or modify the Thrift definitions as a part of developing against Apache Accumulo.</p>
 <h4 id="checking-out-from-git">Checking out from Git</h4>
 <p>To check out the code:</p>
 <div class="codehilite"><pre><span class="n">git</span> <span class="n">clone</span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">git</span><span class="o">-</span><span class="n">wip</span><span class="o">-</span><span class="n">us</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">repos</span><span class="o">/</span><span class="n">asf</span><span class="o">/</span><span class="n">accumulo</span><span class="p">.</span><span class="n">git</span>