Re: tmp directory

2015-12-05 Thread manasdebashiskar
If you look at your spark ui-> Environment you can see what are the path pointing to /tmp Typically java temp folder is also mapped to /tmp which can be over ridden by java opt . Spark logs go in /var/run/spark/work/... folder but I think you already know that. ..Manas -- View this message in

Re: /tmp directory fills up

2015-01-12 Thread Marcelo Vanzin
Hi Alessandro, You can look for a log line like this in your driver's output: 15/01/12 10:51:01 INFO storage.DiskBlockManager: Created local directory at /data/yarn/nm/usercache/systest/appcache/application_1421081007635_0002/spark-local-20150112105101-4f3d If you're deploying your application i