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

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

Murtaza created DRILL-3016:
------------------------------

             Summary: 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


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.

{
  "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": ","
    }
  }
}



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