You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Parth Chandra (JIRA)" <ji...@apache.org> on 2015/07/02 02:20:05 UTC

[jira] [Resolved] (DRILL-3016) Can't set Storage of Cloudera 5.4 HDFS with Apache Drill

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

Parth Chandra resolved DRILL-3016.
----------------------------------
    Resolution: Not A Problem

Doesn't look like a bug. Please continue discussion on drill-user list if you still need help. 

> Can't set Storage of Cloudera 5.4 HDFS with Apache Drill
> --------------------------------------------------------
>
>                 Key: DRILL-3016
>                 URL: https://issues.apache.org/jira/browse/DRILL-3016
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Other
>    Affects Versions: 0.9.0
>            Reporter: Murtaza
>            Assignee: Jacques Nadeau
>            Priority: Blocker
>         Attachments: sqlline.log
>
>
> I have been struggling to set HDFS Storage of my Single node Cloudera CDH 5.3/5.4 HDFS. Below is my storage configuration, except this I have not done anything, please suggest me which all steps are missing.
> {code}
> {
>   "type": "file",
>   "enabled": true,
>   "connection": "hdfs://demo.gethue.com:8020/",
>   "workspaces": {
>     "root": {
>       "location": "/user/4qgbmrt",
>       "writable": false,
>       "defaultInputFormat": null
>     }
>   },
>   "formats": {
>     "csv": {
>       "type": "text",
>       "extensions": [
>         "csv"
>       ],
>       "delimiter": ","
>     }
>   }
> }
> {code}



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