Hi, I would like to disable the optimization where a query that just selects data is running without mapreduce (local mode).
hive.exec.mode.local.auto is set to false but hive still runs in local mode for some queries. How can I disable local mode completely? Thank you. Daniel