Github user QiangCai commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1841#discussion_r164347029
--- Diff:
integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/CommonUtil.scala
---
@@ -941,4 +943,40 @@ object CommonUtil {
}
}
+ def setTempStoreLocation(
--- End diff --
Suggesting to add a parameter to use a different temp folder for different
operation.
for data loading, carbon_**dataload**\_\<nanotime\>\_\<split index\>
for compaction, carbon_**compact**\_\<nanotime\>\_\<split index\>
for partition, carbon_**partition**\_\<nanotime\>\_\<split index\>
for streaming handoff, carbon_**handoff**\_\<nanotime\>\_\<split index\>
---