Re: Exception while running unit tests that makes use of local-cluster mode

2014-10-23 Thread Varadharajan Mukundan
Hi All, I just figured it out that it fails whenever its run from Intellij. I think it relates to the classpath issues mentioned in https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark#ContributingtoSpark-ScalaTestIssues . -- Thanks, M. Varadharajan --

Exception while running unit tests that makes use of local-cluster mode

2014-10-22 Thread Varadharajan Mukundan
Hi All, When i try to run unit tests that makes use of local-cluster mode (Ex: "Accessing HttpBroadcast variables in a local cluster" in BroadcastSuite.scala), its failing with the below exception. I'm using java version "1.8.0_05" and scala version 2.10. I tried to look into the jenkins build re