You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2012/01/05 21:44:04 UTC

svn commit: r1227821 - /incubator/accumulo/branches/1.3/conf/accumulo-site.xml.example

Author: ecn
Date: Thu Jan  5 20:44:04 2012
New Revision: 1227821

URL: http://svn.apache.org/viewvc?rev=1227821&view=rev
Log:
ACCUMULO-268 document trace username/password

Modified:
    incubator/accumulo/branches/1.3/conf/accumulo-site.xml.example

Modified: incubator/accumulo/branches/1.3/conf/accumulo-site.xml.example
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/conf/accumulo-site.xml.example?rev=1227821&r1=1227820&r2=1227821&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/conf/accumulo-site.xml.example (original)
+++ incubator/accumulo/branches/1.3/conf/accumulo-site.xml.example Thu Jan  5 20:44:04 2012
@@ -51,5 +51,21 @@
       <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>