I am currently using Cloudera 5.6 trying to create a parquet format table in a hive table based on another table, but I ran into an error.
create table sfdc_opportunities_sandbox_parquet like
sfdc_opportunities_sandbox STORED AS PARQUET
Error message
Parquet does not support date. See HIVE-6384
I read that bush 1.2 has a fix for this problem, but Cloudera 5.6 and 5.7 do not come in with hive 1.2. Has anyone found a way around this problem?
source
share