kishoreg opened a new pull request #4950: Adding profile goal to generate shaded jars for all plugins automatic… URL: https://github.com/apache/incubator-pinot/pull/4950 …ally This will generate a shaded plugin jar for every module under pinot-plugins. ```./pinot-file-system/pinot-gcs/target/plugins/pinot-gcs/pinot-gcs-0.3.0-SNAPSHOT-shaded.jar ./pinot-file-system/pinot-adls/target/plugins/pinot-adls/pinot-adls-0.3.0-SNAPSHOT-shaded.jar ./pinot-file-system/pinot-hdfs/target/plugins/pinot-hdfs/pinot-hdfs-0.3.0-SNAPSHOT-shaded.jar ./pinot-batch-ingestion/v0_deprecated/pinot-spark/target/plugins/pinot-spark/pinot-spark-0.3.0-SNAPSHOT-shaded.jar ./pinot-batch-ingestion/v0_deprecated/pinot-ingestion-common/target/plugins/pinot-ingestion-common/pinot-ingestion-common-0.3.0-SNAPSHOT-shaded.jar ./pinot-batch-ingestion/v0_deprecated/pinot-hadoop/target/plugins/pinot-hadoop/pinot-hadoop-0.3.0-SNAPSHOT-shaded.jar ./pinot-batch-ingestion/pinot-batch-ingestion-base/target/plugins/pinot-batch-ingestion-base/pinot-batch-ingestion-base-0.3.0-SNAPSHOT-shaded.jar ./pinot-input-format/pinot-orc/target/plugins/pinot-orc/pinot-orc-0.3.0-SNAPSHOT-shaded.jar ./pinot-input-format/pinot-csv/target/plugins/pinot-csv/pinot-csv-0.3.0-SNAPSHOT-shaded.jar ./pinot-input-format/pinot-parquet/target/plugins/pinot-parquet/pinot-parquet-0.3.0-SNAPSHOT-shaded.jar ./pinot-input-format/pinot-avro/target/plugins/pinot-avro/pinot-avro-0.3.0-SNAPSHOT-shaded.jar ./pinot-input-format/pinot-json/target/plugins/pinot-json/pinot-json-0.3.0-SNAPSHOT-shaded.jar ./pinot-input-format/pinot-thrift/target/plugins/pinot-thrift/pinot-thrift-0.3.0-SNAPSHOT-shaded.jar ./pinot-stream-ingestion/pinot-kafka-0.9/target/plugins/pinot-kafka-0.9/pinot-kafka-0.9-0.3.0-SNAPSHOT-shaded.jar ./pinot-stream-ingestion/pinot-kafka-base/target/plugins/pinot-kafka-base/pinot-kafka-base-0.3.0-SNAPSHOT-shaded.jar ./pinot-stream-ingestion/pinot-kafka-2.0/target/plugins/pinot-kafka-2.0/pinot-kafka-2.0-0.3.0-SNAPSHOT-shaded.jar ``` Few things that might need to be fixed but not a blocker - avoiding version number in the plugin name. e.g. pinot-kafka-2.0 will generate pinot-kafka-2.0-0.3.0-SNAPSHOT-shaded.jar - even base modules generated shaded jar. e.g. pinot-kafka-base-0.3.0-SNAPSHOT-shaded.jar
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
