Trouble testing after updating to latest master

2014-11-29 Thread Ganelin, Ilya
Hi all – I’ve just merged in the latest changes from the Spark master branch to my local branch. I am able to build just fine with mvm clean package However, when I attempt to run dev/run-tests, I get the following error: Using /Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home as

Re: Trouble testing after updating to latest master

2014-11-29 Thread Patrick Wendell
Thanks for reporting this. One thing to try is to just do a git clean to make sure you have a totally clean working space (git clean -fdx will blow away any differences you have from the repo, of course only do that if you don't have other files around). Can you reproduce this if you just run

Re: Trouble testing after updating to latest master

2014-11-29 Thread Ganelin, Ilya
I am able to successfully run sbt/sbt-compile and run the tests after running git clean -fdx. I¹m guessing network issues wound up corrupting some of the files that had been downloaded. Thanks, Patrick! On 11/29/14, 10:52 PM, Patrick Wendell pwend...@gmail.com wrote: Thanks for reporting this.