You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/01/04 22:29:43 UTC

[jira] [Updated] (DRILL-745) Drill fails to read the schema of avro tables from hive when the schema is in a separate file

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

Jacques Nadeau updated DRILL-745:
---------------------------------
    Issue Type: Improvement  (was: Bug)

> Drill fails to read the schema of avro tables from hive when the schema is in a separate file
> ---------------------------------------------------------------------------------------------
>
>                 Key: DRILL-745
>                 URL: https://issues.apache.org/jira/browse/DRILL-745
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Storage - Hive
>            Reporter: Rahul Challapalli
>            Assignee: Mehant Baid
>             Fix For: Future
>
>
> Follow the below steps to reproduce the issue :
> 1. hadoop fs -copyFromLocal doctors.avsc /drill/
> 2. run the hive queries from doctors.ddl
> 3. From drill, the describe command fails to get the schema for doctors_fileschema table. It gives the below information :
> 0: jdbc:drill:schema=dfs> describe doctors_fileschema;
> +-------------+------------+-------------+
> | COLUMN_NAME | DATA_TYPE  | IS_NULLABLE |
> +-------------+------------+-------------+
> | error_error_error_error_error_error_error | VARCHAR    | NO          |
> | cannot_determine_schema | VARCHAR    | NO          |
> | check       | VARCHAR    | NO          |
> | schema      | VARCHAR    | NO          |
> | url         | VARCHAR    | NO          |
> | and         | VARCHAR    | NO          |
> | literal     | VARCHAR    | NO          |
> +-------------+------------+-------------+



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)