[
https://issues.apache.org/jira/browse/TAJO-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14375476#comment-14375476
]
Jaehwa Jung edited comment on TAJO-1348 at 3/23/15 7:16 AM:
------------------------------------------------------------
[~azuryy]
Okay, I see your point. :)
I also agree for Tajo to print the right error message. :)
was (Author: blrunner):
[[email protected]]
Okay, I see your point. :)
I also agree for Tajo to print the right error message. :)
> Parser error during create partitioned table
> --------------------------------------------
>
> Key: TAJO-1348
> URL: https://issues.apache.org/jira/browse/TAJO-1348
> Project: Tajo
> Issue Type: Bug
> Components: parser
> Affects Versions: 0.9.0
> Reporter: Fengdong Yu
> Assignee: Navis
>
> We must create partitioned table like this :
> create external table (a text, b text)
> USING RCFILE
> PARTITION BY COLUMN (dt text)
> LOCATION '/data/text;
> 'USING RCFILE' MUST place before 'PARTITION BY COLUMN', otherwise, Tajo
> complain 'ERROR: missing USING at 'PARTITION'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)