viirya commented on a change in pull request #3385:
URL: https://github.com/apache/hadoop/pull/3385#discussion_r704994380
##########
File path: hadoop-client-modules/hadoop-client-integration-tests/pom.xml
##########
@@ -57,6 +57,11 @@
<artifactId>lz4-java</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.xerial.snappy</groupId>
+ <artifactId>snappy-java</artifactId>
+ <scope>test</scope>
Review comment:
Because we exclude it from the uber jar, we don't include the artifact
of snappy-java in client libraries like hadoop-client-runtime. Note that both
hadoop-client-runtime and hadoop-client-api make hadoop-client as optional. So
it won't count hadoop-client as transitive dependency of these client libraries.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]