I looked the cascading source and cascading.tmp.dir, when it isn't
defined, seems it will use hadoop.tmp.dir which, I believe, is a
directory on a local filesystem (not the hadoop filesystem), unless I
am misunderstanding the intent of hadoop.tmp.dir.
My problem is related to trying to write a file on HDFS. So, when I
define cascading.tmp.dir it is a directory that I need write
permissions on on HDFS? Is that correct? So I should do something like
make a directory /tmp in HDFS that has 777 permissions or? I missed
this in the documentation or are cascading people just all running
with permissions off?
Thanks,
Kevin