[ 
https://issues.apache.org/jira/browse/HADOOP-17259?focusedWorklogId=482360&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-482360
 ]

ASF GitHub Bot logged work on HADOOP-17259:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Sep/20 22:51
            Start Date: 11/Sep/20 22:51
    Worklog Time Spent: 10m 
      Work Description: xiaoyuyao opened a new pull request #2301:
URL: https://github.com/apache/hadoop/pull/2301


   …fail to load from classpath.
   
   **Issue Link**
   https://issues.apache.org/jira/browse/HADOOP-17259
   
   ** Description **
   Some applications like Tez does not have ssl-client.xml and ssl-server.xml 
in classpath. Instead, it directly pass the parsed SSL configuration as the 
input configuration object. This ticket is opened to allow this case. TEZ-4096 
attempts to solve this issue but but take a different approach which may not 
work in existing Hadoop clients that use SSLFactory from hadoop-common.
   
   This ticket is opened to allow SSLFactory to accept SSL config from input if 
SSL config can't be loaded from classpath. 
   
   **How is the patch tested:**
   Added UT. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 482360)
    Remaining Estimate: 0h
            Time Spent: 10m

> Allow SSLFactory fallback to input config if ssl-*.xml fail to load from 
> classpath
> ----------------------------------------------------------------------------------
>
>                 Key: HADOOP-17259
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17259
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 2.8.5
>            Reporter: Xiaoyu Yao
>            Assignee: Xiaoyu Yao
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Some applications like Tez does not have ssl-client.xml and ssl-server.xml in 
> classpath. Instead, it directly pass the parsed SSL configuration as the 
> input configuration object. This ticket is opened to allow this case. 
> TEZ-4096 attempts to solve this issue but but take a different approach which 
> may not work in existing Hadoop clients that use SSLFactory from 
> hadoop-common. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to