Github user mohammadshahidkhan commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1418#discussion_r150171431
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -1377,6 +1377,10 @@
public static final String CARBON_USE_BLOCKLET_DISTRIBUTION_DEFAULT =
"true";
+ public static final String CARBON_UPDATE_SYNC_FOLDER =
"carbon.update.sync.folder";
+
+ public static final String CARBON_UPDATE_SYNC_FOLDER_DEFAULT =
"/tmp/carbondata";
--- End diff --
fixed
---