Answer Posted / 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 View All Answers
How can you configure remote metastore mode in Hive?
How can you delete the DBPROPERTY in Hive?
Which java class handles the Input record encoding into files which store the tables in Hive?
What are the components of Hive architecture?
When should we use SORT BY instead of ORDER BY?
Describe REVERSE function in Hive with example?
What are different modes of metastore deployment in Hive?
In case of embedded Hive, can the same metastore be used by multiple users?
What are the 2 types of table in hive?
What are the various uses of explode hive?
What is a generic UDF in the hive?
What is CONCATENATE command in Hive?
What kind of applications is supported by Apache Hive?
How to load data into table created in hive ?
what is ODBC and JDBC connectivity in Hive?