I have created the external table using parquet in hive using snappy compression. I want to configure the parquet files size created in the target folder. I.e Min file size = 1024B and Max file size = 128MB based on these configurations, no of parquet files should be created. Can anyone please let me know how this can be achieved?
Thanks