I'm getting the same issue. My JAVA_HOME is set and points to jdk1.7.0_67-cloudera. I'm running on hadoop 2.6.0-cdh5.7.1. Scala is version 2.10.4.
Any ideas what I should look at, or who I should ask? On Tuesday, October 25, 2016 at 8:04:55 PM UTC-4, Marco Pennekamp wrote: > > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
