Hive Bucketing Configuration
You can set bucketing configuration in 2 ways
1) hive-site.xml
2) Hive shell
Please share this blog post and follow me for latest updates on
You can set bucketing configuration in 2 ways
1) hive-site.xml
hive-site.xml
<property> <name>set hive.enforce.bucketing</name> <value>true</value> </property>
$ hive
set hive.enforce.bucketing = true;
Comments
Post a Comment