Github user ctubbsii commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/227#discussion_r104209937
  
    --- Diff: assemble/conf/templates/accumulo-env.sh ---
    @@ -39,9 +39,14 @@ export 
ZOOKEEPER_HOME="${ZOOKEEPER_HOME:-/path/to/zookeeper}"
     ##################################################################
     
     ## JVM options set for all processes. Extra options can be passed in by 
setting ACCUMULO_JAVA_OPTS to an array of options.
    -JAVA_OPTS=("${ACCUMULO_JAVA_OPTS[@]}" '-XX:+UseConcMarkSweepGC' 
'-XX:CMSInitiatingOccupancyFraction=75' '-XX:+CMSClassUnloadingEnabled'
    -'-XX:OnOutOfMemoryError=kill -9 %p' '-XX:-OmitStackTraceInFastThrow' 
'-Djava.net.preferIPv4Stack=true' 
    
-'-Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl')
    +JAVA_OPTS=("${ACCUMULO_JAVA_OPTS[@]}" 
    +  '-XX:+UseConcMarkSweepGC'
    +  '-XX:CMSInitiatingOccupancyFraction=75'
    +  '-XX:+CMSClassUnloadingEnabled'
    +  '-XX:OnOutOfMemoryError=kill -9 %p'
    +  '-XX:-OmitStackTraceInFastThrow'
    +  '-Djava.net.preferIPv4Stack=true'
    +  "-Daccumulo.native.lib.dir=${ACCUMULO_HOME}/lib/native")
    --- End diff --
    
    Or just a list of native libraries to load on startup. That'd make it 
easier to load Hadoop native libs, too.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to