cbalci opened a new pull request, #8810: URL: https://github.com/apache/pinot/pull/8810
Making some changes to the pom file for the Pinot Spark Connector for reliability. **Changes** - Move from 'maven-assembly-plugin' to 'maven-shade-plugin' for building the 'Uber jar'. This is done for preventing against dependency collisions inside the Spark environment [as explained here](https://cloud.google.com/dataproc/docs/guides/manage-spark-dependencies#avoiding_dependency_conflicts). 'maven-shade-plugin' provides better control over dependency inclusions in the build output. - Move grpc related dependencies from 'profile' to package level for clarity. **Testing** This change is tested in Uber's Spark environment which is fairly complex and had dependency collisions issues with the previous approach (maven-assembly-plugin fat jar) `bugfix` `dependencies` `cleanup` -- 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]
