Getting below error after trying to query hive tables in impala
InvalidStorageDescriptorException: Impala does not support tables of this type. REASON: SerDe library 'org.apache.hive.hcatalog.data.JsonSerDe' is not supported.
I able to query after converting table to parquet format.
Is there any way to read json files in Impala?