Hi Saiph, I'm using a combination of both. A fat jar for application related jar and keeping flink specific jars (eg: flink-scala, flink-clients, flink-connecor) inside the lib.
On Wed, May 11, 2016 at 11:33 AM, Saiph Kappa <[email protected]> wrote: > Hi, > > I'm performing some modifications on Flink (current trunk version). I want > a scala app (sbt based) to use that modified version. I'm only modifying > the flink-streaming-java module, what is the typical way to specify the > dependencies for my application in this case? Should I copy all jars to the > lib folder of my app, or to build a big fat jar? how do the devs here do > it? > > Thanks. > -- Thanks, Deepak Jha
