Getting hive issue

Hi,

I am getting the below error, when executing delete statement

SemanticException [Error 10297]: Attempt to do update or delete on table tkg_2018.mgr_details that does not use an AcidOutputFormat or is not
bucketed

even I set the below commands…

set hive.enforce.bucketing = true;
set hive.support.concurrency = true;
set hive.exec.dynamic.partition.mode = nonstrict;
set hive.txn.manager = org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
set hive.compactor.initiator.on = true;
set hive.compactor.worker.threads = 1;

Any one having any idea?

TKG