nathanmarz / cascalog

Data processing on Hadoop without the hassle.
Other
1.38k stars 178 forks source link

aot the cascalog.logic.def #248

Closed methylene closed 10 years ago

methylene commented 10 years ago

Fix the issue 245 "ClassNotFoundException: cascalog.logic.def.ParallelAggregator" by aot-compiling the cascalog.logic.def namespace.

sritchie commented 10 years ago

Hmm, adding AOT into a library is bad form. Under what circumstances is this bug showing up?— Sent from Mailbox

On Sun, Apr 27, 2014 at 2:13 AM, methylene notifications@github.com wrote:

Fix the issue 245 "ClassNotFoundException: cascalog.logic.def.ParallelAggregator" by aot-compiling the cascalog.logic.def namespace. You can merge this Pull Request by running: git pull https://github.com/methylene/cascalog issue-245-aot Or you can view, comment on it, or merge it online at: https://github.com/nathanmarz/cascalog/pull/248 -- Commit Summary --

sritchie commented 10 years ago

Option you need to require a namespace before importing the java class some record is meant to generate. Try adding an explicit require to the project giving you the problem.— Sent from Mailbox

On Sun, Apr 27, 2014 at 12:49 PM, Sam Ritchie sritchie09@gmail.com wrote:

Hmm, adding AOT into a library is bad form. Under what circumstances is this bug showing up?— Sent from Mailbox On Sun, Apr 27, 2014 at 2:13 AM, methylene notifications@github.com wrote:

Fix the issue 245 "ClassNotFoundException: cascalog.logic.def.ParallelAggregator" by aot-compiling the cascalog.logic.def namespace. You can merge this Pull Request by running: git pull https://github.com/methylene/cascalog issue-245-aot Or you can view, comment on it, or merge it online at: https://github.com/nathanmarz/cascalog/pull/248 -- Commit Summary --

methylene commented 10 years ago

I tried to do it here, but it's still break: methylene/class-not-found@8689ae379098bd293235163a9db36d90718cbede

methylene commented 10 years ago

Actually there seems to be a more general problem with leiningen, see methylene/class-not-found@902dfb336a2c9ab688e62213ffda9c4b5504180f

sritchie commented 10 years ago

Okay, in that case, closing this up.