mneethiraj commented on code in PR #872:
URL: https://github.com/apache/ranger/pull/872#discussion_r3024575311


##########
credentialbuilder/pom.xml:
##########
@@ -112,6 +121,73 @@
             <artifactId>hadoop-client-runtime</artifactId>
             <version>${hadoop.version}</version>
         </dependency>
+        <dependency>

Review Comment:
   @pradeepagrawal8184  - hadoop-common dragged a lot more dependencies, hence 
the switch to hadoop-client-api/runtime dependencies. We shouldn't go back to 
hadoop-common, without exploring options to avoid this dependency. Btw, 
`org/apache/hadoop/conf/Configuration` is part of hadoop-client-api library. 
Can you make sure that this library is present in the classpath?



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