Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-1075

can not create hdfs as connection type in storage engine : server throws http 500 error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Invalid
    • None
    • 0.4.0
    • Client - HTTP
    • None

    Description

      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" }

      }
      }

      Attachments

        Activity

          People

            jnadeau Jacques Nadeau
            vsummers Vivian Summers
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: