cheelio opened a new pull request, #1039:
URL: https://github.com/apache/bigtop/pull/1039

   ### Description of the PR
   When starting rangeradmin with Hadoop 3.3.4, Rangeradmin throws a 
NoClassDefFoundError.
   ```
   Exception in thread "main" java.lang.NoClassDefFoundError: 
com/ctc/wstx/io/InputBootstrapper
       at 
org.apache.ranger.credentialapi.CredentialReader.getDecryptedString(CredentialReader.java:39)
       at 
org.apache.ranger.credentialapi.buildks.createCredential(buildks.java:87)
       at org.apache.ranger.credentialapi.buildks.main(buildks.java:41)
   Caused by: java.lang.ClassNotFoundException: 
com.ctc.wstx.io.InputBootstrapper
       at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
       at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
       at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
       at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
       ... 3 more
   ```
   This is described in https://github.com/apache/ranger/pull/172
   
   ### How was this patch tested?
   
   Add patch file to bump commons.configuration.version to 2.8.0
   
   ### For code changes:
   
   - [ ] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'BIGTOP-3638. Your PR title ...')?
   - [ ] Make sure that newly added files do not have any licensing issues. 
When in doubt refer to https://www.apache.org/licenses/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to