[ 
https://issues.apache.org/jira/browse/CARBONDATA-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15560042#comment-15560042
 ] 

ASF GitHub Bot commented on CARBONDATA-289:
-------------------------------------------

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

    https://github.com/apache/incubator-carbondata/pull/216#discussion_r82523040
  
    --- Diff: docs/DDL-Operations-on-Carbon.md ---
    @@ -67,6 +67,14 @@ Here, DICTIONARY_EXCLUDE will exclude dictionary 
creation. This is applicable fo
       ```ruby
       TBLPROPERTIES 
("COLUMN_GROUPS"="(column1,column3),(Column4,Column5,Column6)") 
       ```
    + - **Table Block Size Configuration**
    +
    +   The block size of one table's files on hdfs can be defined using an int 
value whose size is in MB, the range is form 1MB to 2048MB and the default 
value is 1024MB, if user didn't define this values in ddl, it would use default 
value to set.
    +
    +  ```ruby
    +  TBLPROPERTIES ("TABLE_BLOCKSIZE"="512 MB")
    --- End diff --
    
    please remove the space, I think `512MB` is ok


> Support MB/M for table block size and update the doc about this new feature. 
> -----------------------------------------------------------------------------
>
>                 Key: CARBONDATA-289
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-289
>             Project: CarbonData
>          Issue Type: Bug
>          Components: spark-integration
>    Affects Versions: 0.1.0-incubating
>            Reporter: zhangshunyu
>            Assignee: zhangshunyu
>            Priority: Minor
>             Fix For: 0.2.0-incubating
>
>
> Support MB/M for table block size and update the doc about this new feature. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to