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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
