I have a Map Reduce job that uses OOZIE workflow xml and writes output in sequence file format(org.apache.hadoop.mapreduce.lib.output.SequenceFileOutputFormat), is there something like this for saving in Parquet format also ?, I could not find any under https://hadoop.apache.org/docs/stable/api/org/apache/hadoop/mapreduce/lib/output/package-summary.html
or should I be using a different approach ?
Please advise .
Thanks
parquet-mrdependency, but why not use Spark to write Parquet? - OneCricketeer