Re: Review Request 43350: SAMZA-867 Fix job restart/shutdown in the event of a node outage.

2016-02-11 Thread Navina Ramesh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43350/#review118935 --- samza-yarn/src/main/java/org/apache/samza/job/yarn/ContainerAlloc

Re: Review Request 43404: SAMZA-851: update Hello-Samza w/ CDH tutorial documentation

2016-02-11 Thread Navina Ramesh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43404/#review118929 --- Ship it! Ship It! - Navina Ramesh On Feb. 10, 2016, 5:21 a.m

Re: Allow user-specified class-loader

2016-02-11 Thread Rick Mangi
This is why we went the route of using clojure from the start and not calling out to clojure from a java task. > On Feb 10, 2016, at 9:11 PM, Andy Chambers > wrote: > > Have you figured out a workflow where you can run jobs from rhe repl during > development? signature.asc Description: Mes

Re: Compression type Snappy is not linked with the binary

2016-02-11 Thread Edi Bice
I gave up on the regular build. Downloaded RocksDb v3.13.1 directly from Github, and followed CentOS build instructions loosely to build a statically linked version. Deployed to my local Maven repository, changed my patched Samza to use that jar and all is good again. On Wed, Feb 10, 2016 at 11:41

Re: Allow user-specified class-loader

2016-02-11 Thread Yi Pan
Hi, Andy, Great! Looking forward to your uploads! -Yi On Wed, Feb 10, 2016 at 6:02 PM, Andy Chambers < andy.chamb...@fundingcircle.com> wrote: > We will release some open source when it's ready but the basic idea is to > define a single task that implements all the interfaces, and have that > d