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

[jira] [Updated] (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 ]

Venki Korukanti updated DRILL-3016:
-----------------------------------
    Description: 
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}

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


> 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.
> {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)