Re: Is there any property for don't deleting scratch dir

2014-12-23 Thread Lefty Leverenz
You can set hive.start.cleanup.scratchdir to false (default), but that only deals with startup time. Other than that, when does the scratch directory get deleted? I grepped "scratch" in the HiveConf.java file of every branch, and only found these parameters: - hive.exec.scratchdir - hive.e

Re: Is there any property for don't deleting scratch dir

2014-12-23 Thread Navis류승우
I think once there was a configuration for it. But cannot find recent releases. Thanks, Navis 2014-12-24 10:46 GMT+09:00 Jeff Zhang : > Hi, > > Is there any property for don't deleting scratch dir ? I'd like check the > intermediate data to know the internal of hive better. > > -- > Best Regards