From common-issues-return-160216-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Tue Oct 30 17:22:04 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 89A12180652 for ; Tue, 30 Oct 2018 17:22:03 +0100 (CET) Received: (qmail 6892 invoked by uid 500); 30 Oct 2018 16:22:02 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 6880 invoked by uid 99); 30 Oct 2018 16:22:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2018 16:22:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2BF67191A48 for ; Tue, 30 Oct 2018 16:22:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id DpzlhBSeJd85 for ; Tue, 30 Oct 2018 16:22:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 431385F36F for ; Tue, 30 Oct 2018 16:22:01 +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 D7952E0D27 for ; Tue, 30 Oct 2018 16:22:00 +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 92FB326693 for ; Tue, 30 Oct 2018 16:22:00 +0000 (UTC) Date: Tue, 30 Oct 2018 16:22:00 +0000 (UTC) From: =?utf-8?Q?=C3=8D=C3=B1igo_Goiri_=28JIRA=29?= To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-15885) Add base64 (urlString) support to DTUtil MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-15885?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 668979#comment-16668979 ]=20 =C3=8D=C3=B1igo Goiri commented on HADOOP-15885: -------------------------------------- Thanks [~stevel@apache.org] for taking a look. I added [^HADOOP-15885.004.patch] using the logger style (the rest of the = class could use some similar cleaning). {quote} if you are playing with tokens, I've a patch which needs review HADOOP-1580= 8 {quote} In the last few days, I've been going through the secure setup and the DT c= ode so I'm somewhat familiar now; let me take a look. > Add base64 (urlString) support to DTUtil > ---------------------------------------- > > Key: HADOOP-15885 > URL: https://issues.apache.org/jira/browse/HADOOP-15885 > Project: Hadoop Common > Issue Type: New Feature > Reporter: =C3=8D=C3=B1igo Goiri > Assignee: =C3=8D=C3=B1igo Goiri > Priority: Minor > Attachments: HADOOP-15885.000.patch, HADOOP-15885.001.patch, HADO= OP-15885.002.patch, HADOOP-15885.003.patch, HADOOP-15885.004.patch > > > HADOOP-12563 added a utility to manage Delegation Token files. Currently,= it supports Java and Protobuf formats. However, When interacting with WebH= DFS, we use base64. In addition, when printing a token, we also print the b= ase64 value. We should be able to import base64 tokens in the utility. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org