Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

set parquet.column.index.acces

avatar
Contributor

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.

1 ACCEPTED SOLUTION

avatar
Contributor

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.

View solution in original post

2 REPLIES 2

avatar
Contributor

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.

avatar
Super Guru
For others who are using CM, you can go to CM > Hive > Configuration > Hive Service Advanced Configuration Snippet (Safety Valve) for hive-site.xml

then enter the new property name and value, save and restart Hive