blob: db146958f8a3c11270ffcaf97ca3d8701b5d7715 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<configuration>
<!-- Put your site-specific accumulo configurations here. The available configuration values along with their defaults are documented in docs/config.html Unless
you are simply testing at your workstation, you will most definitely need to change the three entries below. -->
<property>
<name>instance.zookeeper.host</name>
<value>localhost:2181</value>
<description>comma separated list of zookeeper servers</description>
</property>
<property>
<name>instance.zookeeper.timeout</name>
<value>30s</value>
<description>Zookeeper timeout.</description>
</property>
<property>
<name>tserver.memory.maps.max</name>
<value>80M</value>
</property>
<property>
<name>tserver.cache.data.size</name>
<value>7M</value>
</property>
<property>
<name>tserver.cache.index.size</name>
<value>20M</value>
</property>
<property>
<name>trace.user</name>
<value>root</value>
</property>
<property>
<name>tserver.sort.buffer.size</name>
<value>50M</value>
</property>
<property>
<name>tserver.walog.max.size</name>
<value>40M</value>
</property>
<property>
<name>instance.rpc.ssl.enabled</name>
<value>false</value>
<description>SSL enabled.</description>
</property>
<property>
<name>instance.rpc.ssl.clientAuth</name>
<value>false</value>
<description>SSL client auth enabled.</description>
</property>
<property>
<name>instance.rpc.sasl.enabled</name>
<value>false</value>
<description>SASL enabled.</description>
</property>
<property>
<name>rpc.sasl.qop</name>
<value>auth</value>
<description>Quality of protection used for SASL.</description>
</property>
<property>
<name>rpc.useJsse</name>
<value>false</value>
<description>Use JSSE system properties to configure SSL.</description>
</property>
<property>
<name>trace.span.receivers</name>
<value>org.apache.accumulo.tracer.ZooTraceClient</value>
<description>Span receivers for Accumulo tracing.</description>
</property>
<property>
<name>trace.zookeeper.path</name>
<value>/tracers</value>
<description>ZooKeeper path where Accumulo tracers register.</description>
</property>
<property>
<name>general.classpaths</name>
<!--
Add the following for hadoop-2.0
$HADOOP_PREFIX/share/hadoop/common/.*.jar,
$HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
$HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
$HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
$HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
-->
<value>
$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/[^.].*.jar,
$HADOOP_PREFIX/lib/[^.].*.jar,
$HADOOP_PREFIX/share/hadoop/common/.*.jar,
$HADOOP_PREFIX/share/hadoop/common/lib/.*.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,
</value>
<description>Classpaths that accumulo checks for updates and class files.</description>
</property>
</configuration>