Hadoop provided the CredentialsProviders API as a way to obfuscate passwords from being stored in plaintext on your filesystem. This is just done via an JCEKS file located somewhere on the local filesystem or HDFS.
If I was to take a wag, I'd assume that the trace token (username/principal and password) are stored using a CredentialProvider, probably Cloudera Manager managing that file for you. The error you give almost looks like Accumulo can't find/extract the password from the JCEKS file. However, if you have changed the password, I'm not sure how CM would know that you have changed the password "underneath" it (I can't imagine it could know this). Regardless, I'm sure there is a way to fix the JCEKS file so that it has the new password. Reaching out to a Cloudera rep (services or support) would be a good idea. On Fri, Mar 13, 2020 at 1:08 PM marathiboy <[email protected]> wrote: > > Thanks, > > > I am using accumulo 1.9.2-cdh6.1.0 (installed using cloudera parcel) > > > as far as I know I didn't add anything related to credential provider and > = > when I searched for credential, I don't get any results back. > > > Thanks > > > S > > > > -- > Sent from: http://apache-accumulo.1065345.n5.nabble.com/Developers-f3.html
