diff --git a/assemble/conf/templates/accumulo-metrics.xml b/assemble/conf/templates/accumulo-metrics.xml index 60f9f8d..f30b098 100644 --- a/assemble/conf/templates/accumulo-metrics.xml +++ b/assemble/conf/templates/accumulo-metrics.xml @@ -23,7 +23,8 @@ Metrics log directory --> - ${ACCUMULO_HOME}/metrics + + /var/log/accumulo/metrics + instance.volumes + file:///tmp/accumulo + comma separated list of dfs URIs + + + instance.zookeeper.host localhost:2181 comma separated list of zookeeper servers @@ -28,15 +28,6 @@ - logger.dir.walog - walogs - The property only needs to be set if upgrading from 1.4 which used to store write-ahead logs on the local - filesystem. In 1.5 write-ahead logs are stored in DFS. When 1.5 is started for the first time it will copy any 1.4 - write ahead logs into DFS. It is possible to specify a comma-separated list of directories. - - - - instance.secret DEFAULT A secret unique to a given instance that all servers must know in order to communicate with one another. @@ -89,44 +80,13 @@ ${mvnProjBaseDir} general.classpaths - - - - $ACCUMULO_HOME/lib/accumulo-server.jar, - $ACCUMULO_HOME/lib/accumulo-core.jar, - $ACCUMULO_HOME/lib/accumulo-start.jar, - $ACCUMULO_HOME/lib/accumulo-fate.jar, - $ACCUMULO_HOME/lib/accumulo-proxy.jar, - $ACCUMULO_HOME/lib/[^.].*.jar, - - - - $ZOOKEEPER_HOME/zookeeper[^.].*.jar, - - - - $HADOOP_CONF_DIR, - - - - $HADOOP_PREFIX/share/hadoop/common/[^.].*.jar, - $HADOOP_PREFIX/share/hadoop/common/lib/(?!slf4j)[^.].*.jar, - $HADOOP_PREFIX/share/hadoop/hdfs/[^.].*.jar, - $HADOOP_PREFIX/share/hadoop/mapreduce/[^.].*.jar, - $HADOOP_PREFIX/share/hadoop/yarn/[^.].*.jar, - /usr/lib/hadoop/[^.].*.jar, - /usr/lib/hadoop/lib/[^.].*.jar, - /usr/lib/hadoop-hdfs/[^.].*.jar, - /usr/lib/hadoop-mapreduce/[^.].*.jar, - /usr/lib/hadoop-yarn/[^.].*.jar, - - - - $HADOOP_PREFIX/[^.].*.jar, - $HADOOP_PREFIX/lib/(?!slf4j)[^.].*.jar, - - - + /etc/accumulo/lib Classpaths that accumulo checks for updates and class files. + + + general.dynamic.classpaths + /etc/accumulo/lib/ext + Classpaths that accumulo checks for updates and class files to dynamically load. +