From hdfs-issues-return-280260-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Tue Aug 27 15:24:08 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 64148180660 for ; Tue, 27 Aug 2019 17:24:08 +0200 (CEST) Received: (qmail 68568 invoked by uid 500); 27 Aug 2019 15:24:07 -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 68549 invoked by uid 99); 27 Aug 2019 15:24:07 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Aug 2019 15:24:07 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id F1D05E30E9 for ; Tue, 27 Aug 2019 15:24:06 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id F388B7822D7 for ; Tue, 27 Aug 2019 15:24:04 +0000 (UTC) Date: Tue, 27 Aug 2019 15:24:04 +0000 (UTC) From: "Chen Zhang (Jira)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-14784) Add more methods to WebHdfsTestUtil to support tests outside of package MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-14784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chen Zhang updated HDFS-14784: ------------------------------ Status: Patch Available (was: Open) upload patch v1, separate from the patch of HDFS-14609. > Add more methods to WebHdfsTestUtil to support tests outside of package > ----------------------------------------------------------------------- > > Key: HDFS-14784 > URL: https://issues.apache.org/jira/browse/HDFS-14784 > Project: Hadoop HDFS > Issue Type: Improvement > Reporter: Chen Zhang > Assignee: Chen Zhang > Priority: Major > Attachments: HDFS-14784.001.patch > > > Before HDFS-14434, we can access a secure cluster by WebHDFS using user.name parameter and {{PseudoAuthenticationHandler}} without kerberos authentication, it's quite useful for some test situation. > HDFS-14434 ignores user.name query parameter in secure WebHDFS when we using WebHdfsFileSystem, so the only way to use user.name parameter is to access by URL. > This Jira try to add more methods to WebHdfsTestUtil to support UT out of package to test WebHDFS in customize way. > More background and discuss, see HDFS-14609. -- This message was sent by Atlassian Jira (v8.3.2#803003) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org