Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31E5D10202 for ; Sun, 4 Jan 2015 23:58:36 +0000 (UTC) Received: (qmail 22746 invoked by uid 500); 4 Jan 2015 23:58:37 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 22716 invoked by uid 500); 4 Jan 2015 23:58:37 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 22706 invoked by uid 99); 4 Jan 2015 23:58:37 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jan 2015 23:58:37 +0000 Date: Sun, 4 Jan 2015 23:58:37 +0000 (UTC) From: "Jacques Nadeau (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-1625) non-bootstrap storage configuration loaded but not displayed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Nadeau updated DRILL-1625: ---------------------------------- Fix Version/s: 0.9.0 Assignee: Sean Hsuan-Yi Chu Priority: Minor (was: Major) > 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 > Assignee: Sean Hsuan-Yi Chu > Priority: Minor > Fix For: 0.9.0 > > > 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)