📄️ ALTER RESOURCE
Use the ALTER RESOURCE statement to modify the properties of a resource.
📄️ CREATE RESOURCE
Creates resources. The following types of resources can be created: Apache Spark™, Apache Hive™, Apache Iceberg, Apache Hudi, and JDBC. Spark resources are used in Spark Load to manage loading information, such as YARN configurations, storage path of intermediate data, and Broker configurations. Hive, Iceberg, Hudi, and JDBC resources are used for managing data source access information involved in querying External tables.
📄️ DROP RESOURCE
Use DROP RESOURCE to drop an existing resource. Only root or superuser can drop resources.
📄️ SHOW RESOURCES
SHOW RESOURCES shows the resources that the users have permissions to use. Ordinary users can only use the resources they have permission to use, while root or admin users can show all resources.