[
https://issues.apache.org/jira/browse/CARBONDATA-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jihong MA updated CARBONDATA-467:
---------------------------------
Description:
1. CREATE TABLE Statement extension.
{code}
CREATE TABLE test(user_id BIGINT, firstname STRING, lastname STRING)
CLUSTERED BY(user_id) INTO 32 BUCKETS STORED BY 'carbondata';
{code}
2. Carbon file format update (Thrift definition extension)
3. Respect to bucket definition during data load. 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}
And also load the data using bucketing information. Store the bucketid to carbondata index file
Summary: CREATE TABLE extension to support bucket table. (was: Add bucketing information while creating table and update in thrift format.And load the data using bucketing information.)
> CREATE TABLE extension to support bucket table.
> -----------------------------------------------
>
> Key: CARBONDATA-467
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-467> Project: CarbonData
> Issue Type: Sub-task
> Reporter: Ravindra Pesala
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> 1. CREATE TABLE Statement extension.
> {code}
> CREATE TABLE test(user_id BIGINT, firstname STRING, lastname STRING)
> CLUSTERED BY(user_id) INTO 32 BUCKETS STORED BY 'carbondata';
> {code}
> 2. Carbon file format update (Thrift definition extension)
> 3. Respect to bucket definition during data load. Store the bucketid to carbondata index file
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)