DROP RESOURCE
Descriptionβ
This statement is used to drop an existing resource. Only root or superuser can drop resources.
Syntax:
DROP RESOURCE 'resource_name'
Examplesβ
- 
Drop Spark resource named spark0.
DROP RESOURCE 'spark0'; - 
Drop Hive resource named hive0.
DROP RESOURCE 'hive0';