mneethiraj commented on PR #334:
URL: https://github.com/apache/ranger/pull/334#issuecomment-2228690737

   @kokosing - with this version update, HDFS plugin initialization fails with 
the following. Can you please review and update the fix? Btw, details on 
building and running Ranger components in docker containers are available at 
https://github.com/apache/ranger/tree/master/dev-support/ranger-docker.
   
   
   ```
   Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/hadoop/thirdparty/com/google/common/base/Preconditions
        at 
org.apache.hadoop.conf.Configuration$DeprecationDelta.<init>(Configuration.java:430)
        at 
org.apache.hadoop.conf.Configuration$DeprecationDelta.<init>(Configuration.java:443)
        at org.apache.hadoop.conf.Configuration.<clinit>(Configuration.java:525)
        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: 
org.apache.hadoop.thirdparty.com.google.common.base.Preconditions
        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)
        ... 6 more]
   Exiting plugin installation
   ```


-- 
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