InterviewSolution
Saved Bookmarks
| 1. |
How can Hive avoid mapreduce? |
|
Answer» If we set the property hive.exec.mode.local.auto to true then hive will avoid mapreduce to fetch query results. |
|