You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by Dongjoon Hyun <do...@apache.org> on 2015/03/18 16:17:50 UTC

Question about INSERT INTO for external table

Hi, All,

In my experience, Tajo supports Hive External Tables in a READ-ONLY manner.

I mean Tajo reads from external table well, but INSERT INTO and INSERT
OVERWRITE INTO does not generate sub folder structure of EXTERNAL TABLE
properly.

Is it possible to improve in order to support EXTERNAL TABLE in a
READ-WRITE mode?

Best regards,
Dongjoon.

Re: Question about INSERT INTO for external table

Posted by Dongjoon Hyun <do...@apache.org>.
Since Tajo documents says,

Compatibility Issues with Apache Hive™
  If partitioned tables of Hive are created as external tables in Tajo,
Tajo can process the Hive partitioned tables directly.   There haven’t
known compatibility issues yet.

I will make an issue for this.

Best regards,
Dongjoon.


On Thu, Mar 19, 2015 at 12:17 AM, Dongjoon Hyun <do...@apache.org> wrote:
>
> Hi, All,
>
> In my experience, Tajo supports Hive External Tables in a READ-ONLY
manner.
>
> I mean Tajo reads from external table well, but INSERT INTO and INSERT
OVERWRITE INTO does not generate sub folder structure of EXTERNAL TABLE
properly.
>
> Is it possible to improve in order to support EXTERNAL TABLE in a
READ-WRITE mode?
>
> Best regards,
> Dongjoon.