jackjlli commented on a change in pull request #6088:
URL: https://github.com/apache/incubator-pinot/pull/6088#discussion_r502024417
##########
File path:
pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/pom.xml
##########
@@ -119,6 +119,10 @@
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-core</artifactId>
</exclusion>
+ <exclusion>
Review comment:
We are not gonna exclude all the `hadoop-common` from `pinot-hadoop`.
`hadoop-client` still keeps the dependency of `hadoop-common`:
```
[INFO] -------------------< org.apache.pinot:pinot-hadoop
>--------------------
[INFO] Building Pinot Hadoop 0.6.0-SNAPSHOT
[35/46]
[INFO] --------------------------------[ jar
]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ pinot-hadoop ---
[INFO] org.apache.pinot:pinot-hadoop:jar:0.6.0-SNAPSHOT
[INFO] \- org.apache.hadoop:hadoop-client:jar:2.7.0:provided
[INFO] \- org.apache.hadoop:hadoop-common:jar:2.7.0:provided (scope
managed from compile)
```
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]