Re: Run ScalaTest inside Intellij IDEA

2014-06-18 Thread Doris Xin
Here's the JIRA on this known issue: https://issues.apache.org/jira/browse/SPARK-1835 tl;dr: manually delete mesos-0.18.1.jar from lib_managed/jars after running sbt/sbt gen-idea. You should be able to run units inside Intellij after doing so. Doris On Tue, Jun 17, 2014 at 6:10 PM, Henry Saputr

collectAsMap doesn't return a multiMap?

2014-06-03 Thread Doris Xin
Hey guys, Just wanted to check real quick if collectAsMap was by design not to return a multimap (so multiple values to the same key can overwrite the same entry). It seems like it's only used in some unit tests in the codebase. I added a warning in the comment saying not to expect a multimap. Let