[jira] [Commented] (CARBONDATA-289) Support MB/M for table block size and update the doc about this new feature.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (CARBONDATA-289) Support MB/M for table block size and update the doc about this new feature.

Akash R Nilugal (Jira)

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

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

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

    https://github.com/apache/incubator-carbondata/pull/216#discussion_r82514255
 
    --- 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")
    --- End diff --
   
    @jackylk
    Fixed, support MB/M now, pls check.
    As to GB, i think no need to support now because the range is 1M-2048M if set in GB it would be 0.000976GB-2GB.


> 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)