Github user sraghunandan commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1177#discussion_r129219109
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -1310,6 +1310,18 @@
public static final String CARBON_LEASE_RECOVERY_RETRY_INTERVAL =
"carbon.lease.recovery.retry.interval";
+ /**
+ * whether to use multi directories when loading data,
+ * the main purpose is to avoid single-disk-hot-spot
+ */
+ @CarbonProperty
+ public static final String CARBON_USING_MULTI_TEMP_DIR =
"carbon.use.multiple.temp.dir";
--- End diff --
change to CARBON_USE_MULTI_TEMP_DIR
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---