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 CB432200D2A for ; Fri, 13 Oct 2017 22:34:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C9B571609CA; Fri, 13 Oct 2017 20:34:07 +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 1A95B1609E9 for ; Fri, 13 Oct 2017 22:34:06 +0200 (CEST) Received: (qmail 96219 invoked by uid 500); 13 Oct 2017 20:34:06 -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 96210 invoked by uid 99); 13 Oct 2017 20:34:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2017 20:34:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 66DCC1A2068 for ; Fri, 13 Oct 2017 20:34:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.001 X-Spam-Level: X-Spam-Status: No, score=-100.001 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ny7nKLxqQlTs for ; Fri, 13 Oct 2017 20:34:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id E34FF5FC8A for ; Fri, 13 Oct 2017 20:34:03 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 3348AE05C1 for ; Fri, 13 Oct 2017 20:34:03 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id CEE072438A for ; Fri, 13 Oct 2017 20:34:01 +0000 (UTC) Date: Fri, 13 Oct 2017 20:34:01 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-5876) Remove netty-tcnative inclusion in java-exec/pom.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 13 Oct 2017 20:34:08 -0000 [ https://issues.apache.org/jira/browse/DRILL-5876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16204144#comment-16204144 ] ASF GitHub Bot commented on DRILL-5876: --------------------------------------- Github user parthchandra commented on a diff in the pull request: https://github.com/apache/drill/pull/991#discussion_r144651132 --- Diff: exec/java-exec/pom.xml --- @@ -701,18 +707,21 @@ - - kr.motd.maven - os-maven-plugin - 1.5.0.Final - - + --- End diff -- How would that work in conjunction with the main pom's profiles? I would want to have both the (apache | mapr | cdh | hdp) profile and the openssl profile enabled. > Remove netty-tcnative inclusion in java-exec/pom.xml > ---------------------------------------------------- > > Key: DRILL-5876 > URL: https://issues.apache.org/jira/browse/DRILL-5876 > Project: Apache Drill > Issue Type: Bug > Reporter: Parth Chandra > > The inclusion of netty-tcnative is causing all kinds of problems. The os specific classifier required is determined by a maven extension which in turn requires an additional eclipse plugin. The eclipse plugin has a problem that may corrupt the current workspace. > It is safe to not include the dependency since it is required only at runtime. The only case in which this is required is when a developer has to debug SSL/OpenSSL issues in the Java client or the server when launching from within an IDE. In this case, the dependency can be enabled by uncommenting the relevant lines in the pom file. -- This message was sent by Atlassian JIRA (v6.4.14#64029)