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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org