Re: A Spark Compilation Question

2015-02-15 Thread vha14
001551.n3.nabble.com/A-Spark-Compilation-Question-tp8402p10626.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org For additional commands,

Re: A Spark Compilation Question

2014-09-28 Thread Yi Tian
I think you should modify the module settings in IDEA instead of pom.xml Best Regards, Yi Tian tianyi.asiai...@gmail.com On Sep 26, 2014, at 18:09, Yanbo Liang wrote: > Hi Hansu, > > I have encountered the same problem. Maven compiled avro file and generated > corresponding Java file in n

Re: A Spark Compilation Question

2014-09-26 Thread Yanbo Liang
Hi Hansu, I have encountered the same problem. Maven compiled avro file and generated corresponding Java file in new directory which is not source file directory of the project. I have modified pom.xml file and it can be work. The line marked as red is added, you can add them to your spark-*.*.*/

A Spark Compilation Question

2014-09-12 Thread Hansu GU
I downloaded the source and imported it into IntelliJ 13.1 as a Maven project. When I used IntelliJ Build -> make Project, I encountered: Error:(44, 66) not found: type SparkFlumeProtocol val transactionTimeout: Int, val backOffInterval: Int) extends SparkFlumeProtocol with Logging { I think the