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

Hyunsik Choi commented on TAJO-771:
-----------------------------------

Hi Fengdong,

Thank you for reporting the issue. Currently, Tajo only recognizes child 
directories of the table directory. Adding external paths as partition 
directories is not supported yet. TAJO-744 is the jira issue for the feature. 
The work is in progress.

Thanks,
Hyunsik

> Can not find Hive external table data
> -------------------------------------
>
>                 Key: TAJO-771
>                 URL: https://issues.apache.org/jira/browse/TAJO-771
>             Project: Tajo
>          Issue Type: Bug
>          Components: catalog
>    Affects Versions: 0.9
>            Reporter: Fengdong Yu
>
> I created an external hive table: test
> {code}
> CREATE EXTERNAL TABLE test(id string) PARTITIONED BY (dt string);
> {code}
> then add partition;
> {code}
> alter table test add partition (dt='20140410') location '/data/20140410/';
> {code}
>  I can \d test in the tsql shell, but there is no query result as expected 
> during:
> {code}
> select id from test where dt='20140410' limit 10;
> {code}



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

Reply via email to