[
https://issues.apache.org/jira/browse/HADOOP-10075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13829083#comment-13829083
]
Robert Rati commented on HADOOP-10075:
--------------------------------------
The patch applies cleanly against branch-2.2.0. Which branch should I target?
branch-2.2? The nature of these changes will probably result in the patch
failing to apply pretty consistently as development continues until/less it
makes it into a source mainline.
conf.addResource(conf.get("hadoop.ssl.server.conf","ssl-server.xml"));
was needed for tests to succeed on Fedora. Jetty 8 revamped the ssl
configuration and this change was part of that for the test to pass.
Jetty 9 completely revamped Connector and related classes and casts such as:
(ServerConnector)server.getConnectors()[0])
was the only way I could see to get at the needed data. If there's a cleaner
way I'm all for it.
> Update jetty dependency to version 9
> ------------------------------------
>
> Key: HADOOP-10075
> URL: https://issues.apache.org/jira/browse/HADOOP-10075
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 2.2.0
> Reporter: Robert Rati
> Assignee: Robert Rati
> Attachments: HADOOP-10075.patch
>
>
> Jetty6 is no longer maintained. Update the dependency to jetty9.
--
This message was sent by Atlassian JIRA
(v6.1#6144)