You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Sharath Akinapally (JIRA)" <ji...@apache.org> on 2015/05/12 15:34:00 UTC

[jira] [Created] (DRILL-3037) Unable to query on hdfs after moving to 0.9.0 version

Sharath Akinapally created DRILL-3037:
-----------------------------------------

             Summary: Unable to query on hdfs after moving to 0.9.0 version
                 Key: DRILL-3037
                 URL: https://issues.apache.org/jira/browse/DRILL-3037
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - Other
    Affects Versions: 0.9.0
            Reporter: Sharath Akinapally
            Assignee: Jacques Nadeau


I  recently moved from drill 0.8.0 to 0.9.0. Since then,I am unable to query on json files present in hadoop file system( queries working fine on other storage plugins cp and dfs) 

I had registered a storage plugin named hadoop in drill. I had all my files in /user/hadoop in hdfs. 

When I query "use hadoop;" it returns "true". But from drill when I query "show files in hadoop.`/user/hadoop/`;" gives me following error

Query failed: SYSTEM ERROR: Failure handling SQL.
Error: exception while executing query: Failure while executing query. (state=,code=0)

And when I do query "select * from hadoop.`/user/hadoop/donuts.json`;" gives me the following error

Query failed: PARSE ERROR: From line 1, column 15 to line 1, column 20: Table 'hadoop./home/hadoop/donuts.json' not found

Same queries worked fine when I use apache drill 0.8.0.

So are there any extra things I should configure in drill 0.9.0 or is it a bug?



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