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
What are the types of hive ddl commands?
How do you write your own custom SerDe ?
How can client interact with Hive?
When you should use Hbase?
What are the key segments of hive architecture?
How to use Hive using the command line and Beeline?
Mention what are the type of database does Hive support ?
When a large data set is maintained?
How to create table in hive for a json input file?
What is the importance of driver in hive?
What are hive operators and its types?
Is it possible to change the default location of Managed Tables in Hive, if so how?
Differentiate between hive and hbase?
What is the use of Hcatalog?
What does the following query do? Insert overwrite table employees partition (country, state) select ..., Se.cnty, se.st from staged_employees se;