You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "bharath v (JIRA)" <ji...@apache.org> on 2017/08/15 21:05:00 UTC

[jira] [Resolved] (IMPALA-4861) READ_WRITE warning thrown for source URI on CREATE TABLE LIKE PARQUET

     [ https://issues.apache.org/jira/browse/IMPALA-4861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bharath v resolved IMPALA-4861.
-------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.10.0

https://github.com/apache/incubator-impala/commit/97803ce8d2dc1b56f2a2ac2a2cbaaf72e0ad54ee

> READ_WRITE warning thrown for source URI on CREATE TABLE LIKE PARQUET
> ---------------------------------------------------------------------
>
>                 Key: IMPALA-4861
>                 URL: https://issues.apache.org/jira/browse/IMPALA-4861
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>    Affects Versions: Impala 2.8.0
>            Reporter: Greg Rahn
>            Assignee: Pranay Singh
>              Labels: newbie
>             Fix For: Impala 2.10.0
>
>
> Impala is throwing a READ_WRITE warning on the _source_ path when doing CREATE TABLE LIKE PARQUET.  Clearly this is a bunk warning as only READ is necessary on the source URI.
> {code}
> $ hdfs dfs -ls /user/grahn
> drwxr-xr-x   - grahn  supergroup          0 2017-02-01 14:07 /user/grahn/t
> $ hdfs dfs -cp /tmp/bd4c4faf1485bea9-9c684da200000000_1368173239_data.0.parq /user/grahn/t
> [impala:21000] > create table ctas
>                > like parquet
>                > '/user/grahn/t/bd4c4faf1485bea9-9c684da200000000_1368173239_data.0.parq';
> WARNINGS: Impala does not have READ_WRITE access to path 'hdfs://impala:8020/user/grahn/t'
> [impala:21000] > desc ctas;
> Query: describe ctas
> +------+-----------+-----------------------------+
> | name | type      | comment                     |
> +------+-----------+-----------------------------+
> | _c0  | timestamp | Inferred from Parquet file. |
> +------+-----------+-----------------------------+
> {code}



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