Mike,
Nevermind, I got it. I was trying to use an abstract class. I changed it to
ColumnFamilyCounter and got past it.
Don
On Saturday, April 27, 2019, 11:09:03 AM EDT, d resnik
<[email protected]> wrote:
I am working through setting up my local accumulo. I have my accumulo build
working and I configured fluo to use my local build. I am working on a ticket
to fix a command line param. As part of the testing, I am trying to set an
iterator, but I am getting the following error:
root@uno> setshelliter -class
org.apache.accumulo.core.iterators.SortedKeyValueIterator.class -p 100 -pn count
2019-04-27 11:04:18,031 [shell.Shell] ERROR:
org.apache.accumulo.shell.ShellCommandException: Command could not be
initialized (Unable to load
org.apache.accumulo.core.iterators.SortedKeyValueIterator.class; class not
found.)
root@uno>
any ideas?
Thanks,
Don Resnik