Re: Problems building Scalding and Running REPL locally

2016-10-25 Thread Marco Pennekamp
You've probably fixed your problem already , 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

Re: Problems building Scalding and Running REPL locally

2016-10-26 Thread Marco Pennekamp
Some additional info: I ran the command as root: `sudo ./sbt "scalding-repl/run --local"`, which downloaded the dependencies again and brought up the REPL. I had to chown the scalding folder to my user again, but now the REPL is also working without root privileges. Executing `./sbt