You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by Tom Barber <to...@meteorite.bi> on 2016/07/06 14:01:21 UTC

Re: Merge Avro RPC

I'm making progress here, I updated a few libs which fixed a couple of the
test failures I was seeing locally. Timezones are once again kicking me
whilst I'm down, for some reason OODT fails badly with people in
GMT/BST.... I'll figure it out though.

On Fri, Jul 1, 2016 at 12:36 AM, Lewis John Mcgibbney <
lewis.mcgibbney@gmail.com> wrote:

> Sound ttyl
> On Jun 30, 2016 4:32 PM, "Tom Barber" <to...@meteorite.bi> wrote:
>
> > Not really, tomoz?
> >
> > On Fri, Jul 1, 2016 at 12:24 AM, Lewis John Mcgibbney <
> > lewis.mcgibbney@gmail.com> wrote:
> >
> > > Want to do a hangout right now?
> > >
> > > On Thu, Jun 30, 2016 at 4:17 PM, Tom Barber <to...@meteorite.bi>
> > > wrote:
> > >
> > > > Hey Lewis
> > > >
> > > > I have no idea which branch is current, I merged master into avrorpc
> > and
> > > it
> > > > merged okay and built so I pushed it back.
> > > >
> > > > Is that the correct branch to be looking at for Avro Support? Lets
> > figure
> > > > it all out and get it merged into Master.
> > > >
> > > > Tom
> > > >
> > >
> > >
> > >
> > > --
> > > *Lewis*
> > >
> >
>

Re: Merge Avro RPC

Posted by Radu Manole <ma...@gmail.com>.
Hello, great to hear that avro rpc support is still wanted, if there is
anything else to be done, I have a lot of free time now.

2016-07-06 17:09 GMT+03:00 Mattmann, Chris A (3980) <
chris.a.mattmann@jpl.nasa.gov>:

> +1 awesome
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Chief Architect
> Instrument Software and Science Data Systems Section (398)
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 168-519, Mailstop: 168-527
> Email: chris.a.mattmann@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Director, Information Retrieval and Data Science Group (IRDS)
> Adjunct Associate Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> WWW: http://irds.usc.edu/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
>
>
>
>
>
>
> On 7/6/16, 7:07 AM, "Tom Barber" <to...@meteorite.bi> wrote:
>
> >Absolutely, all we've done is merge master into 2.x, the plan was to keep
> >that in sync, rename it or whatever and let people who care play around.
> We
> >also then planned to merge it into master but leave XML-RPC as the default
> >for a release or two marked depreciated, as extra security in case it
> >affects anything else. Then at some point just switch the defaults in the
> >configs and remove the XML-RPC crud.
> >
> >On Wed, Jul 6, 2016 at 3:04 PM, Mattmann, Chris A (3980) <
> >chris.a.mattmann@jpl.nasa.gov> wrote:
> >
> >> Great work.
> >>
> >> Can we agree to create a 2.x branch and work forward from that
> >> with Avro-RPC? 1.x can remain XML-RPC for a few versions while
> >> I fix all lingering crap I found on the BigTranslate end?
> >>
> >> Cheers,
> >> Chris
> >>
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> Chris Mattmann, Ph.D.
> >> Chief Architect
> >> Instrument Software and Science Data Systems Section (398)
> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> Office: 168-519, Mailstop: 168-527
> >> Email: chris.a.mattmann@nasa.gov
> >> WWW:  http://sunset.usc.edu/~mattmann/
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> Director, Information Retrieval and Data Science Group (IRDS)
> >> Adjunct Associate Professor, Computer Science Department
> >> University of Southern California, Los Angeles, CA 90089 USA
> >> WWW: http://irds.usc.edu/
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> On 7/6/16, 7:01 AM, "Tom Barber" <to...@meteorite.bi> wrote:
> >>
> >> >I'm making progress here, I updated a few libs which fixed a couple of
> the
> >> >test failures I was seeing locally. Timezones are once again kicking me
> >> >whilst I'm down, for some reason OODT fails badly with people in
> >> >GMT/BST.... I'll figure it out though.
> >> >
> >> >On Fri, Jul 1, 2016 at 12:36 AM, Lewis John Mcgibbney <
> >> >lewis.mcgibbney@gmail.com> wrote:
> >> >
> >> >> Sound ttyl
> >> >> On Jun 30, 2016 4:32 PM, "Tom Barber" <to...@meteorite.bi>
> wrote:
> >> >>
> >> >> > Not really, tomoz?
> >> >> >
> >> >> > On Fri, Jul 1, 2016 at 12:24 AM, Lewis John Mcgibbney <
> >> >> > lewis.mcgibbney@gmail.com> wrote:
> >> >> >
> >> >> > > Want to do a hangout right now?
> >> >> > >
> >> >> > > On Thu, Jun 30, 2016 at 4:17 PM, Tom Barber <
> >> tom.barber@meteorite.bi>
> >> >> > > wrote:
> >> >> > >
> >> >> > > > Hey Lewis
> >> >> > > >
> >> >> > > > I have no idea which branch is current, I merged master into
> >> avrorpc
> >> >> > and
> >> >> > > it
> >> >> > > > merged okay and built so I pushed it back.
> >> >> > > >
> >> >> > > > Is that the correct branch to be looking at for Avro Support?
> Lets
> >> >> > figure
> >> >> > > > it all out and get it merged into Master.
> >> >> > > >
> >> >> > > > Tom
> >> >> > > >
> >> >> > >
> >> >> > >
> >> >> > >
> >> >> > > --
> >> >> > > *Lewis*
> >> >> > >
> >> >> >
> >> >>
> >>
>

Re: Merge Avro RPC

Posted by "Mattmann, Chris A (3980)" <ch...@jpl.nasa.gov>.
+1 awesome

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Chief Architect
Instrument Software and Science Data Systems Section (398)
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 168-519, Mailstop: 168-527
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Director, Information Retrieval and Data Science Group (IRDS)
Adjunct Associate Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
WWW: http://irds.usc.edu/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++










On 7/6/16, 7:07 AM, "Tom Barber" <to...@meteorite.bi> wrote:

>Absolutely, all we've done is merge master into 2.x, the plan was to keep
>that in sync, rename it or whatever and let people who care play around. We
>also then planned to merge it into master but leave XML-RPC as the default
>for a release or two marked depreciated, as extra security in case it
>affects anything else. Then at some point just switch the defaults in the
>configs and remove the XML-RPC crud.
>
>On Wed, Jul 6, 2016 at 3:04 PM, Mattmann, Chris A (3980) <
>chris.a.mattmann@jpl.nasa.gov> wrote:
>
>> Great work.
>>
>> Can we agree to create a 2.x branch and work forward from that
>> with Avro-RPC? 1.x can remain XML-RPC for a few versions while
>> I fix all lingering crap I found on the BigTranslate end?
>>
>> Cheers,
>> Chris
>>
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Chris Mattmann, Ph.D.
>> Chief Architect
>> Instrument Software and Science Data Systems Section (398)
>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> Office: 168-519, Mailstop: 168-527
>> Email: chris.a.mattmann@nasa.gov
>> WWW:  http://sunset.usc.edu/~mattmann/
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Director, Information Retrieval and Data Science Group (IRDS)
>> Adjunct Associate Professor, Computer Science Department
>> University of Southern California, Los Angeles, CA 90089 USA
>> WWW: http://irds.usc.edu/
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> On 7/6/16, 7:01 AM, "Tom Barber" <to...@meteorite.bi> wrote:
>>
>> >I'm making progress here, I updated a few libs which fixed a couple of the
>> >test failures I was seeing locally. Timezones are once again kicking me
>> >whilst I'm down, for some reason OODT fails badly with people in
>> >GMT/BST.... I'll figure it out though.
>> >
>> >On Fri, Jul 1, 2016 at 12:36 AM, Lewis John Mcgibbney <
>> >lewis.mcgibbney@gmail.com> wrote:
>> >
>> >> Sound ttyl
>> >> On Jun 30, 2016 4:32 PM, "Tom Barber" <to...@meteorite.bi> wrote:
>> >>
>> >> > Not really, tomoz?
>> >> >
>> >> > On Fri, Jul 1, 2016 at 12:24 AM, Lewis John Mcgibbney <
>> >> > lewis.mcgibbney@gmail.com> wrote:
>> >> >
>> >> > > Want to do a hangout right now?
>> >> > >
>> >> > > On Thu, Jun 30, 2016 at 4:17 PM, Tom Barber <
>> tom.barber@meteorite.bi>
>> >> > > wrote:
>> >> > >
>> >> > > > Hey Lewis
>> >> > > >
>> >> > > > I have no idea which branch is current, I merged master into
>> avrorpc
>> >> > and
>> >> > > it
>> >> > > > merged okay and built so I pushed it back.
>> >> > > >
>> >> > > > Is that the correct branch to be looking at for Avro Support? Lets
>> >> > figure
>> >> > > > it all out and get it merged into Master.
>> >> > > >
>> >> > > > Tom
>> >> > > >
>> >> > >
>> >> > >
>> >> > >
>> >> > > --
>> >> > > *Lewis*
>> >> > >
>> >> >
>> >>
>>

Re: Merge Avro RPC

Posted by Tom Barber <to...@meteorite.bi>.
Absolutely, all we've done is merge master into 2.x, the plan was to keep
that in sync, rename it or whatever and let people who care play around. We
also then planned to merge it into master but leave XML-RPC as the default
for a release or two marked depreciated, as extra security in case it
affects anything else. Then at some point just switch the defaults in the
configs and remove the XML-RPC crud.

On Wed, Jul 6, 2016 at 3:04 PM, Mattmann, Chris A (3980) <
chris.a.mattmann@jpl.nasa.gov> wrote:

> Great work.
>
> Can we agree to create a 2.x branch and work forward from that
> with Avro-RPC? 1.x can remain XML-RPC for a few versions while
> I fix all lingering crap I found on the BigTranslate end?
>
> Cheers,
> Chris
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Chief Architect
> Instrument Software and Science Data Systems Section (398)
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 168-519, Mailstop: 168-527
> Email: chris.a.mattmann@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Director, Information Retrieval and Data Science Group (IRDS)
> Adjunct Associate Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> WWW: http://irds.usc.edu/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
>
>
>
>
>
>
> On 7/6/16, 7:01 AM, "Tom Barber" <to...@meteorite.bi> wrote:
>
> >I'm making progress here, I updated a few libs which fixed a couple of the
> >test failures I was seeing locally. Timezones are once again kicking me
> >whilst I'm down, for some reason OODT fails badly with people in
> >GMT/BST.... I'll figure it out though.
> >
> >On Fri, Jul 1, 2016 at 12:36 AM, Lewis John Mcgibbney <
> >lewis.mcgibbney@gmail.com> wrote:
> >
> >> Sound ttyl
> >> On Jun 30, 2016 4:32 PM, "Tom Barber" <to...@meteorite.bi> wrote:
> >>
> >> > Not really, tomoz?
> >> >
> >> > On Fri, Jul 1, 2016 at 12:24 AM, Lewis John Mcgibbney <
> >> > lewis.mcgibbney@gmail.com> wrote:
> >> >
> >> > > Want to do a hangout right now?
> >> > >
> >> > > On Thu, Jun 30, 2016 at 4:17 PM, Tom Barber <
> tom.barber@meteorite.bi>
> >> > > wrote:
> >> > >
> >> > > > Hey Lewis
> >> > > >
> >> > > > I have no idea which branch is current, I merged master into
> avrorpc
> >> > and
> >> > > it
> >> > > > merged okay and built so I pushed it back.
> >> > > >
> >> > > > Is that the correct branch to be looking at for Avro Support? Lets
> >> > figure
> >> > > > it all out and get it merged into Master.
> >> > > >
> >> > > > Tom
> >> > > >
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > *Lewis*
> >> > >
> >> >
> >>
>

Re: Merge Avro RPC

Posted by "Mattmann, Chris A (3980)" <ch...@jpl.nasa.gov>.
Great work.

Can we agree to create a 2.x branch and work forward from that 
with Avro-RPC? 1.x can remain XML-RPC for a few versions while
I fix all lingering crap I found on the BigTranslate end?

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Chief Architect
Instrument Software and Science Data Systems Section (398)
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 168-519, Mailstop: 168-527
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Director, Information Retrieval and Data Science Group (IRDS)
Adjunct Associate Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
WWW: http://irds.usc.edu/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++










On 7/6/16, 7:01 AM, "Tom Barber" <to...@meteorite.bi> wrote:

>I'm making progress here, I updated a few libs which fixed a couple of the
>test failures I was seeing locally. Timezones are once again kicking me
>whilst I'm down, for some reason OODT fails badly with people in
>GMT/BST.... I'll figure it out though.
>
>On Fri, Jul 1, 2016 at 12:36 AM, Lewis John Mcgibbney <
>lewis.mcgibbney@gmail.com> wrote:
>
>> Sound ttyl
>> On Jun 30, 2016 4:32 PM, "Tom Barber" <to...@meteorite.bi> wrote:
>>
>> > Not really, tomoz?
>> >
>> > On Fri, Jul 1, 2016 at 12:24 AM, Lewis John Mcgibbney <
>> > lewis.mcgibbney@gmail.com> wrote:
>> >
>> > > Want to do a hangout right now?
>> > >
>> > > On Thu, Jun 30, 2016 at 4:17 PM, Tom Barber <to...@meteorite.bi>
>> > > wrote:
>> > >
>> > > > Hey Lewis
>> > > >
>> > > > I have no idea which branch is current, I merged master into avrorpc
>> > and
>> > > it
>> > > > merged okay and built so I pushed it back.
>> > > >
>> > > > Is that the correct branch to be looking at for Avro Support? Lets
>> > figure
>> > > > it all out and get it merged into Master.
>> > > >
>> > > > Tom
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > *Lewis*
>> > >
>> >
>>