-
Notifications
You must be signed in to change notification settings - Fork 64
AccumuloIncludeInBuild
Andrew Levine edited this page Jan 27, 2015
·
1 revision
By default, the Accumulo Data Provider will be compiled into MrGeo. The way to check is in the mrgeo-dataprovider/pom.xml file for all data providers.
<modules> <module>mrgeo-dataprovider-accumulo</module> <module>mrgeo-dataprovider-distribution</module> </modules>
Commenting out the mrgeo-dataprovider-accumulo line will remove Accumulo capabilities from the build.