Re: Live coding & reviewing adventures

2018-08-02 Thread Holden Karau
Ok Gris has an even more delayed laptop so I'm going to push it out a week and hope it shows up for then. Sorry about that one and thanks for everyone who tuned in for the Go SDK one :) On Mon, Jul 30, 2018 at 1:54 PM, Holden Karau wrote: > So small schedule changes. > I’ll be doing some poking

Re: Live coding & reviewing adventures

2018-07-30 Thread Holden Karau
So small schedule changes. I’ll be doing some poking at the Go SDK at 2pm today - https://www.youtube.com/watch?v=9UAu1DOZJhM and the one with Gris setting up Beam on a new machine will be moved to Friday because her laptop got delayed - https://www.youtube.com/watch?v=x8Wg7qCDA5k On Tue, Jul 24,

Re: Live coding & reviewing adventures

2018-07-24 Thread Holden Karau
I'll be doing this again this week & next looking at a few different topics. Tomorrow (July 25th @ 10am pacific) Gris & I will be updating the PR from my last live stream (adding Python dependency handling) - https://www.twitch.tv/events/P92irbgYR9Sx6nMQ-lGY3g /

Re: Live coding & reviewing adventures

2018-07-18 Thread Holden Karau
Ok so follow up I'll be doing part 2 today at noon pacific today - https://www.youtube.com/watch?v=6krU3YWsgYQ . If your @oscon come see the talk w/the demo (and other thins) at 2:30 pm pacific in Portland 251 - https://conferences.oreilly.com/oscon/oscon-or/public/schedule/speaker/128567 As for

Re: Live coding & reviewing adventures

2018-07-18 Thread Holden Karau
That’s a thing I’ve been thinking about but haven’t had the time to do yet. It’s a bit tricky because I don’t always know what I’m doing before I start and remembering to go back and tag things after a long stream is hard. On Tue, Jul 17, 2018 at 11:11 PM Ismaël Mejía wrote: > Have you thought

Re: Live coding & reviewing adventures

2018-07-18 Thread Ismaël Mejía
Have you thought about creating some sort of index page for your past live streams? At least for the non-review ones it can provide great value given that searching videos is not the easiest thing to do. On Wed, Jul 18, 2018 at 12:51 AM Holden Karau wrote: > > Sure! I’ll respond with a pip freeze

Re: Live coding & reviewing adventures

2018-07-17 Thread Holden Karau
Sure! I’ll respond with a pip freeze when I land. On Tue, Jul 17, 2018 at 2:28 PM Suneel Marthi wrote: > Could u publish the python transitive deps some place that have the > Beam-Flink runner working ? > > On Tue, Jul 17, 2018 at 5:26 PM, Holden Karau > wrote: > >> And I've got an hour to

Re: Live coding & reviewing adventures

2018-07-17 Thread Holden Karau
Yup I’ve got a fork of that (I skip re-uploading the input data files since conference WiFi) and store to gcs so I can see the output. Didn’t finish everything in today’s stream because the WiFi was a bit flakey during the first container build and stalled apt, but I’ll do a follow up to finish

Re: Live coding & reviewing adventures

2018-07-17 Thread Ankur Goenka
+1 For reference here is a sample job https://github.com/axelmagn/model-analysis/blob/axelmagn-hacks/examples/chicago_taxi/preprocess_flink.sh Also 1 quick heads up, output file will be created in docker container if you use local file system. On Tue, Jul 17, 2018 at 2:27 PM Holden Karau

Re: Live coding & reviewing adventures

2018-07-17 Thread Suneel Marthi
Could u publish the python transitive deps some place that have the Beam-Flink runner working ? On Tue, Jul 17, 2018 at 5:26 PM, Holden Karau wrote: > And I've got an hour to kill @ SFO today so at some of the suggestions > from folks I'm going to do a more user focused one trying getting the

Re: Live coding & reviewing adventures

2018-07-17 Thread Holden Karau
And I've got an hour to kill @ SFO today so at some of the suggestions from folks I'm going to do a more user focused one trying getting the TFT demo to work with the portable flink runner (hopefully) - https://www.youtube.com/watch?v=wL9mvQeN36E On Fri, Jul 13, 2018 at 11:54 AM, Holden Karau

Re: Live coding & reviewing adventures

2018-07-13 Thread Holden Karau
Thats a great idea! I did something like that earlier focused on the Go SDK only (see - https://www.youtube.com/watch?v=g0Iq4np-WVk & https://www.youtube.com/watch?v=P4jIfhPTKQo ), and I'll try and do some more general ones later on as we get more stuff working on the portability framework with

Re: Live coding & reviewing adventures

2018-07-13 Thread Ankur Goenka
Thanks Holden for doing this. Looking forward to attend the live session. Suggestion: It will super useful to do a live session for beam setup for users and another for contributors. On Fri, Jul 13, 2018 at 12:33 PM Innocent Djiofack wrote: > Thanks I think this will be super useful. I will

Re: Live coding & reviewing adventures

2018-07-13 Thread Innocent Djiofack
Thanks I think this will be super useful. I will tune in. On Fri, Jul 13, 2018 at 2:54 PM Holden Karau wrote: > Hi folks! I've been doing some live coding in my other projects and I > figured I'd do some with Apache Beam as well. > > Today @ 3pm pacific I'm going be doing some impromptu

Live coding & reviewing adventures

2018-07-13 Thread Holden Karau
Hi folks! I've been doing some live coding in my other projects and I figured I'd do some with Apache Beam as well. Today @ 3pm pacific I'm going be doing some impromptu exploration better review tooling possibilities (looking at forking spark-pr-dashboard for other projects like beam and setting