[jira] [Created] (CARBONDATA-467) Add bucketing information while creating table and update in thrift format.
Posted by
Akash R Nilugal (Jira) on
Nov 29, 2016; 3:37pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-467-Add-bucketing-information-while-creating-table-and-update-in-thrift-form-tp3371.html
Ravindra Pesala created CARBONDATA-467:
------------------------------------------
Summary: Add bucketing information while creating table and update in thrift format.
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)