You've probably fixed your problem already <https://xkcd.com/979/>, but 
this is one of the first results when googling the problem, so I want to 
share my fix regardless.

I am running OS X Sierra. I also had the specific test suites fail. It took 
me some time to figure out the root cause, but my JAVA_HOME wasn't set 
correctly. I set it to (in .bash_profile):

export JAVA_HOME=$(/usr/libexec/java_home)

Now my tests pass at least. If this does not fix the problem, you could try 
to read the Hadoop cluster logs, which are scattered all over the place in 
the Scalding directory. These log files are called stderr and stdout 
though, so you might want to search for that. Alternatively, the cluster 
log folders are prefixed with "application_".

I haven't managed to run the REPL yet, which is still failing with 
"NoClassDefFoundError" for me.

-- 
You received this message because you are subscribed to the Google Groups 
"Scalding Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to scalding-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to