Re: Spark Avro Generation

2014-08-12 Thread Devl Devel
Thanks very much that helps, not having to generate the entire build. On Mon, Aug 11, 2014 at 6:09 PM, Ron Gonzalez wrote: > If you don't want to build the entire thing, you can also do > > mvn generate-sources in externals/flume-sink > > Thanks, > Ron > > Sent from my iPhone > > > On Aug 11, 2

Re: Spark Avro Generation

2014-08-11 Thread Ron Gonzalez
If you don't want to build the entire thing, you can also do mvn generate-sources in externals/flume-sink Thanks, Ron Sent from my iPhone > On Aug 11, 2014, at 8:32 AM, Hari Shreedharan > wrote: > > Jay running sbt compile or assembly should generate the sources. > >> On Monday, August 11,

Re: Spark Avro Generation

2014-08-11 Thread Hari Shreedharan
Jay running sbt compile or assembly should generate the sources. On Monday, August 11, 2014, Devl Devel wrote: > Hi > > So far I've been managing to build Spark from source but since a change in > spark-streaming-flume I have no idea how to generate classes (e.g. > SparkFlumeProtocol) from the a