Re: A Spark Compilation Question

2015-02-15 Thread vha14
In IntelliJ: - Open View -> Tool Windows -> Maven Projects - Right click on Spark Project External Flume Sink - Click Generate Sources and Update Folders This should generate source code from sparkflume.avdl. Vu~ -- View this message in context: http://apache-spark-developers-list.1001551.n3

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