You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Jacques Nadeau <ja...@apache.org> on 2013/08/01 18:56:02 UTC

Decks from OSCON

Hey Everybody,

I just got the decks from OSCON posted.  Check them out on Slideshare:

Part1: http://slidesha.re/17W05HL
Part2: http://slidesha.re/14I1BJo
Part3: http://slidesha.re/13yyVmU

Since master is moving forward quickly, hopefully the examples still
work.  For the additional example code, you'll also need to grab some
OSCON example code from my GitHub repo:

https://github.com/jacques-n/oscon-drill


Thanks!

Jacques

Re: Decks from OSCON

Posted by Jacques Nadeau <ja...@apache.org>.
The notes in the wiki for everything would be very helpful!

For the parquet problem, I've updated to point at the 1.0.0 release
version in master so, hopefully, other people won't have that problem.

Thanks,
Jacques


On Sun, Aug 4, 2013 at 12:06 AM,  <si...@bt.com> wrote:
>
> Thank you to every one for your help. I've now got it all running happily (Parquet hasn't completely compiled but parquet-columns did and that seems ok). I happily ran all the queries but was tripped up by donuts._map (I mistyped it as donut_map once and got an exception as you would expect.)
>
> I notice that the wiki doesn't note the issues that I found (protobuf 2.5 required & parquet required) - would it help if I updated it?
>
> Also the availability of sqlline and the connect to db and play with  interactive queries as per the OSCON slides is not mentioned in the wiki - should I put a note in on that?
>
> Best,
>
> Simon
> ________________________________________
> From: Nyoman Ribeka [nyoman.ribeka@gmail.com]
> Sent: 03 August 2013 14:59
> To: drill-dev@incubator.apache.org
> Subject: Re: Decks from OSCON
>
> I think for that dependency, you need to clone the source code and then
> install it to your local maven repo. The source for it is here:
> https://github.com/Parquet/parquet-mr
>
> You will also need to update the version of the parquet-column for the
> java-exec's pom file to 1.0.1-SNAPSHOT (this is their latest version).
>
> This should resolve this dependency issue.
>
>
>
> On Sat, Aug 3, 2013 at 4:49 AM, <si...@bt.com> wrote:
>
>>
>> Hi Jacques,
>>
>> ok, that makes sense. I've installed protobuf 2.5 and the build executes
>> until I get
>>
>> [ERROR] Failed to execute goal on project java-exec: Could not resolve
>> dependencies for project org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT:
>> Failure to find com.twitter:parquet-column:jar:1.0.0-SNAPSHOT in
>> http://conjars.org/repo was cached in the local repository, resolution
>> will not be reattempted until the update interval of conjars has elapsed or
>> updates are forced -> [Help 1]
>>
>> I am unfamiliar with conjars, but I had a look in
>>
>> http://conjars.org/repo/com/twitter/
>>
>> and I can't see parquet-column (which was what I was hoping to find
>> there!) and I searched for it using their search box and it came up empty
>> for me (for parquet or parquet-column)
>>
>> Is this me again or is it missing?
>>
>> Best,
>>
>> Simon
>>
>> ________________________________________
>> From: jacques.drill@gmail.com [jacques.drill@gmail.com] On Behalf Of
>> Jacques Nadeau [jacques@apache.org]
>> Sent: 02 August 2013 22:43
>> To: drill-dev@incubator.apache.org
>> Subject: Re: Decks from OSCON
>>
>> Only the build requires this package be installed.  The runtime does
>> not need it.  As such, another approach may be to build protoc 2.5 and
>> install it in an alternative location and only map it during the
>> build. You could also just build on a different node.
>>
>> J
>>
>> On Fri, Aug 2, 2013 at 2:26 PM,  <si...@bt.com> wrote:
>> >
>> > Thanks for the quick reply
>> >
>> > I get
>> >
>> > Package protobuf-2.3.0-7.el6.x86_64 already installed and latest version
>> > Nothing to do
>> >
>> > I guess that this is a "centos-is-a-really-lts-distro" problem and I
>> should either move away from the package manager approved version or switch
>> to my fedora partition to do this?
>> >
>> > I am a bit loath to do either though as we run Hadoop out of Centos or
>> OEL..
>> >
>> > Best (and thanks again)
>> >
>> > Simon
>> > ________________________________________
>> > From: jacques.drill@gmail.com [jacques.drill@gmail.com] On Behalf Of
>> Jacques Nadeau [jacques@apache.org]
>> > Sent: 02 August 2013 22:24
>> > To: drill-dev@incubator.apache.org
>> > Subject: RE: Decks from OSCON
>> >
>> > This probably because you have Have no protoc compiler installed.  You
>> need
>> > to install the protobuf 2.5 compiler.   Try yum install protobuf and see
>> if
>> > it installs the 2.5 version
>> > On Aug 2, 2013 2:14 PM, <si...@bt.com> wrote:
>> >
>> >> Hey all - newbie here !
>> >>
>> >> Apologies for my utter dumbness, I tried following the instructions for
>> >> getting hacking at the end of deck1. I get :
>> >>
>> >> [ERROR] Failed to execute goal
>> >> com.github.igor-petruk.protobuf:protobuf-maven-plugin:0.6.3:run
>> (default)
>> >> on project common: 'protoc' failed. Exit code 1 -> [Help 1]
>> >>
>> >> from maven when I try and build the prototype. I have installed protobuf
>> >> (which I thought might be the problem) and when I execute protoc from
>> the
>> >> cmd line I get "missing input" which I assume means that it's installed
>> >> properly?
>> >>
>> >> I am working on a centos 6.4 machine
>> >>
>> >> <small> help </small>
>> >>
>> >> Simon
>> >>
>> >>
>> >> ----
>> >>
>>
>
>
>
> --
> Thanks,
>
> -Nyoman Ribeka

RE: Decks from OSCON

Posted by si...@bt.com.
Thank you to every one for your help. I've now got it all running happily (Parquet hasn't completely compiled but parquet-columns did and that seems ok). I happily ran all the queries but was tripped up by donuts._map (I mistyped it as donut_map once and got an exception as you would expect.)

I notice that the wiki doesn't note the issues that I found (protobuf 2.5 required & parquet required) - would it help if I updated it? 

Also the availability of sqlline and the connect to db and play with  interactive queries as per the OSCON slides is not mentioned in the wiki - should I put a note in on that? 

Best, 

Simon 
________________________________________
From: Nyoman Ribeka [nyoman.ribeka@gmail.com]
Sent: 03 August 2013 14:59
To: drill-dev@incubator.apache.org
Subject: Re: Decks from OSCON

I think for that dependency, you need to clone the source code and then
install it to your local maven repo. The source for it is here:
https://github.com/Parquet/parquet-mr

You will also need to update the version of the parquet-column for the
java-exec's pom file to 1.0.1-SNAPSHOT (this is their latest version).

This should resolve this dependency issue.



On Sat, Aug 3, 2013 at 4:49 AM, <si...@bt.com> wrote:

>
> Hi Jacques,
>
> ok, that makes sense. I've installed protobuf 2.5 and the build executes
> until I get
>
> [ERROR] Failed to execute goal on project java-exec: Could not resolve
> dependencies for project org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT:
> Failure to find com.twitter:parquet-column:jar:1.0.0-SNAPSHOT in
> http://conjars.org/repo was cached in the local repository, resolution
> will not be reattempted until the update interval of conjars has elapsed or
> updates are forced -> [Help 1]
>
> I am unfamiliar with conjars, but I had a look in
>
> http://conjars.org/repo/com/twitter/
>
> and I can't see parquet-column (which was what I was hoping to find
> there!) and I searched for it using their search box and it came up empty
> for me (for parquet or parquet-column)
>
> Is this me again or is it missing?
>
> Best,
>
> Simon
>
> ________________________________________
> From: jacques.drill@gmail.com [jacques.drill@gmail.com] On Behalf Of
> Jacques Nadeau [jacques@apache.org]
> Sent: 02 August 2013 22:43
> To: drill-dev@incubator.apache.org
> Subject: Re: Decks from OSCON
>
> Only the build requires this package be installed.  The runtime does
> not need it.  As such, another approach may be to build protoc 2.5 and
> install it in an alternative location and only map it during the
> build. You could also just build on a different node.
>
> J
>
> On Fri, Aug 2, 2013 at 2:26 PM,  <si...@bt.com> wrote:
> >
> > Thanks for the quick reply
> >
> > I get
> >
> > Package protobuf-2.3.0-7.el6.x86_64 already installed and latest version
> > Nothing to do
> >
> > I guess that this is a "centos-is-a-really-lts-distro" problem and I
> should either move away from the package manager approved version or switch
> to my fedora partition to do this?
> >
> > I am a bit loath to do either though as we run Hadoop out of Centos or
> OEL..
> >
> > Best (and thanks again)
> >
> > Simon
> > ________________________________________
> > From: jacques.drill@gmail.com [jacques.drill@gmail.com] On Behalf Of
> Jacques Nadeau [jacques@apache.org]
> > Sent: 02 August 2013 22:24
> > To: drill-dev@incubator.apache.org
> > Subject: RE: Decks from OSCON
> >
> > This probably because you have Have no protoc compiler installed.  You
> need
> > to install the protobuf 2.5 compiler.   Try yum install protobuf and see
> if
> > it installs the 2.5 version
> > On Aug 2, 2013 2:14 PM, <si...@bt.com> wrote:
> >
> >> Hey all - newbie here !
> >>
> >> Apologies for my utter dumbness, I tried following the instructions for
> >> getting hacking at the end of deck1. I get :
> >>
> >> [ERROR] Failed to execute goal
> >> com.github.igor-petruk.protobuf:protobuf-maven-plugin:0.6.3:run
> (default)
> >> on project common: 'protoc' failed. Exit code 1 -> [Help 1]
> >>
> >> from maven when I try and build the prototype. I have installed protobuf
> >> (which I thought might be the problem) and when I execute protoc from
> the
> >> cmd line I get "missing input" which I assume means that it's installed
> >> properly?
> >>
> >> I am working on a centos 6.4 machine
> >>
> >> <small> help </small>
> >>
> >> Simon
> >>
> >>
> >> ----
> >>
>



--
Thanks,

-Nyoman Ribeka

Re: Decks from OSCON

Posted by Nyoman Ribeka <ny...@gmail.com>.
I think for that dependency, you need to clone the source code and then
install it to your local maven repo. The source for it is here:
https://github.com/Parquet/parquet-mr

You will also need to update the version of the parquet-column for the
java-exec's pom file to 1.0.1-SNAPSHOT (this is their latest version).

This should resolve this dependency issue.



On Sat, Aug 3, 2013 at 4:49 AM, <si...@bt.com> wrote:

>
> Hi Jacques,
>
> ok, that makes sense. I've installed protobuf 2.5 and the build executes
> until I get
>
> [ERROR] Failed to execute goal on project java-exec: Could not resolve
> dependencies for project org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT:
> Failure to find com.twitter:parquet-column:jar:1.0.0-SNAPSHOT in
> http://conjars.org/repo was cached in the local repository, resolution
> will not be reattempted until the update interval of conjars has elapsed or
> updates are forced -> [Help 1]
>
> I am unfamiliar with conjars, but I had a look in
>
> http://conjars.org/repo/com/twitter/
>
> and I can't see parquet-column (which was what I was hoping to find
> there!) and I searched for it using their search box and it came up empty
> for me (for parquet or parquet-column)
>
> Is this me again or is it missing?
>
> Best,
>
> Simon
>
> ________________________________________
> From: jacques.drill@gmail.com [jacques.drill@gmail.com] On Behalf Of
> Jacques Nadeau [jacques@apache.org]
> Sent: 02 August 2013 22:43
> To: drill-dev@incubator.apache.org
> Subject: Re: Decks from OSCON
>
> Only the build requires this package be installed.  The runtime does
> not need it.  As such, another approach may be to build protoc 2.5 and
> install it in an alternative location and only map it during the
> build. You could also just build on a different node.
>
> J
>
> On Fri, Aug 2, 2013 at 2:26 PM,  <si...@bt.com> wrote:
> >
> > Thanks for the quick reply
> >
> > I get
> >
> > Package protobuf-2.3.0-7.el6.x86_64 already installed and latest version
> > Nothing to do
> >
> > I guess that this is a "centos-is-a-really-lts-distro" problem and I
> should either move away from the package manager approved version or switch
> to my fedora partition to do this?
> >
> > I am a bit loath to do either though as we run Hadoop out of Centos or
> OEL..
> >
> > Best (and thanks again)
> >
> > Simon
> > ________________________________________
> > From: jacques.drill@gmail.com [jacques.drill@gmail.com] On Behalf Of
> Jacques Nadeau [jacques@apache.org]
> > Sent: 02 August 2013 22:24
> > To: drill-dev@incubator.apache.org
> > Subject: RE: Decks from OSCON
> >
> > This probably because you have Have no protoc compiler installed.  You
> need
> > to install the protobuf 2.5 compiler.   Try yum install protobuf and see
> if
> > it installs the 2.5 version
> > On Aug 2, 2013 2:14 PM, <si...@bt.com> wrote:
> >
> >> Hey all - newbie here !
> >>
> >> Apologies for my utter dumbness, I tried following the instructions for
> >> getting hacking at the end of deck1. I get :
> >>
> >> [ERROR] Failed to execute goal
> >> com.github.igor-petruk.protobuf:protobuf-maven-plugin:0.6.3:run
> (default)
> >> on project common: 'protoc' failed. Exit code 1 -> [Help 1]
> >>
> >> from maven when I try and build the prototype. I have installed protobuf
> >> (which I thought might be the problem) and when I execute protoc from
> the
> >> cmd line I get "missing input" which I assume means that it's installed
> >> properly?
> >>
> >> I am working on a centos 6.4 machine
> >>
> >> <small> help </small>
> >>
> >> Simon
> >>
> >>
> >> ----
> >>
>



-- 
Thanks,

-Nyoman Ribeka

RE: Decks from OSCON

Posted by si...@bt.com.
Hi Jacques,

ok, that makes sense. I've installed protobuf 2.5 and the build executes until I get 

[ERROR] Failed to execute goal on project java-exec: Could not resolve dependencies for project org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT: Failure to find com.twitter:parquet-column:jar:1.0.0-SNAPSHOT in http://conjars.org/repo was cached in the local repository, resolution will not be reattempted until the update interval of conjars has elapsed or updates are forced -> [Help 1]

I am unfamiliar with conjars, but I had a look in 

http://conjars.org/repo/com/twitter/

and I can't see parquet-column (which was what I was hoping to find there!) and I searched for it using their search box and it came up empty for me (for parquet or parquet-column)

Is this me again or is it missing?

Best,

Simon

________________________________________
From: jacques.drill@gmail.com [jacques.drill@gmail.com] On Behalf Of Jacques Nadeau [jacques@apache.org]
Sent: 02 August 2013 22:43
To: drill-dev@incubator.apache.org
Subject: Re: Decks from OSCON

Only the build requires this package be installed.  The runtime does
not need it.  As such, another approach may be to build protoc 2.5 and
install it in an alternative location and only map it during the
build. You could also just build on a different node.

J

On Fri, Aug 2, 2013 at 2:26 PM,  <si...@bt.com> wrote:
>
> Thanks for the quick reply
>
> I get
>
> Package protobuf-2.3.0-7.el6.x86_64 already installed and latest version
> Nothing to do
>
> I guess that this is a "centos-is-a-really-lts-distro" problem and I should either move away from the package manager approved version or switch to my fedora partition to do this?
>
> I am a bit loath to do either though as we run Hadoop out of Centos or OEL..
>
> Best (and thanks again)
>
> Simon
> ________________________________________
> From: jacques.drill@gmail.com [jacques.drill@gmail.com] On Behalf Of Jacques Nadeau [jacques@apache.org]
> Sent: 02 August 2013 22:24
> To: drill-dev@incubator.apache.org
> Subject: RE: Decks from OSCON
>
> This probably because you have Have no protoc compiler installed.  You need
> to install the protobuf 2.5 compiler.   Try yum install protobuf and see if
> it installs the 2.5 version
> On Aug 2, 2013 2:14 PM, <si...@bt.com> wrote:
>
>> Hey all - newbie here !
>>
>> Apologies for my utter dumbness, I tried following the instructions for
>> getting hacking at the end of deck1. I get :
>>
>> [ERROR] Failed to execute goal
>> com.github.igor-petruk.protobuf:protobuf-maven-plugin:0.6.3:run (default)
>> on project common: 'protoc' failed. Exit code 1 -> [Help 1]
>>
>> from maven when I try and build the prototype. I have installed protobuf
>> (which I thought might be the problem) and when I execute protoc from the
>> cmd line I get "missing input" which I assume means that it's installed
>> properly?
>>
>> I am working on a centos 6.4 machine
>>
>> <small> help </small>
>>
>> Simon
>>
>>
>> ----
>>

Re: Decks from OSCON

Posted by Jacques Nadeau <ja...@apache.org>.
Only the build requires this package be installed.  The runtime does
not need it.  As such, another approach may be to build protoc 2.5 and
install it in an alternative location and only map it during the
build. You could also just build on a different node.

J

On Fri, Aug 2, 2013 at 2:26 PM,  <si...@bt.com> wrote:
>
> Thanks for the quick reply
>
> I get
>
> Package protobuf-2.3.0-7.el6.x86_64 already installed and latest version
> Nothing to do
>
> I guess that this is a "centos-is-a-really-lts-distro" problem and I should either move away from the package manager approved version or switch to my fedora partition to do this?
>
> I am a bit loath to do either though as we run Hadoop out of Centos or OEL..
>
> Best (and thanks again)
>
> Simon
> ________________________________________
> From: jacques.drill@gmail.com [jacques.drill@gmail.com] On Behalf Of Jacques Nadeau [jacques@apache.org]
> Sent: 02 August 2013 22:24
> To: drill-dev@incubator.apache.org
> Subject: RE: Decks from OSCON
>
> This probably because you have Have no protoc compiler installed.  You need
> to install the protobuf 2.5 compiler.   Try yum install protobuf and see if
> it installs the 2.5 version
> On Aug 2, 2013 2:14 PM, <si...@bt.com> wrote:
>
>> Hey all - newbie here !
>>
>> Apologies for my utter dumbness, I tried following the instructions for
>> getting hacking at the end of deck1. I get :
>>
>> [ERROR] Failed to execute goal
>> com.github.igor-petruk.protobuf:protobuf-maven-plugin:0.6.3:run (default)
>> on project common: 'protoc' failed. Exit code 1 -> [Help 1]
>>
>> from maven when I try and build the prototype. I have installed protobuf
>> (which I thought might be the problem) and when I execute protoc from the
>> cmd line I get "missing input" which I assume means that it's installed
>> properly?
>>
>> I am working on a centos 6.4 machine
>>
>> <small> help </small>
>>
>> Simon
>>
>>
>> ----
>>

RE: Decks from OSCON

Posted by si...@bt.com.
Thanks for the quick reply 

I get 

Package protobuf-2.3.0-7.el6.x86_64 already installed and latest version
Nothing to do

I guess that this is a "centos-is-a-really-lts-distro" problem and I should either move away from the package manager approved version or switch to my fedora partition to do this? 

I am a bit loath to do either though as we run Hadoop out of Centos or OEL..

Best (and thanks again) 

Simon
________________________________________
From: jacques.drill@gmail.com [jacques.drill@gmail.com] On Behalf Of Jacques Nadeau [jacques@apache.org]
Sent: 02 August 2013 22:24
To: drill-dev@incubator.apache.org
Subject: RE: Decks from OSCON

This probably because you have Have no protoc compiler installed.  You need
to install the protobuf 2.5 compiler.   Try yum install protobuf and see if
it installs the 2.5 version
On Aug 2, 2013 2:14 PM, <si...@bt.com> wrote:

> Hey all - newbie here !
>
> Apologies for my utter dumbness, I tried following the instructions for
> getting hacking at the end of deck1. I get :
>
> [ERROR] Failed to execute goal
> com.github.igor-petruk.protobuf:protobuf-maven-plugin:0.6.3:run (default)
> on project common: 'protoc' failed. Exit code 1 -> [Help 1]
>
> from maven when I try and build the prototype. I have installed protobuf
> (which I thought might be the problem) and when I execute protoc from the
> cmd line I get "missing input" which I assume means that it's installed
> properly?
>
> I am working on a centos 6.4 machine
>
> <small> help </small>
>
> Simon
>
>
> ----
>

RE: Decks from OSCON

Posted by Jacques Nadeau <ja...@apache.org>.
This probably because you have Have no protoc compiler installed.  You need
to install the protobuf 2.5 compiler.   Try yum install protobuf and see if
it installs the 2.5 version
On Aug 2, 2013 2:14 PM, <si...@bt.com> wrote:

> Hey all - newbie here !
>
> Apologies for my utter dumbness, I tried following the instructions for
> getting hacking at the end of deck1. I get :
>
> [ERROR] Failed to execute goal
> com.github.igor-petruk.protobuf:protobuf-maven-plugin:0.6.3:run (default)
> on project common: 'protoc' failed. Exit code 1 -> [Help 1]
>
> from maven when I try and build the prototype. I have installed protobuf
> (which I thought might be the problem) and when I execute protoc from the
> cmd line I get "missing input" which I assume means that it's installed
> properly?
>
> I am working on a centos 6.4 machine
>
> <small> help </small>
>
> Simon
>
>
> ----
>

RE: Decks from OSCON

Posted by si...@bt.com.
Hey all - newbie here !

Apologies for my utter dumbness, I tried following the instructions for getting hacking at the end of deck1. I get :

[ERROR] Failed to execute goal com.github.igor-petruk.protobuf:protobuf-maven-plugin:0.6.3:run (default) on project common: 'protoc' failed. Exit code 1 -> [Help 1]

from maven when I try and build the prototype. I have installed protobuf (which I thought might be the problem) and when I execute protoc from the cmd line I get "missing input" which I assume means that it's installed properly?

I am working on a centos 6.4 machine

<small> help </small>

Simon


----

Re: Decks from OSCON

Posted by Ted Dunning <te...@gmail.com>.
Check out the sample code.  Makes it very clear how VV's work!


On Thu, Aug 1, 2013 at 12:35 PM, Matt Abrams <ab...@gmail.com> wrote:

> As a lurker on the list I found these presentations very helpful.
> Thanks for sharing!
>
> Matt
>
> On Thu, Aug 1, 2013 at 2:43 PM, Arthur Zubarev <Ar...@aol.com>
> wrote:
> > Part 2 plays for me Tim.
> >
> > Regards,
> >
> > Arthur
> >
> > -----Original Message----- From: Timothy Chen Sent: Thursday, August 01,
> > 2013 2:24 PM To: drill Cc: drill-user@incubator.apache.org Subject: Re:
> > Decks from OSCON
> > Part2 slides are not available?
> >
> > Tim
> >
> >
> > On Thu, Aug 1, 2013 at 9:56 AM, Jacques Nadeau <ja...@apache.org>
> wrote:
> >
> >> Hey Everybody,
> >>
> >> I just got the decks from OSCON posted.  Check them out on Slideshare:
> >>
> >> Part1: http://slidesha.re/17W05HL
> >> Part2: http://slidesha.re/14I1BJo
> >> Part3: http://slidesha.re/13yyVmU
> >>
> >> Since master is moving forward quickly, hopefully the examples still
> >> work.  For the additional example code, you'll also need to grab some
> >> OSCON example code from my GitHub repo:
> >>
> >> https://github.com/jacques-n/oscon-drill
> >>
> >>
> >> Thanks!
> >>
> >> Jacques
> >>
> >
>

Re: Decks from OSCON

Posted by Ted Dunning <te...@gmail.com>.
Check out the sample code.  Makes it very clear how VV's work!


On Thu, Aug 1, 2013 at 12:35 PM, Matt Abrams <ab...@gmail.com> wrote:

> As a lurker on the list I found these presentations very helpful.
> Thanks for sharing!
>
> Matt
>
> On Thu, Aug 1, 2013 at 2:43 PM, Arthur Zubarev <Ar...@aol.com>
> wrote:
> > Part 2 plays for me Tim.
> >
> > Regards,
> >
> > Arthur
> >
> > -----Original Message----- From: Timothy Chen Sent: Thursday, August 01,
> > 2013 2:24 PM To: drill Cc: drill-user@incubator.apache.org Subject: Re:
> > Decks from OSCON
> > Part2 slides are not available?
> >
> > Tim
> >
> >
> > On Thu, Aug 1, 2013 at 9:56 AM, Jacques Nadeau <ja...@apache.org>
> wrote:
> >
> >> Hey Everybody,
> >>
> >> I just got the decks from OSCON posted.  Check them out on Slideshare:
> >>
> >> Part1: http://slidesha.re/17W05HL
> >> Part2: http://slidesha.re/14I1BJo
> >> Part3: http://slidesha.re/13yyVmU
> >>
> >> Since master is moving forward quickly, hopefully the examples still
> >> work.  For the additional example code, you'll also need to grab some
> >> OSCON example code from my GitHub repo:
> >>
> >> https://github.com/jacques-n/oscon-drill
> >>
> >>
> >> Thanks!
> >>
> >> Jacques
> >>
> >
>

Re: Decks from OSCON

Posted by Matt Abrams <ab...@gmail.com>.
As a lurker on the list I found these presentations very helpful.
Thanks for sharing!

Matt

On Thu, Aug 1, 2013 at 2:43 PM, Arthur Zubarev <Ar...@aol.com> wrote:
> Part 2 plays for me Tim.
>
> Regards,
>
> Arthur
>
> -----Original Message----- From: Timothy Chen Sent: Thursday, August 01,
> 2013 2:24 PM To: drill Cc: drill-user@incubator.apache.org Subject: Re:
> Decks from OSCON
> Part2 slides are not available?
>
> Tim
>
>
> On Thu, Aug 1, 2013 at 9:56 AM, Jacques Nadeau <ja...@apache.org> wrote:
>
>> Hey Everybody,
>>
>> I just got the decks from OSCON posted.  Check them out on Slideshare:
>>
>> Part1: http://slidesha.re/17W05HL
>> Part2: http://slidesha.re/14I1BJo
>> Part3: http://slidesha.re/13yyVmU
>>
>> Since master is moving forward quickly, hopefully the examples still
>> work.  For the additional example code, you'll also need to grab some
>> OSCON example code from my GitHub repo:
>>
>> https://github.com/jacques-n/oscon-drill
>>
>>
>> Thanks!
>>
>> Jacques
>>
>

Re: Decks from OSCON

Posted by Matt Abrams <ab...@gmail.com>.
As a lurker on the list I found these presentations very helpful.
Thanks for sharing!

Matt

On Thu, Aug 1, 2013 at 2:43 PM, Arthur Zubarev <Ar...@aol.com> wrote:
> Part 2 plays for me Tim.
>
> Regards,
>
> Arthur
>
> -----Original Message----- From: Timothy Chen Sent: Thursday, August 01,
> 2013 2:24 PM To: drill Cc: drill-user@incubator.apache.org Subject: Re:
> Decks from OSCON
> Part2 slides are not available?
>
> Tim
>
>
> On Thu, Aug 1, 2013 at 9:56 AM, Jacques Nadeau <ja...@apache.org> wrote:
>
>> Hey Everybody,
>>
>> I just got the decks from OSCON posted.  Check them out on Slideshare:
>>
>> Part1: http://slidesha.re/17W05HL
>> Part2: http://slidesha.re/14I1BJo
>> Part3: http://slidesha.re/13yyVmU
>>
>> Since master is moving forward quickly, hopefully the examples still
>> work.  For the additional example code, you'll also need to grab some
>> OSCON example code from my GitHub repo:
>>
>> https://github.com/jacques-n/oscon-drill
>>
>>
>> Thanks!
>>
>> Jacques
>>
>

Re: Decks from OSCON

Posted by Arthur Zubarev <Ar...@Aol.com>.
Part 2 plays for me Tim.

Regards,

Arthur

-----Original Message----- 
From: Timothy Chen 
Sent: Thursday, August 01, 2013 2:24 PM 
To: drill 
Cc: drill-user@incubator.apache.org 
Subject: Re: Decks from OSCON 

Part2 slides are not available?

Tim


On Thu, Aug 1, 2013 at 9:56 AM, Jacques Nadeau <ja...@apache.org> wrote:

> Hey Everybody,
>
> I just got the decks from OSCON posted.  Check them out on Slideshare:
>
> Part1: http://slidesha.re/17W05HL
> Part2: http://slidesha.re/14I1BJo
> Part3: http://slidesha.re/13yyVmU
>
> Since master is moving forward quickly, hopefully the examples still
> work.  For the additional example code, you'll also need to grab some
> OSCON example code from my GitHub repo:
>
> https://github.com/jacques-n/oscon-drill
>
>
> Thanks!
>
> Jacques
>

Re: Decks from OSCON

Posted by Timothy Chen <tn...@gmail.com>.
Ah gotcha! Didn't check the actual link.

Thanks,

Tim


On Thu, Aug 1, 2013 at 11:34 AM, Gerard Harte <ge...@gmail.com> wrote:

> The link includes 'Part3' try http://slidesha.re/14I1BJo
>
> Ger
>
> On Thu, Aug 1, 2013 at 7:24 PM, Timothy Chen <tn...@gmail.com> wrote:
>
> > Part2 slides are not available?
> >
> > Tim
> >
> >
> > On Thu, Aug 1, 2013 at 9:56 AM, Jacques Nadeau <ja...@apache.org>
> wrote:
> >
> > > Hey Everybody,
> > >
> > > I just got the decks from OSCON posted.  Check them out on Slideshare:
> > >
> > > Part1: http://slidesha.re/17W05HL
> > > Part2: http://slidesha.re/14I1BJo
> > > Part3: http://slidesha.re/13yyVmU
> > >
> > > Since master is moving forward quickly, hopefully the examples still
> > > work.  For the additional example code, you'll also need to grab some
> > > OSCON example code from my GitHub repo:
> > >
> > > https://github.com/jacques-n/oscon-drill
> > >
> > >
> > > Thanks!
> > >
> > > Jacques
> > >
> >
>

Re: Decks from OSCON

Posted by Gerard Harte <ge...@gmail.com>.
The link includes 'Part3' try http://slidesha.re/14I1BJo

Ger

On Thu, Aug 1, 2013 at 7:24 PM, Timothy Chen <tn...@gmail.com> wrote:

> Part2 slides are not available?
>
> Tim
>
>
> On Thu, Aug 1, 2013 at 9:56 AM, Jacques Nadeau <ja...@apache.org> wrote:
>
> > Hey Everybody,
> >
> > I just got the decks from OSCON posted.  Check them out on Slideshare:
> >
> > Part1: http://slidesha.re/17W05HL
> > Part2: http://slidesha.re/14I1BJo
> > Part3: http://slidesha.re/13yyVmU
> >
> > Since master is moving forward quickly, hopefully the examples still
> > work.  For the additional example code, you'll also need to grab some
> > OSCON example code from my GitHub repo:
> >
> > https://github.com/jacques-n/oscon-drill
> >
> >
> > Thanks!
> >
> > Jacques
> >
>

Re: Decks from OSCON

Posted by Timothy Chen <tn...@gmail.com>.
Part2 slides are not available?

Tim


On Thu, Aug 1, 2013 at 9:56 AM, Jacques Nadeau <ja...@apache.org> wrote:

> Hey Everybody,
>
> I just got the decks from OSCON posted.  Check them out on Slideshare:
>
> Part1: http://slidesha.re/17W05HL
> Part2: http://slidesha.re/14I1BJo
> Part3: http://slidesha.re/13yyVmU
>
> Since master is moving forward quickly, hopefully the examples still
> work.  For the additional example code, you'll also need to grab some
> OSCON example code from my GitHub repo:
>
> https://github.com/jacques-n/oscon-drill
>
>
> Thanks!
>
> Jacques
>

Re: Decks from OSCON

Posted by Timothy Chen <tn...@gmail.com>.
Part2 slides are not available?

Tim


On Thu, Aug 1, 2013 at 9:56 AM, Jacques Nadeau <ja...@apache.org> wrote:

> Hey Everybody,
>
> I just got the decks from OSCON posted.  Check them out on Slideshare:
>
> Part1: http://slidesha.re/17W05HL
> Part2: http://slidesha.re/14I1BJo
> Part3: http://slidesha.re/13yyVmU
>
> Since master is moving forward quickly, hopefully the examples still
> work.  For the additional example code, you'll also need to grab some
> OSCON example code from my GitHub repo:
>
> https://github.com/jacques-n/oscon-drill
>
>
> Thanks!
>
> Jacques
>