Ian O'Connell

Results 109 comments of Ian O'Connell

This seems useful for the cascading 3 upgrade, and makes sense there. Do we want it in the 0.16 release cycle ? Or keep it closer to the big painful...

With the aliases and deps in place it should be handled mostly by ivy resolves I think? Can we have the new types/classes be package private to scalding? They seem...

Yep, good way to put it. Merge when green from me if the hassle level is ok for you guys to handle to merge. On Friday, February 12, 2016, P....

The build failed here. In general this approach seems flawed. Avro shouldn't be in the defaults either, can we make these command line args to the repl?

Can we have the repl take the command line flags and just pass them through? So users won't have bigger class paths/builds than they need? (It seems like we would...

This pr has lots of changes across many files. I presume this is in error ? On Tuesday, March 10, 2015, Mathieu Chataigner [email protected] wrote: > Fix Jline dependency to...

I think the notion is here is that jar mode is when you have a fat jar, which negates the notion of modules. looks like the hadoop_command is the one...

Right that last part i'm not sure on, maybe the repl launch command is hitting the wrong method. -- i.e. if you look at one method above the one you've...

https://github.com/twitter/scalding/pull/1654 Thats the PR that added it , I'm not sure how well it would work with the execution API though. the test is only aimed at Job rather than...

Yep - ensuring zipped executions share a synchronized registry can probably be setup on a per-execution run basis here: ? https://github.com/twitter/scalding/blob/b0ba993ac817e6b1e52126e8b1cfb1054cc00dad/scalding-core/src/main/scala/com/twitter/scalding/Execution.scala#L151 for registering should be good i think?