Hi Don,

Your Java class should not end with ".class".  The command should be
something like below:

setshelliter -class
org.apache.accumulo.core.iterators.SortedKeyValueIterator

-Mike

On Sat, Apr 27, 2019 at 11:09 AM d resnik <dresnik...@yahoo.com.invalid>
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

Reply via email to