Invoking ./sbt (instead of `which sbt`) uses the version of sbt / scala / etc that scalding is setup to use, which is nice because it decouples us from what you might have installed on your system.
So that part at least is expected (that it uses scalding's version of scala) On Wed, Oct 26, 2016 at 11:53 AM, David Getchell <[email protected]> wrote: > Why yes, yes it does. And even though the system's Scala installation is > 2.10.4, this is coming up as Scala 2.11.8. > > On Wednesday, October 26, 2016 at 1:22:29 PM UTC-4, P. Oscar Boykin wrote: >> >> Does running with: >> >> `./sbt scalding-repl/console` work for you? >> >> On Wed, Oct 26, 2016 at 7:20 AM P. Oscar Boykin <[email protected]> >> wrote: >> >>> I can repro this as well. Step 1, is raise an issue: >>> >>> https://github.com/twitter/scalding/issues/1612 >>> >>> It seems like a build issue to me, but not obvious why it is not >>> working. The repl depends on scalding code, and scalding core depends on >>> cascading, which should provide this class. >>> >>> On Wed, Oct 26, 2016 at 6:19 AM David Getchell <[email protected]> >>> wrote: >>> >>>> 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. >>>> >>> -- > 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. > -- Alex Levenson @THISWILLWORK -- 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.
