[
https://issues.apache.org/jira/browse/CARBONDATA-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ravindra Pesala updated CARBONDATA-467:
---------------------------------------
Summary: Add bucketing information while creating table and update in thrift format.And load the data using bucketing information. (was: Add bucketing information while creating table and update in thrift format.)
> Add bucketing information while creating table and update in thrift format.And load the data using bucketing information.
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: CARBONDATA-467
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-467> Project: CarbonData
> Issue Type: Sub-task
> Reporter: Ravindra Pesala
>
> Carbondata CREATE table command should support adding bucketing information. It should be like below.
> {code}
> CREATE TABLE test(user_id BIGINT, firstname STRING, lastname STRING)
> CLUSTERED BY(user_id) INTO 32 BUCKETS STORED BY 'carbondata';
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)