What does the following query do? Insert overwrite table employees partition (country, state) select ..., Se.cnty, se.st from staged_employees se;
882While loading data into a hive table using the load data clause, how do you specify it is a hdfs file and not a local file ?
695As part of optimizing the queries in hive, what should be the order of table size in a join query?
673Post New Apache Hive Questions
What are the 2 types of table in hive?
How would you drop a table in Hive?
What in hive made out of?
What is available mechanism for connecting from applications, when we run hive as a server?
Why do we need buckets?
What is sample Query in Hive?
What is the major difference between local and remote meta-store?
Can a table be renamed in Hive?
What is Apache Hive?
is HQL case sensitive?
When you are dealing with static data instead of dynamic data?
When to use Hive?
What is the default maximum dynamic partition that can be created by a mapper reducer? How can you change it?
How to optimize Hive Performance?
What is Hive Present Version ?