You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the above code can print all the dependencies of some scala. So, we could use this to emit meta-data for each target on how you could split a target (which files/jar deps need to go into each cluster).
This could be done with a goal of keeping some target compilation time (so don't make tiny targets if a slightly larger one wouldn't measurably increase compilation time).
seems pants has a plugin for this:
https://github.com/foursquare/fsqio/tree/master/src/python/fsqio/pants/buildgen
we could possibly pilfer this.
The text was updated successfully, but these errors were encountered: