You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/07/21 18:17:05 UTC

[GitHub] [hadoop] jojochuang commented on a change in pull request #2159: HADOOP-17124. Support LZO Codec using aircompressor

jojochuang commented on a change in pull request #2159:
URL: https://github.com/apache/hadoop/pull/2159#discussion_r458296945



##########
File path: hadoop-project/pom.xml
##########
@@ -1727,6 +1728,11 @@
         <artifactId>jna</artifactId>
         <version>${jna.version}</version>
       </dependency>
+      <dependency>

Review comment:
       Looks okay to me https://mvnrepository.com/artifact/io.airlift/aircompressor/0.16
   No compile time dependency. A shaded Hadoop 2 jar in provided dependency.
   
   
   What's tricky is it has test scope dependency on jmh-core, which is GPL 2.0.




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org