Created on 12-11-2018 12:53 AM - edited 09-16-2022 06:58 AM
Is there any way to "set parquet.column.index.access = true" as defult in hive table configuration?
the Hive version is 1.1
the cdh version is 5.14
Hope your kind suggestion.
Created 12-11-2018 01:38 AM
Resolved:
change the hive-site.xml
add
<property> <name>parquet.column.index.access</name> <value>true</value> <description>set parquet index access</description> </property>
restart hive
Done.
Created 12-11-2018 01:38 AM
Resolved:
change the hive-site.xml
add
<property> <name>parquet.column.index.access</name> <value>true</value> <description>set parquet index access</description> </property>
restart hive
Done.
Created 12-29-2018 12:03 AM