[ 
https://issues.apache.org/jira/browse/ACCUMULO-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13714697#comment-13714697
 ] 

Christopher Tubbs commented on ACCUMULO-1409:
---------------------------------------------

Native libraries can be maven artifacts themselves. They don't have to be 
carried in a jar. In fact, I plan on experimenting putting native maps in their 
own module in ACCUMULO-210. The new accumulo-maven-plugin could grab the native 
map library for their platform from their local maven repo. If users aren't 
using accumulo-maven-plugin, the accumulo-minicluster could have an optional 
dependency on a accumulo-native module, and if users want to use it, they can 
declare it as an explicit dependency, so it gets put on the classpath for their 
execution of MAC.
                
> Make MiniAccumuloCluster support native maps
> --------------------------------------------
>
>                 Key: ACCUMULO-1409
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1409
>             Project: Accumulo
>          Issue Type: Sub-task
>            Reporter: Keith Turner
>            Assignee: Corey J. Nolet
>              Labels: proposal
>             Fix For: 1.6.0
>
>
> If a user sets up a single node accumulo instance and uses it for testing, 
> then w/o native maps the performance will not be as good as it could.  I did 
> some testing of the new GC in java 7, along the way I noticed a significant 
> difference between the native map and java map.
> http://kaccumulo.blogspot.com/2012/11/testing-accumulo-with-g1.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to