Description
HIVE-13303 fixed things to use multiple directories instead of a single tmp directory. However it's using yarn-local-dirs directly.
I'm not sure how well using the yarn-local-dir will work on a secure cluster.
Would be better to use Tez*Context.getWorkDirs. This provides an app specific directory - writable by the user.
cc sershe
Attachments
Attachments
Issue Links
- relates to
-
HIVE-13303 spill to YARN directories, not tmp, when available
- Closed