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 971D5200B9C for ; Mon, 10 Oct 2016 22:31:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 95EC2160AEB; Mon, 10 Oct 2016 20:31:01 +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 CA3C6160AD1 for ; Mon, 10 Oct 2016 22:31:00 +0200 (CEST) Received: (qmail 34669 invoked by uid 500); 10 Oct 2016 20:30:59 -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 34300 invoked by uid 99); 10 Oct 2016 20:30:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2016 20:30:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 686DFE053F; Mon, 10 Oct 2016 20:30:58 +0000 (UTC) From: arina-ielchiieva To: dev@drill.apache.org Reply-To: dev@drill.apache.org References: In-Reply-To: Subject: [GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support Content-Type: text/plain Message-Id: <20161010203058.686DFE053F@git1-us-west.apache.org> Date: Mon, 10 Oct 2016 20:30:58 +0000 (UTC) archived-at: Mon, 10 Oct 2016 20:31:01 -0000 Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r82597537 --- Diff: exec/java-exec/src/main/resources/drill-module.conf --- @@ -45,7 +45,7 @@ drill.client: { supports-complex-types: true } -drill.home: "/tmp" +drill.dfs-home: "/tmp" --- End diff -- Decided to use new approach: Introduced new config parameter ${drill.exec.udf.directory.root} which is not set by default. User may override it if he wants to have custom root for remote udf areas. If not set, fs.getHomeDirectory() is used. For example (depending under which user drillbit is started): Linux - /home/arina Windows - /C:/Users/Arina DFS - /user/root --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---