[prev in list] [next in list] [prev in thread] [next in thread] 

List:       drill-dev
Subject:    [jira] [Created] (DRILL-1625) non-bootstrap storage configuration loaded but not displayed
From:       "Chris Westin (JIRA)" <jira () apache ! org>
Date:       2014-10-31 22:54:34
Message-ID: JIRA.12752098.1414796064000.387154.1414796073993 () Atlassian ! JIRA
[Download RAW message or body]

Chris Westin created DRILL-1625:
-----------------------------------

             Summary: non-bootstrap storage configuration loaded but not displayed
                 Key: DRILL-1625
                 URL: https://issues.apache.org/jira/browse/DRILL-1625
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - HTTP
         Environment: Embedded Drill run via sqlline under Eclipse on OSX. Viewed in \
Chrome.  Reporter: Chris Westin


I created a new storage plugin named donuts with this content:

{
  "type" : "file",
  "enabled" : true,
  "connection" : "file:///",
  "workspaces" : {
    "root" : {
      "location" : "/Users/cwestin/drill/json",
      "writable" : true,
      "storageformat" : null
    }
  },
  "formats" : {
    "json" : {
      "type" : "json"
    },
    "parquet" : {
        "type" : "parquet"
    }
  }
}

Registration seems to work, because I can then issue

use donuts.root;
select * from `donuts.json`; // a file in /Users/cwestin/drill/json

and it works. But if I try to display the plugin configuration via from the storage \
tab in the web UI, the configuration comes back blank.




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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic