[ 
https://issues.apache.org/jira/browse/HDFS-10860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15856536#comment-15856536
 ] 

Hudson commented on HDFS-10860:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #11218 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/11218/])
HDFS-10860. Switch HttpFS from Tomcat to Jetty. Contributed by John (xiao: rev 
69b23632c48297ac844c58fd3e21aad10c093cc8)
* (edit) hadoop-assemblies/src/main/resources/assemblies/hadoop-httpfs-dist.xml
* (edit) 
hadoop-common-project/hadoop-common/src/site/markdown/CredentialProviderAPI.md
* (add) 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/server/HttpFSServerWebServer.java
* (add) 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/shellprofile.d/hadoop-httpfs.sh
* (edit) hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/index.md
* (delete) 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/logging.properties
* (edit) hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md
* (edit) hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/conf/httpfs-env.sh
* (add) 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/resources/webapps/static/index.html
* (add) 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/fs/http/server/TestHttpFSServerWebServer.java
* (edit) hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md
* (delete) hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/server.xml
* (delete) 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/ssl-server.xml.conf
* (edit) 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/resources/httpfs-default.xml
* (add) 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/resources/webapps/webhdfs/WEB-INF/web.xml
* (delete) 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh
* (edit) 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/server/HttpFSAuthenticationFilter.java
* (edit) hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
* (edit) hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh
* (edit) 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/lib/servlet/MDCFilter.java
* (edit) hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md
* (delete) 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/ROOT/index.html
* (delete) 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/ROOT/WEB-INF/web.xml
* (edit) 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm


> Switch HttpFS from Tomcat to Jetty
> ----------------------------------
>
>                 Key: HDFS-10860
>                 URL: https://issues.apache.org/jira/browse/HDFS-10860
>             Project: Hadoop HDFS
>          Issue Type: New Feature
>          Components: httpfs
>    Affects Versions: 2.6.0
>            Reporter: John Zhuge
>            Assignee: John Zhuge
>            Priority: Blocker
>             Fix For: 3.0.0-alpha3
>
>         Attachments: HDFS-10860.001.patch, HDFS-10860.002.patch, 
> HDFS-10860.003.patch, HDFS-10860.004.patch, HDFS-10860.005.patch, 
> HDFS-10860.006.patch, HDFS-10860.007.patch, HDFS-10860.008.patch, 
> HDFS-10860.009.patch, HDFS-10860.010.patch, HDFS-10860.011.patch
>
>
> The Tomcat 6 we are using will reach EOL at the end of 2017. While there are 
> other good options, I would propose switching to {{Jetty 9}} for the 
> following reasons:
> * Easier migration. Both Tomcat and Jetty are based on {{Servlet 
> Containers}}, so we don't have to change client code that much. It would 
> require more work to switch to {{JAX-RS}}.
> * Well established.
> * Good performance and scalability.
> Other alternatives:
> * Jersey + Grizzly
> * Tomcat 8
> Your opinions will be greatly appreciated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to