[
https://issues.apache.org/jira/browse/CARBONDATA-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ravindra Pesala updated CARBONDATA-467:
---------------------------------------
Description:
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}
And also load the data using bucketing information. Store the bucketid to carbondata index file
was:
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}
> 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}
> And also load the data using bucketing information. Store the bucketid to carbondata index file
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)