dang-stripe commented on PR #13832: URL: https://github.com/apache/pinot/pull/13832#issuecomment-2477352667
@Jackie-Jiang curator was pulled in by hadoop-common which some pinot modules depended on so it showed up in our pinot uberjar whereas it didn't exist before. the uberjar is at the beginning of our classpath before our plugins so the version was getting loaded first. ``` [INFO] -------------------< org.apache.pinot:pinot-parquet >------------------- [INFO] org.apache.pinot:pinot-parquet:jar:1.2.0-SNAPSHOT [INFO] \- org.apache.hadoop:hadoop-common:jar:3.3.6:compile [INFO] \- org.apache.hadoop:hadoop-auth:jar:3.3.6:compile [INFO] \- org.apache.curator:curator-framework:jar:5.2.0:compile [INFO] --------------------< org.apache.pinot:pinot-tools >-------------------- [INFO] org.apache.pinot:pinot-tools:jar:1.2.0-SNAPSHOT [INFO] \- org.apache.hadoop:hadoop-common:jar:3.3.6:compile [INFO] \- org.apache.hadoop:hadoop-auth:jar:3.3.6:compile [INFO] \- org.apache.curator:curator-framework:jar:5.2.0:compile ``` we added back the exclusion for `hadoop-common` in `pinot-distribution` to work around it instead so it'd get excluded in the uberjar. -- 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: commits-unsubscr...@pinot.apache.org 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