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:45:15 UTC

svn commit: r1195000 - /incubator/accumulo/branches/1.3/docs/distributedTracing.html

Author: ecn
Date: Sat Oct 29 19:45:15 2011
New Revision: 1195000

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

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

Modified: incubator/accumulo/branches/1.3/docs/distributedTracing.html
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/docs/distributedTracing.html?rev=1195000&r1=1194999&r2=1195000&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/docs/distributedTracing.html (original)
+++ incubator/accumulo/branches/1.3/docs/distributedTracing.html Sat Oct 29 19:45:15 2011
@@ -23,6 +23,7 @@ distributed, and the typical lookup is f
 <p>To provide insight into what accumulo is doing during your scan, you can turn on tracing before you do your operation:</p>
 
 <pre>
+   DistributedTrace.enable(instance, zooReader, hostname, "myApplication");
    Trace scanTrace = Trace.on("client:scan");
    BatchScanner scanner = conn.createBatchScanner(...);
    // Configure your scanner