List the various options available with the Hive command?



List the various options available with the Hive command?..

Answer / Avdhesh

Some common Hive commands include CREATE DATABASE, CREATE TABLE, DESCRIBE, EXPLAIN, SHOW, ALTER TABLE, DROP, LOAD DATA INPATH/FROM/INSERT INTO, SELECT, and many more. The complete list can be found in the Apache Hive documentation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hive Interview Questions

What are the various uses of explode hive?

1 Answers  


What are the components used in Hive query processor?

1 Answers  


What is the difference between CREATE TABLE AND CREATE EXTERNAL TABLE?

1 Answers  


Write a Hive UDF that returns a sentiment score. For example, if good = 1, bad = -1, and average = 0, then a review of a restaurant states "Good food, bad service," your score might be 1 - 1 = 0.

1 Answers   LinkedIn,


Explain about the smb join in hive?

1 Answers  


Is multiline comment supported in Hive Script ?

1 Answers  


What is bucketing ?

1 Answers  


What is Internal and External table in Hive?

1 Answers  


RLIKE in Hive?

1 Answers  


what is partitions in hive?

1 Answers  


what is ODBC and JDBC connectivity in Hive?

1 Answers  


What is the definition of Hive?

1 Answers  


Categories