The -p parameter is option. Without it, the user is prmopted, which you can see in the line following.
On Thu, Jul 5, 2012 at 10:41 PM, David Medinets <[email protected]>wrote: > On Thu, Jul 5, 2012 at 9:21 PM, Park, Jee [USA] <[email protected]> wrote: > > ~$: accumulo/bin/accumulo shell -u root > > Enter current password for 'root'@'accumulo': ******** > > 05 18:18:26,233 [shell.Shell] ERROR: > > org.apache.accumulo.core.client.AccumuloSecurityException: Error > > BAD_CREDENTIALS - Username or Password is Invalid > > It seems like you are missing the -p parameter. For example, "-p password". >
