Author: elserj Date: Thu Nov 7 03:52:46 2013 New Revision: 1539515 URL: http://svn.apache.org/r1539515 Log: Updating dev guide to update section on Thrift to reflect current build status.
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=1539515&r1=1539514&r2=1539515&view=diff ============================================================================== --- accumulo/site/trunk/content/source.mdtext (original) +++ accumulo/site/trunk/content/source.mdtext Thu Nov 7 03:52:46 2013 @@ -42,11 +42,11 @@ Accumulo has a number of [contrib projec #### 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. +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. #### Checking out from Git