Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 04705200C06 for ; Fri, 27 Jan 2017 21:42:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 02F23160B5B; Fri, 27 Jan 2017 20:42:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4D064160B40 for ; Fri, 27 Jan 2017 21:42:32 +0100 (CET) Received: (qmail 55835 invoked by uid 500); 27 Jan 2017 20:42:31 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 55824 invoked by uid 99); 27 Jan 2017 20:42:31 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2017 20:42:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id CD949C0D33 for ; Fri, 27 Jan 2017 20:42:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id aAw_YJdtemTM for ; Fri, 27 Jan 2017 20:42:30 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 664225FC67 for ; Fri, 27 Jan 2017 20:42:29 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CFC2CE044B for ; Fri, 27 Jan 2017 20:42:25 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9DEFB25298 for ; Fri, 27 Jan 2017 20:42:24 +0000 (UTC) Date: Fri, 27 Jan 2017 20:42:24 +0000 (UTC) From: "John Zhuge (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-10860) Switch HttpFS from Tomcat to Jetty MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 27 Jan 2017 20:42:33 -0000 [ https://issues.apache.org/jira/browse/HDFS-10860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Zhuge updated HDFS-10860: ------------------------------ Attachment: HDFS-10860.006.patch Patch 006 - Use SSLFactory.readSSLConfiguration introduced by HADOOP-13992 - Document use of CredentialProvider API in CredentialProviderAPI.md and ServerSetup.md.vm - Set TestHttpFSServerWebServer global timeout to 30 seconds TESTING DONE - TestHttpFSServerWebServer - Run {{HTTPFS_HTTP_PORT=1234 hdfs httpfs}} to verify the server is running on port 1234 - Run {{HTTPFS_SSL_KEYSTORE_PASS=abcd hdfs httpfs}} to expect wrong password - Run {{HTTPFS_SSL_KEYSTORE_FILE=/tmp/tt hdfs httpfs}} to expect invalid keystore path - HttpFS Bats regression tests https://github.com/jzhuge/hadoop-regression-tests in insecure and ssl mode - Verify CredentialProviderAPI.html and ServerSetup.html > 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 > 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 > > > 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.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org