kkrugler commented on pull request #6506:
URL: https://github.com/apache/incubator-pinot/pull/6506#issuecomment-770439684


   Hi @fx19880617 - it was a weird issue. Building locally, I would get a URI 
to a Pinot plugin jar file with:
   
   ``` java
   
SomePintoClassInPluginJar.class.getProtectionDomain().getCodeSource().getLocation().toURI()
   ```
   
   But on the build server, this returns a URI to the directory containing the 
`SomePintoClassInPluginJar.class` file. I've changed the code to use a class 
from some dependency jar that's not part of Pinot (as we're just using it to 
test creating a tarball of files, and adding a dependency file to the 
distributed cache). So all checks seem to be passing now.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to