You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Tim Armstrong (Jira)" <ji...@apache.org> on 2020/10/22 04:48:00 UTC

[jira] [Reopened] (IMPALA-1944) Unable to read data from recursive directories as table location

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

Tim Armstrong reopened IMPALA-1944:
-----------------------------------

> Unable to read data from recursive directories as table location
> ----------------------------------------------------------------
>
>                 Key: IMPALA-1944
>                 URL: https://issues.apache.org/jira/browse/IMPALA-1944
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 2.1.1
>            Reporter: Vijay
>            Priority: Major
>
> By default Impala reads the files from table LOCATION 'hdfs_path' but not from the sub directories in that table LOCATION 'hdfs_path'.
> Example: If a table is created with location '/home/data/input/'
> and if the directory structure is as follows:
> /home/data/input/a.txt
> /home/data/input/b.txt
> /home/data/input/subdir1/x.txt
> /home/data/input/subdir2/y.txt
> then Impala can query from following files only
> /home/data/input/a.txt
> /home/data/input/b.txt
> Following files are not queried
> /home/data/input/subdir1/x.txt
> /home/data/input/subdir2/y.txt
> It seems recursive reading is not working.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org