'Is there a way to make hive recognize parquet files without extension?

Files are stored in S3 only by file name without extension.

enter image description here

I created the table with CREATE EXTERNAL TABLE. But hive doesn't seem to recognize it as a parquet file.

Is there any way to read parquet files without extension in hive?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source