Re: Question about build

2015-07-19 Thread Yuliya Feldman
Yes, If you rely just on fat jar. For dev it is great tool, but for production may not be so much. On Jul 19, 2015, at 8:46 PM, Ken Sipe wrote: > the point of a fat jar is to not have jars “outside”… it would make sense > that would cause challenges. We have a fat jar now because 1) that

Re: Question about build

2015-07-19 Thread Ken Sipe
the point of a fat jar is to not have jars “outside”… it would make sense that would cause challenges. We have a fat jar now because 1) that is the way it was original dev and 2) the ability to distribute all things the needed by the executor in a runtime jar.Fat jars work great when they

Re: Question about build

2015-07-19 Thread Yuliya Feldman
I am wondering about usage of fat jar in principal - fat jar unless it has the same versions of jars inside fat one and outside can create issues. slf jars , mesos jars What is your experience? Ours so far was quite negative On Jul 19, 2015, at 6:46 PM, Ken Sipe wrote: > >> On Jul 17, 2015

Re: Question about build

2015-07-19 Thread Ken Sipe
> On Jul 17, 2015, at 5:51 PM, Adam Bordelon wrote: > > Ken, Swapnil is looking at turning the executor into a YARN NM AuxService > anyway, so it might end up without a main too. Then we wouldn't need the > application plugin at all? > actually I don’t think we need the application plugin right

Re: Question about build

2015-07-17 Thread Jim Klucar
Then I guess we're just a we service then ;) On Friday, July 17, 2015, Adam Bordelon wrote: > Ken, Swapnil is looking at turning the executor into a YARN NM AuxService > anyway, so it might end up without a main too. Then we wouldn't need the > application plugin at all? > > On Fri, Jul 17, 2015

Re: Question about build

2015-07-17 Thread Adam Bordelon
Ken, Swapnil is looking at turning the executor into a YARN NM AuxService anyway, so it might end up without a main too. Then we wouldn't need the application plugin at all? On Fri, Jul 17, 2015 at 3:31 PM, Ken Sipe wrote: > Hey Patrick, > > I was the one that refactored myriad in to a multi-pro

Re: Question about build

2015-07-17 Thread Ken Sipe
Hey Patrick, I was the one that refactored myriad in to a multi-project structure. I took what was originally there and tried to maintain the semantics into the new structure (meaning it was my intention to not change anything other than the structure). At first glance this appears to be a m

Question about build

2015-07-17 Thread Patrick Wong
Hello Myriad Team, I noticed that the application plugin is applied to all subprojects. Does this mean that you are supposed to be able to run "gradle installDist" to get a working local installation for each subproject, and "gradle run" to run them? -- Patrick Wong 510.386.7205 mapr.com