Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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