iconara / rubydoop

Write Hadoop jobs in JRuby
220 stars 33 forks source link

Update to Puck v1.2.3 #40

Closed jowl closed 8 years ago

jowl commented 8 years ago

Puck v1.2.3 fixes a bunch of compatibility issues with different JRubies, and should play along nicely with Rubydoop with one minor modification to the job runner. Specifically, the new Puck uses absolute paths and the classloader's job is to translate relative paths into absolute, why the previously kind of ugly trick of using the classloader to find the job jar has become kind of uglier now.