Created on 06-09-2018 12:41 AM - edited 09-16-2022 06:19 AM
QQ:
Currently we have very less space for /tmp in local and wanted to write the files in HDFS /tmp instead of local /tmp.
Can you suggest me simple solution?
Created 06-10-2018 03:25 AM
"HDFS /tmp directory mainly used as a temporary storage during mapreduce operation. Mapreduce artifacts, intermediate data etc will be kept under this directory." Also this question has already been answered here:
https://community.hortonworks.com/questions/120790/is-it-possible-to-set-the-hadooptmpdir-value-to-h...
Created 06-10-2018 06:11 PM
Thank you:)