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,
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
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-*.*.*/
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