[ 
https://issues.apache.org/jira/browse/TAJO-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005705#comment-14005705
 ] 

Jihoon Son commented on TAJO-836:
---------------------------------

In this patch, index creation is failed on a real cluster because every task 
attempts to write indexes at the same path.
I'll submit a new patch after fixing it.

> create index support
> --------------------
>
>                 Key: TAJO-836
>                 URL: https://issues.apache.org/jira/browse/TAJO-836
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: operator/expression, physical operator, planner/optimizer
>            Reporter: Jihoon Son
>            Assignee: Jihoon Son
>            Priority: Minor
>             Fix For: 0.9.0
>
>         Attachments: TAJO-836.patch
>
>
> The synopsis is as follows.
> {noformat}
> CREATE [ UNIQUE ] INDEX [ name ] ON table [ USING method ]
>     ( { column | ( expression ) } [ ASC | DESC ] [ NULLS { FIRST | LAST } ] 
> [, ...] )
>     [ WHERE predicate ]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to