What does the following query do? Insert overwrite table employees partition (country, state) select ..., Se.cnty, se.st from staged_employees se;
921While 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 ?
736As part of optimizing the queries in hive, what should be the order of table size in a join query?
698Post New Apache Hive Questions
What are the different parts of Hive ?
Differentiate between PigLatin and Hive?
Mention the date data type in hive. Name the hive data type collection.
What are the different Primitive Data Types available in Hive?
What is a table generating function on hive?
Difference between hive and impala?
Is hive similar to sql?
Clarify about the smb join in hive?
How do you list all databases whose name starts with p?
How is HCatalog different from Hive?
What is the difference between external table and managed table?
What types of costs are associated in creating index on hive tables?
In which scenario Hive is good fit?
What is the functionality of Query Processor in Apache Hive?
what is (HS2) HiveServer2?