risdenk 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_r311158976
##########
File path: zeppelin-zengine/pom.xml
##########
@@ -650,6 +645,21 @@
<version>${hadoop.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ <version>${jettison.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-aws</artifactId>
Review comment:
It would probably be better to use `hadoop-cloud-storage` here since that
would not only get s3, azure, and gcp as well. No need to individually pull
these in.
Also I would hope that don't need kerberos client explicitly here.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services