From issues-return-40896-archive-asf-public=cust-asf.ponee.io@tez.apache.org Tue Nov 5 11:06:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id ACE62180648 for ; Tue, 5 Nov 2019 12:06:02 +0100 (CET) Received: (qmail 11106 invoked by uid 500); 5 Nov 2019 11:06:01 -0000 Mailing-List: contact issues-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list issues@tez.apache.org Received: (qmail 11088 invoked by uid 99); 5 Nov 2019 11:06:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Nov 2019 11:06:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id DAE68E103B for ; Tue, 5 Nov 2019 11:06:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 11927780538 for ; Tue, 5 Nov 2019 11:06:00 +0000 (UTC) Date: Tue, 5 Nov 2019 11:06:00 +0000 (UTC) From: "Rajesh Balamohan (Jira)" To: issues@tez.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (TEZ-4096) SSLFactory should make use of "Path" instead of "String" when adding ssl resource config MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Rajesh Balamohan created TEZ-4096: ------------------------------------- Summary: SSLFactory should make use of "Path" instead of "String" when adding ssl resource config Key: TEZ-4096 URL: https://issues.apache.org/jira/browse/TEZ-4096 Project: Apache Tez Issue Type: Improvement Reporter: Rajesh Balamohan SSLFactory uses "String" instead of "Path" for adding "ssl-client.xml". When addResource is invoked with string, {{Configuration}} tries to find it in classloader and does not load the file correctly. https://github.com/apache/tez/blob/master/tez-runtime-library/src/main/java/org/apach/tez/http/SSLFactory.java#L107 This creates issue when ssl-client.xml is located in different path other than the classpath. -- This message was sent by Atlassian Jira (v8.3.4#803005)