How can you delete the DBPROPERTY in Hive?



How can you delete the DBPROPERTY in Hive?..

Answer / Girender Singh

To delete a specific DBProperty in Apache Hive, you can use the ALTER DATABASE command with the SET command. For example: ALTER DATABASE dbname SET 'hive.property.name'='';

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hive Interview Questions

The partition of hive table has been modified to point to a new directory location. Do I have to move the data to the new location or the data will be moved automatically to the new location?

1 Answers  


Does 'ILLUSTRATE' run MR job?

1 Answers  


How Facebook Uses Hadoop, Hive and Hbase ?

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,


How Hive distributes the rows into buckets?

1 Answers  


What is the work of hive/hcatalog?

1 Answers  


Is it possible to use the same metastore by multiple users, in case of the embedded hive?

1 Answers  


What is a table generating function on hive?

1 Answers  


If you run a select * query in hive, why does it not run mapreduce?

1 Answers  


Explain what is a Hive variable. What do we use it for?

1 Answers  


What is bag?

1 Answers  


How can the columns of a table in hive be written to a file?

1 Answers  


Categories