blob: 0778cf2c546ccc982dec715ff0c25924cfeed54b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
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.
-->
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<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 two entries below.
-->
<property>
<name>instance.zookeeper.host</name>
<value>localhost:2181</value>
<description>comma separated list of zookeeper servers</description>
</property>
<property>
<name>logger.dir.walog</name>
<value>walogs</value>
<description>A local file system to store recovery logs</description>
</property>
<property>
<name>instance.secret</name>
<value>DEFAULT</value>
<description>A secret unique to a given instance that all servers must know in order to communicate with one another.
</description>
</property>
<property>
<name>tserver.memory.maps.max</name>
<value>1G</value>
</property>
<property>
<name>trace.password</name>
<value>secret</value>
<description>The password for the trace user to store distributed traces.</description>
</property>
<property>
<name>trace.user</name>
<value>root</value>
<description>
The name of the user to store distributed traces. This user needs the ability to
create the trace table, if it does not already exist.
</description>
</property>
</configuration>