You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Rajesh Balamohan (Jira)" <ji...@apache.org> on 2019/11/05 11:06:00 UTC

[jira] [Created] (TEZ-4096) SSLFactory should make use of "Path" instead of "String" when adding ssl resource config

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)