we need to block the DDL (create, drop, insert, update) for whoever is using IMPALA, is it possible to do this type of blocking?
ps: user should only be able to SELECT with IMPALA and nothing else.
DDL should only work via HIVE.
Is it possible to do this type of blocking configuration?