You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2012/11/18 23:18:07 UTC

svn commit: r1411003 - /accumulo/site/trunk/content/source.mdtext

Author: bimargulies
Date: Sun Nov 18 22:18:06 2012
New Revision: 1411003

URL: http://svn.apache.org/viewvc?rev=1411003&view=rev
Log:
Improved doc of build to include thrift.

Modified:
    accumulo/site/trunk/content/source.mdtext

Modified: accumulo/site/trunk/content/source.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/source.mdtext?rev=1411003&r1=1411002&r2=1411003&view=diff
==============================================================================
--- accumulo/site/trunk/content/source.mdtext (original)
+++ accumulo/site/trunk/content/source.mdtext Sun Nov 18 22:18:06 2012
@@ -30,10 +30,25 @@ Committers may edit the site by followin
 ## Developer's Guide
 
 ### Building code
+
+#### Installing Thrift
+
+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.
+
+#### Checking out from svn
+
+
 To check out the code:
 
     svn co https://svn.apache.org/repos/asf/accumulo/trunk/
 
+#### Building
+
+
 To build the code:
 
     mvn package -P assemble
@@ -115,4 +130,4 @@ Accumulo's release guide can be found [h
 [release]: /governance/releasing.html
 [cms]: http://www.apache.org/dev/cms.html
 [cmsusage]: http://www.apache.org/dev/cms.html#usage
-[cmsanon]: http://www.apache.org/dev/cmsref.html#non-committer
+[cmsanon]: http://www.apache.org/dev/cmsref.html#non-committer
\ No newline at end of file