hi, I'm trying to trace scans. So I issued the following commands: createtable test insert a b c d trace on scan trace off
And got: ERROR: org.apache.accumulo.core.client.TableNotFoundException: Table trace does not exist If I create the trace table manually I get "Waiting for trace information" over and over. How can I make tracing work on my cluster?
