bhavikpatel9977 commented on a change in pull request #3411: ZEPPELIN-4272: Zeppelin fails to compile when hadoop3 is enabled URL: https://github.com/apache/zeppelin/pull/3411#discussion_r308611002
########## File path: zeppelin-server/pom.xml ########## @@ -515,6 +516,18 @@ </zeppelin.daemon.package.base> </properties> </profile> + <profile> + <id>hadoop3</id> + <properties> + <hadoop.version>3.0.0</hadoop.version> + </properties> + <dependencies> + <dependency> + <groupId>org.apache.directory.server</groupId> + <artifactId>kerberos-client</artifactId> + <version>${kerberos-client.version}</version> + </dependency> + </dependencies> + </profile> Review comment: This Jar file require only when hadoop3 is enabled, so we have added this dependency for hadoop3 profile. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services