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 1028F11074 for ; Thu, 26 Jun 2014 01:07:49 +0000 (UTC) Received: (qmail 35561 invoked by uid 500); 26 Jun 2014 01:07:49 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 35536 invoked by uid 500); 26 Jun 2014 01:07:49 -0000 Mailing-List: contact issues-help@drill.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.incubator.apache.org Delivered-To: mailing list issues@drill.incubator.apache.org Received: (qmail 35526 invoked by uid 99); 26 Jun 2014 01:07:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2014 01:07:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 26 Jun 2014 01:07:50 +0000 Received: (qmail 34889 invoked by uid 99); 26 Jun 2014 01:07:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2014 01:07:25 +0000 Date: Thu, 26 Jun 2014 01:07:25 +0000 (UTC) From: "Jacques Nadeau (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-1075) can not create hdfs as connection type in storage engine : server throws http 500 error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DRILL-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Nadeau updated DRILL-1075: ---------------------------------- Assignee: Vivian Summers > 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 > Assignee: Vivian Summers > Priority: Critical > > 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)