Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F358F1814D for ; Mon, 25 Jan 2016 22:55:41 +0000 (UTC) Received: (qmail 77902 invoked by uid 500); 25 Jan 2016 22:55:40 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 77820 invoked by uid 500); 25 Jan 2016 22:55:40 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 77367 invoked by uid 99); 25 Jan 2016 22:55:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2016 22:55:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 638B12C1F6D for ; Mon, 25 Jan 2016 22:55:40 +0000 (UTC) Date: Mon, 25 Jan 2016 22:55:40 +0000 (UTC) From: "Daniel Templeton (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-4639) Remove dead code in TestDelegationTokenRenewer added in YARN-3055 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Daniel Templeton created YARN-4639: -------------------------------------- Summary: Remove dead code in TestDelegationTokenRenewer added in YARN-3055 Key: YARN-4639 URL: https://issues.apache.org/jira/browse/YARN-4639 Project: Hadoop YARN Issue Type: Improvement Components: resourcemanager Reporter: Daniel Templeton Assignee: Daniel Templeton Priority: Trivial Remove lines 1093-1094: {code} //MyFS fs = (MyFS)FileSystem.get(conf); //MyToken token1 = fs.getDelegationToken("user123"); {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)