Github user joshelser commented on the issue:
https://github.com/apache/accumulo/pull/160
Related/unrelated: tool.sh is broken again in master after the removal of
the accumulo-trace module:
```
[accumulo@jelser-accumulo-scripts-1 accumulo-2.0.0-SNAPSHOT]$
./contrib/tool.sh lib/accumulo-examples-simple.jar
org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest -i accumulo -z
jelser-accumulo-scripts-1 -u root -p secret --count 1000000 -minKeySize 10
--maxKeySi
ze 10 --minValueSize 78 --maxValueSize 78 --table terasort --splits 15
WARN : Using Zookeeper 1245. Use version 3.4.0 or greater. Older versions
may not work reliably.
Exception in thread "main" java.io.FileNotFoundException: File
/home/accumulo/accumulo-2.0.0-SNAPSHOT/lib/accumulo-trace.jar does not exist.
at
org.apache.hadoop.util.GenericOptionsParser.validateFiles(GenericOptionsParser.java:405)
at
org.apache.hadoop.util.GenericOptionsParser.processGeneralOptions(GenericOptionsParser.java:299)
at
org.apache.hadoop.util.GenericOptionsParser.parseGeneralOptions(GenericOptionsParser.java:487)
at
org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsParser.java:170)
at
org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsParser.java:153)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
at
org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest.main(TeraSortIngest.java:347)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.hadoop.util.RunJar.run(RunJar.java:233)
at org.apache.hadoop.util.RunJar.main(RunJar.java:148)
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---