You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ayushi Sharma (JIRA)" <ji...@apache.org> on 2017/11/07 09:01:00 UTC

[jira] [Created] (CARBONDATA-1672) Hash Partition is not working as specified in the document.

Ayushi Sharma created CARBONDATA-1672:
-----------------------------------------

             Summary: Hash Partition is not working as specified in the document.
                 Key: CARBONDATA-1672
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1672
             Project: CarbonData
          Issue Type: Bug
          Components: sql
    Affects Versions: 1.3.0
            Reporter: Ayushi Sharma
            Priority: Minor
         Attachments: Part2.PNG, Partition1.PNG

create table Carb_part (P_PARTKEY BIGINT,P_NAME STRING,P_MFGR STRING,P_BRAND STRING,P_TYPE STRING,P_CONTAINER STRING,P_RETAILPRICE DOUBLE,P_COMMENT STRING)PARTITIONED BY (P_SIZE int) STORED BY 'CARBONDATA' TBLPROPERTIES('partition_type'='HASH','partition_num'='3');

This command displays error as mentioned below:
Error: org.apache.carbondata.spark.exception.MalformedCarbonCommandException: Error: Invalid partition definition (state=,code=0)






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)