You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vivian Summers (JIRA)" <ji...@apache.org> on 2014/06/26 00:38:24 UTC

[jira] [Created] (DRILL-1075) can not create hdfs as connection type in storage engine : server throws http 500 error

Vivian Summers created DRILL-1075:
-------------------------------------

             Summary: can not create hdfs as connection type in storage engine : server throws http 500 error
                 Key: DRILL-1075
                 URL: https://issues.apache.org/jira/browse/DRILL-1075
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Vivian Summers


Server at 8047 throws:
HTTP ERROR 500
Problem accessing /storage/config/update. Reason:
    Request failed.

configure file:
{
  "type" : "file",
  "enabled" : true,
  "connection" : "hdfs:///",
  "workspaces" : {
    "root" : {
      "location" : "/",
      "writable" : false,
      "storageformat" : null
    },
    "default" : {
      "location" : "/user/root",
      "writable" : true,
      "storageformat" : null
    },
    "tmp" : {
      "location" : "/tmp",
      "writable" : true,
      "storageformat" : "csv"
    }
  },
  "formats" : {
    "psv" : {
      "type" : "text",
      "extensions" : [ "tbl" ],
      "delimiter" : "|"
    },
    "csv" : {
      "type" : "text",
      "extensions" : [ "csv" ],
      "delimiter" : ","
    },
    "tsv" : {
      "type" : "text",
      "extensions" : [ "tsv" ],
      "delimiter" : "\t"
    },
    "parquet" : {
      "type" : "parquet"
    },
    "json" : {
      "type" : "json"
    }
  }
}



--
This message was sent by Atlassian JIRA
(v6.2#6252)