Github user keith-turner commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/51#discussion_r44713365
--- Diff:
shell/src/main/java/org/apache/accumulo/shell/commands/ScanCommand.java ---
@@ -316,6 +323,7 @@ public Options getOptions() {
"time before scan should fail if no data is returned. If no unit
is given assumes seconds. Units d,h,m,s,and ms are supported. e.g. 30s or
100ms");
outputFileOpt = new Option("o", "output", true, "local file to write
the scan output to");
sampleOpt = new Option(null, "sample", false, "Show sample");
+ contextOpt = new Option("cc", "context", true, "name of the
classloader context");
--- End diff --
Could add a test for this option ShellServerIT
---
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.
---