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

What are the different Data Types available in Hive?

0 Answers  


when to choose “internal table” and “external table” in hive?

0 Answers  


Explain SHOW and DESCRIBE Commands in Hive?

0 Answers  


How to load data into table created in hive ?

0 Answers  


Which java class handles the Input record encoding into files which store the tables in Hive?

0 Answers  






What is Internal and External table in Hive?

0 Answers  


Explain about ACID transactions in Hive?

0 Answers  


Explain Data Type Conversion in Hive?

0 Answers  


What are the types of hive ddl commands?

0 Answers  


Wherever (Different Directory) I run the hive query, it creates new metastore_db, please explain the reason for it?

0 Answers  


What does the “USE” command in the hive do?

0 Answers  


What does the overwrite keyword denote in Hive load statement?

1 Answers  


Categories