NICTA / scoobi

A Scala productivity framework for Hadoop.
http://nicta.github.com/scoobi/
482 stars 97 forks source link

InMemory Mode throws Exception #212

Closed espringe closed 11 years ago

espringe commented 11 years ago

Running with run -- scoobi inmemory throws this exception: https://gist.github.com/espringe/5174633

(The job runs fine on hadoop)

Hopefully that's enough to spot the problem, or I can try minimalize it to an example :D

etorreborre commented 11 years ago

Eric can you please re-run with -- scoobi inmemory.verbose.all.[scoobi|.*] and give me the full DEBUG logs?

Thanks.

espringe commented 11 years ago

No problem. I've updated the gist

etorreborre commented 11 years ago

I had an idea of what could go wrong. Please test the latest HEAD (or wait for a new SNAPSHOT)

espringe commented 11 years ago

Wow, another ridiculously quick fix. Works! Thanks very much