What is bucketing in Hive?



What is bucketing in Hive?..

Answer / rajasekhar

Bucketing is one of the data sclicing mechanism in hive to improve the query performance.
For performing the Bucketing in Hive we have to use clustered by column name into number of buckets
note:--set hive.enforce.bucketing=true should be first enabled to work for bucketing

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Apache Hive Interview Questions

Mention key components of Hive Architecture?

0 Answers  


What is the man difference between hbase and hive?

0 Answers  


What is the use of Hcatalog?

0 Answers  


What is the default maximum dynamic partition that can be created by a mapper reducer? How can you change it?

0 Answers  


Mention what is ObjectInspector functionality in Hive?

0 Answers  






What will be the output of cast ('XYZ' as INT)?

0 Answers  


What is the difference between Hiveserver1 and Hiveserver2?

0 Answers  


Which companies are mostly using Hive ?

0 Answers  


What types of costs are associated with creating the index on hive tables?

0 Answers  


Explain Hive Thrift server?

0 Answers  


What is the difference between the external table and managed table?

0 Answers  


What are the components of Hive architecture?

0 Answers  


Categories