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
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