How do you check if a particular partition exists?



How do you check if a particular partition exists?..

Answer / Gireesh Kumar Rathore

You can check if a specific partition exists in Apache Hive using the DESCRIBE EXTENDED command. For example: DESCRIBE EXTENDED table_name PARTITION (partition_column = 'value');

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hive Interview Questions

Does Hive support record level Insert, delete or update?

1 Answers  


What is a metastore in hive?

1 Answers  


What is the difference between local and remote metastore?

1 Answers  


Is it possible to create multiple table in hive for same data?

1 Answers  


What is a generic udf in hive?

1 Answers  


Give examples of the SerDe classes which hive uses to Serialize and Deserialize data?

1 Answers  


Explain Data Type Conversion in Hive?

1 Answers  


Can you execute Hadoop dfs Commands from Hive CLI? How?

1 Answers  


What are the different collection type in Hive?

1 Answers  


What are the components of Hive architecture?

1 Answers  


Explain about the different types of partitioning in Hive?

1 Answers  


what is Metastore in Hive?

1 Answers  


Categories