inĀ org.apache.kylin.metrics.lib.impl.hive.HiveProducer, when need add a new partition to metrics data, a SessionState will be started , and unclosed after use.
which cause many temp dir in HDFS ({hadoop.tmp.dir}/tmp/hive/xxx).
I think the session should be stoped manually
- links to