If you define Hive tables with parquet format.
When you use HCatalog to insert tables in Pig.
You will get the below error.
That's because HCatalog doesn't support Parquet.
java.lang.RuntimeException: Should never be used at parquet.hive.DeprecatedParquetOutputFormat.getRecordWriter(DeprecatedParquetOutputFormat.java:74)
https://github.com/branky/cascading.hive/issues/3
No comments:
Post a Comment