AHeise commented on pull request #16345:
URL: https://github.com/apache/flink/pull/16345#issuecomment-873087027


   > yes, I also thought about having a separate location in dist for 
production use-cases, and rely on the tmp dir only for tests. But then the 
question is when do we extract the jar (at build time vs at runtime; build time 
means shipping 50mb more (unless we slice it out of flink-runtime when building 
flink-dist), runtime means having to write to dist which may or may not be 
allowed depending on the setup).
   
   Could we add it as provided into the test scope (so Maven has to build it 
for test execution) and then extract the path from it? That's how I'd approach 
this issue in gradle (custom scope though).


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


Reply via email to