clintropolis opened a new pull request #9320: fix protobuf extension packaging 
and docs
URL: https://github.com/apache/druid/pull/9320
 
 
   Fixes #8051.
   
   ### Description
   
   This PR fixes `druid-protobuf-extensions` by tweaking how shading is done to 
not included the jars that are shaded in the packaging.
   
   before:
   ```
   $ ls -1 apache-druid-0.18.0-SNAPSHOT/extensions/druid-protobuf-extensions/
   druid-protobuf-extensions-0.18.0-SNAPSHOT.jar
   error_prone_annotations-2.3.2.jar
   gson-2.8.6.jar
   protobuf-dynamic-0.9.3.jar
   protobuf-java-3.11.0.jar
   protobuf-java-util-3.11.0.jar
   ```
   
   after:
   ```
   $ ls -1 apache-druid-0.18.0-SNAPSHOT/extensions/druid-protobuf-extensions/
   druid-protobuf-extensions-0.18.0-SNAPSHOT.jar
   ```
   
   I also updated the extension quickstart website docs a bit to make it a bit 
easier to follow.
   
   <hr>
   
   This PR has:
   - [x] been self-reviewed.
   - [x] added documentation for new or modified features or behaviors.
   - [x] been tested in a test Druid cluster.
   
   

----------------------------------------------------------------
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]

Reply via email to