Hi Iulian,
I was able to successfully compile in eclipse after, on the command line,
using sbt avro:generate followed by a sbt clean compile (and then a full
clean compile in eclipse). Thanks for your help!
--
View this message in context:
http://apache-spark-developers-list.1001551.n3.nabbl
Hi,
Thanks Iulian. Yeah, I was kind of anticipating I could just ignore old-deps
ultimately. However, Even after doing a clean and build all, I get the
following still:
Description LocationResourcePathType
not found: type EventBatch line 72 SparkAvroCallbackHandler.sc
Hi Iulian,
Thanks for the reply!
With respect to eclipse, I'm doing this all with a fresh download of the
scala ide (Build id: 4.0.0-vfinal-20150305-1644-Typesafe) and with a recent
pull (as of this morning) of the master branch.When I proceed through the
instructions for eclipse (creating the p
Hi,
>From what I myself noticed a few minutes ago, I think branch-1.3 might be
failing to compile due to the most recent commit. I tried reverting to
commit 7fd212b575b6227df5068844416e51f11740e771 (the commit prior to the
head) on that branch and recompiling, and was successful. As Ferris would
s
Hello,
I'm trying to compile the master branch of the spark source (25889d8) in
intellij. I followed the instructions in the wiki
https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools,
namely I downloaded IntelliJ 14.1.2 with jre 1.7.0_55, imported pom.xml,
generated all sources