I want to export data from database and convert in to Avro + Parquet format. Sqoop support Avro export but not Parquet. I try to convert the Avro object to Parquet using Apache Pig, Apache Crunch etc but nothing working out.
Apache pig gives me "Caused by: org.apache.hadoop.mapreduce.lib.input.InvalidInputException: Input path does not exist". But the input path exist on that location.
Apache Crunch always throw :java.lang.ClassNotFoundException: Class org.apache.crunch.impl.mr.run.CrunchMapper not found" despite I added it in to the Hadoop lib path.
What is the best and easy way to export data from DB in to Parquet format?