Explain about Hive Buckets with Example ?

Answers were Sorted based on User's Feedback



Explain about Hive Buckets with Example ?..

Answer / sekhar

Bucketing in Hive is used generally when there is no repeated data available.
Bucketing will divide the data based up on the number of buckets you have given
and internally it uses hashing algorithm.

Is This Answer Correct ?    0 Yes 0 No

Explain about Hive Buckets with Example ?..

Answer / sekhar

Bucketing in Hive is used generally when there is no repeated data available.
Bucketing will divide the data based up on the number of buckets you have given
and internally it uses hashing algorithm.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hive Interview Questions

How to change a column data type in Hive?

0 Answers  


Can you explain smb join in hive?

0 Answers  


Are there any problems which can only be solved by MapReduce and cannot be solved by PIG? In which kind of scenarios MR jobs will be more useful than PIG?

0 Answers  


What is the purpose of exploding in hive?

0 Answers  


What is Partition table in Hive?

0 Answers  






How is HCatalog different from Hive?

0 Answers  


Where does the data of a Hive table gets stored?

0 Answers  


What is indexing and why do we need it?

0 Answers  


What is the default location where hive stores table data?

0 Answers  


What is the major difference between local and remote meta-store?

0 Answers  


How to optimize Hive Performance?

0 Answers  


Differentiate between describe and describe extended?

0 Answers  


Categories