Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.2.2
-
None
-
None
Description
Documentation does not include all the ALTER TABLE statements that requires locks to be obtained for their operations. For example, ALTER TABLE table_name SET LOCATION command does not exist in the table provided at https://cwiki.apache.org/confluence/display/Hive/Locking
Also there is no information provided regarding locking for a view. During my testing I found that we can change the definition of views even when we run a query on that view.