Re: Extra Compiler Tools

2014-11-08 Thread Mattmann, Chris A (3980)
++ -Original Message- From: Michael Starch Reply-To: "dev@oodt.apache.org" Date: Friday, November 7, 2014 at 10:39 PM To: "dev@oodt.apache.org" Subject: Re: Extra Compiler Tools >Chris, Et Al. &

Re: Extra Compiler Tools

2014-11-07 Thread Michael Starch
; chris.mattm...@gmail.com >> >> >> >> >> -----Original Message- >> From: Michael Starch >> Reply-To: >> Date: Friday, November 7, 2014 at 9:21 AM >> To: >> Subject: Re: Extra Compiler Tools >> >> >Chris, >> > >>

Re: Extra Compiler Tools

2014-11-07 Thread Michael Starch
ginal Message- > From: Michael Starch > Reply-To: > Date: Friday, November 7, 2014 at 9:21 AM > To: > Subject: Re: Extra Compiler Tools > > >Chris, > > > >Did you ever come to a conclusion on this? > > > >-Michael > > > >On Wed, Nov 5, 2

Re: Extra Compiler Tools

2014-11-07 Thread Chris Mattmann
Mattmann chris.mattm...@gmail.com -Original Message- From: Michael Starch Reply-To: Date: Friday, November 7, 2014 at 9:21 AM To: Subject: Re: Extra Compiler Tools >Chris, > >Did you ever come to a conclusion on this? > >-Michael > >On Wed, Nov 5, 2014 at 7:

Re: Extra Compiler Tools

2014-11-07 Thread Michael Starch
mann > chris.mattm...@gmail.com > > > > > -Original Message- > From: Michael Starch > Reply-To: > Date: Wednesday, November 5, 2014 at 8:23 PM > To: > Subject: Re: Extra Compiler Tools > > >According to the specs, any subclass that implements Seri

Re: Extra Compiler Tools

2014-11-05 Thread Chris Mattmann
: Subject: Re: Extra Compiler Tools >According to the specs, any subclass that implements Serializable must >manually implement the serialization of the parents' members. I tested >this and it fails exactly as expected. The parent's members aren't >serialized. > >Also

Re: Extra Compiler Tools

2014-11-05 Thread Michael Starch
> > > > > > > -Original Message- > From: Michael Starch > Reply-To: "dev@oodt.apache.org" > Date: Wednesday, November 5, 2014 at 8:00 PM > To: "dev@oodt.apache.org" > Subject: Re: Extra Compiler Tools > > &g

Re: Extra Compiler Tools

2014-11-05 Thread Mattmann, Chris A (3980)
++ -Original Message- From: Michael Starch Reply-To: "dev@oodt.apache.org" Date: Wednesday, November 5, 2014 at 8:00 PM To: "dev@oodt.apache.org" Subject: Re: Extra Compiler Tools >I need to serialize a JobSpec and children (Job and JobInput) to

Re: Extra Compiler Tools

2014-11-05 Thread Tyler Palsulich
t; > Cheers, > > Chris > > > > > > Chris Mattmann > > chris.mattm...@gmail.com > > > > > > > > > > -Original Message- > > From: Michael Starch > > Reply-To: > > Date: Wednesday, November 5

Re: Extra Compiler Tools

2014-11-05 Thread Michael Starch
he work around just so I know > what we’re trading against? > > Cheers, > Chris > > > Chris Mattmann > chris.mattm...@gmail.com > > > > > -Original Message- > From: Michael Starch > Reply-To: > Date: Wednesday, Nov

Re: Extra Compiler Tools

2014-11-05 Thread Chris Mattmann
have some files I can test >> with? Can you attach them to JIRA or dropbox them to me >> so I can scope? >> >> Cheers, >> Chris >> >> >> Chris Mattmann >> chris.mattm...@gmail.com >> >> >> >> >>

Re: Extra Compiler Tools

2014-11-05 Thread Michael Starch
, > Chris > > > Chris Mattmann > chris.mattm...@gmail.com > > > > > -Original Message- > From: Michael Starch > Reply-To: > Date: Wednesday, November 5, 2014 at 5:37 PM > To: > Subject: Re: Extra Compiler Tools > >

Re: Extra Compiler Tools

2014-11-05 Thread Chris Mattmann
scope? Cheers, Chris Chris Mattmann chris.mattm...@gmail.com -Original Message- From: Michael Starch Reply-To: Date: Wednesday, November 5, 2014 at 5:37 PM To: Subject: Re: Extra Compiler Tools >Oktime for an audible. Protoc needs to be built f

Re: Extra Compiler Tools

2014-11-05 Thread Michael Starch
at 12:31 PM To: Subject: Re: Extra Compiler Tools >Looks like you followed the same reasoning chain that I did. Yes, I came >to the same conclusion that ant-build was best. > >I wasn't sure how to download protoc, but you just answered thatso I >think this is a great soluti

Re: Extra Compiler Tools

2014-11-05 Thread Chris Mattmann
Thanks Mike +1 Chris Mattmann chris.mattm...@gmail.com -Original Message- From: Michael Starch Reply-To: Date: Wednesday, November 5, 2014 at 12:31 PM To: Subject: Re: Extra Compiler Tools >Looks like you followed the same reasoning chain that I did.

Re: Extra Compiler Tools

2014-11-05 Thread Michael Starch
tmann wrote: > Hi Mike, > > Thanks for flushing this out. > > My thoughts on the below: > > > -Original Message- > From: Michael Starch > Reply-To: > Date: Wednesday, November 5, 2014 at 12:12 PM > To: > Subject: Re: Extra Compiler Tools > > >

Re: Extra Compiler Tools

2014-11-05 Thread Chris Mattmann
Hi Mike, Thanks for flushing this out. My thoughts on the below: -Original Message- From: Michael Starch Reply-To: Date: Wednesday, November 5, 2014 at 12:12 PM To: Subject: Re: Extra Compiler Tools >I tried this approach. The plugin requires a path to the "protoc" too

Re: Extra Compiler Tools

2014-11-05 Thread Michael Starch
; 2. call the above plugin if -Pwith-mesos is activated > in the resource manager > > Sound good? > > Cheers, > Chris > > > Chris Mattmann > chris.mattm...@gmail.com > > > > > -Original Message- > From: Michael Starch > R

Re: Extra Compiler Tools

2014-11-05 Thread Michael Starch
; 2. call the above plugin if -Pwith-mesos is activated > in the resource manager > > Sound good? > > Cheers, > Chris > > > Chris Mattmann > chris.mattm...@gmail.com > > > > > -Original Message- > From: Michael Starch > R

Re: Extra Compiler Tools

2014-11-05 Thread Chris Mattmann
activated in the resource manager Sound good? Cheers, Chris Chris Mattmann chris.mattm...@gmail.com -Original Message- From: Michael Starch Reply-To: Date: Wednesday, November 5, 2014 at 11:46 AM To: Subject: Extra Compiler Tools >All, > >I am

Extra Compiler Tools

2014-11-05 Thread Michael Starch
All, I am trying to integrate apache-mesos with our resource manager. However, mesos uses a technology called "protobuff" from Google for marshaling/unmarshaling data. This requires running a tool called "protoc" to generate a source file in java. What is the best way to integrate this step into