Created
September 14, 2014 11:21
-
-
Save Arnonrgo/b24b41a1576d8f61ba12 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ParquetOutputFormat.setWriteSupportClass(job,classOf[ProtoWriteSupport[Aggregate]]) | |
ProtoParquetOutputFormat.setProtobufClass(job,classOf[Aggregate]) | |
hourlyAggregates.saveAsNewAPIHadoopFile(outputDir, | |
classOf[Void], | |
classOf[Aggregate], | |
classOf[ParquetOutputFormat[Aggregate]], | |
job.getConfiguration) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment