This is an optimization method, the hive.fetch.task.conversionproperty can (FETCH) minimize mapreduce latency overhead.
When executing SELECT, LIMIT, FETCH queries, this property skips mapreduce and uses the FETCH task.
This property can have 3 values - none, minimal(default) and more.
source
share