You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by gvramana <gi...@git.apache.org> on 2017/12/21 14:02:23 UTC

[GitHub] carbondata pull request #1686: [CARBONDATA-1914] [Dictionary Cache] Cache Ac...

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

    https://github.com/apache/carbondata/pull/1686#discussion_r158283837
  
    --- Diff: examples/spark2/src/main/scala/org/apache/carbondata/examples/ExampleUtils.scala ---
    @@ -43,6 +43,8 @@ object ExampleUtils {
           .addProperty(CarbonCommonConstants.CARBON_DATE_FORMAT, "yyyy/MM/dd")
           .addProperty(CarbonCommonConstants.ENABLE_UNSAFE_COLUMN_PAGE_LOADING, "true")
           .addProperty(CarbonCommonConstants.CARBON_BADRECORDS_LOC, "")
    +      .addProperty(CarbonCommonConstants.CARBON_MAX_DRIVER_LRU_CACHE_SIZE, "1")
    +      .addProperty(CarbonCommonConstants.CARBON_MAX_EXECUTOR_LRU_CACHE_SIZE, "1")
    --- End diff --
    
    Use only for test


---