Hey Hivers,

I'm almost ready to replace our old hadoop implementation with a implementation 
using Hive,

Now I've ran into (hopefully) my last problem; my /tmp/hive-hduser dir is 
getting kinda big!
It doesn't seem to cleanup this tmp files, googling for it I run into some 
tickets about a cleanup setting, should I enable this with the below setting?
Why doesn't it do that by default? Am I the only one somehow racking up a lot 
of space with tmp files?




<property>
  <name>hive.start.cleanup.scratchdir</name>
  <value>true</value>
</property>

Reply via email to