I don't think it's intentional. I think HAWQParquetOutputFormat should be exposed as public class, because same as HAWQParquetInputFormat, it's the interface which may be used by outside program such as MapReduce job. And HAWQParquetInputFormat is defined as public class currently.
Thanks Lili 2016-10-05 21:59 GMT+08:00 Christian Tzolov <[email protected]>: > The HAWQParquetOutputFormat class is defined with package access only: > > https://github.com/apache/incubator-hawq/blob/master/ > contrib/hawq-hadoop/hawq-mapreduce-parquet/src/main/java/com/pivotal/hawq/ > mapreduce/parquet/HAWQParquetOutputFormat.java#L30 > > Is it intentional? > > Cheers, > Christian >
