You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by jackylk <gi...@git.apache.org> on 2018/03/26 15:41:59 UTC

[GitHub] carbondata pull request #2100: [CARBONDATA-2278] Save the datamaps to system...

Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2100#discussion_r177138251
  
    --- 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 --
    
    It is better to add default value in this class also


---