Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2100#discussion_r177647165
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -1618,6 +1618,11 @@
*/
public static final String
CARBON_INVISIBLE_SEGMENTS_PRESERVE_COUNT_DEFAULT = "200";
+ /**
+ * System older location to store system level data like datamap schema
and status files.
+ */
+ public static final String CARBON_SYSTEM_FOLDER_LOCATION =
"carbon.system.folder.location";
--- End diff --
The default value is under warehouse/store path so it can change as per
driver. So we cannot keep the standard value here
---