simplesparkavroapp
simplesparkavroapp copied to clipboard
Simple Spark app that reads and writes Avro data
Hi again Sandy, Were you able to write avros successfully? Using this code in your simplesparkapp, I'm encountering an issue when trying to write avros in a Cloudera Quickstart VM...
First off, thank you for creating these examples, as they are a great starting point for working with Avro and Parquet in Spark! One suggestion I have is that it...
First of all, thank you for the tutorial. it really help as a good start. The example worked successfully on my cluster for the "User.java", example class. It worked like...
Hi, thanks for this example. I copy/pasted code from this project into your simplesparkapp, and it worked for me (well, `parallelize` seemed to corrupt my avros but that's another story)....