Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 90612200AE4 for ; Tue, 10 May 2016 16:27:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8ED07160877; Tue, 10 May 2016 14:27:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CC53B160A16 for ; Tue, 10 May 2016 16:27:14 +0200 (CEST) Received: (qmail 50121 invoked by uid 500); 10 May 2016 14:27:13 -0000 Mailing-List: contact dev-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 dev@drill.apache.org Received: (qmail 49777 invoked by uid 99); 10 May 2016 14:27:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 May 2016 14:27:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 551112C0451 for ; Tue, 10 May 2016 14:27:13 +0000 (UTC) Date: Tue, 10 May 2016 14:27:13 +0000 (UTC) From: "Jason Altekruse (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-4663) FileSystem properties Config block from filesystem plugin are not being applied for file writers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 10 May 2016 14:27:15 -0000 Jason Altekruse created DRILL-4663: -------------------------------------- Summary: FileSystem properties Config block from filesystem plugin are not being applied for file writers Key: DRILL-4663 URL: https://issues.apache.org/jira/browse/DRILL-4663 Project: Apache Drill Issue Type: Bug Reporter: Jason Altekruse Currently all of the record writers create their own empty filesystem configuration upon initialization. They do not currently apply the custom configurations that are included in the plugin configuration, which prevents users from setting custom properties on the write path. If possible this configuration should be shared with the readers. If there is a need to isolate this from the configuration used for the readers, we should still add the configurations from the storage plugin config. -- This message was sent by Atlassian JIRA (v6.3.4#6332)