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 2011/10/29 21:37:35 UTC

svn commit: r1194991 - /incubator/accumulo/branches/1.3/docs/mockAccumulo.html

Author: ecn
Date: Sat Oct 29 19:37:34 2011
New Revision: 1194991

URL: http://svn.apache.org/viewvc?rev=1194991&view=rev
Log:
ACCUMULO-99 add the line to turn on distributed tracing

Modified:
    incubator/accumulo/branches/1.3/docs/mockAccumulo.html

Modified: incubator/accumulo/branches/1.3/docs/mockAccumulo.html
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/docs/mockAccumulo.html?rev=1194991&r1=1194990&r2=1194991&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/docs/mockAccumulo.html (original)
+++ incubator/accumulo/branches/1.3/docs/mockAccumulo.html Sat Oct 29 19:37:34 2011
@@ -23,6 +23,7 @@ Accumulo called MockAccumulo.  The norma
 </p>
 
 <pre>
+   DistributedTrace.enable(instance, zooReader, hostname, "myApplication");
    Instance instance = new ZooKeeperInstance(...);
    Connector conn = instance.getConnector(user, passwd);
    BatchScanner scanner = conn.createBatchScaner(...);