Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 150D310ABE for ; Fri, 20 Sep 2013 23:00:56 +0000 (UTC) Received: (qmail 49466 invoked by uid 500); 20 Sep 2013 23:00:52 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 49444 invoked by uid 500); 20 Sep 2013 23:00:52 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 49412 invoked by uid 99); 20 Sep 2013 23:00:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Sep 2013 23:00:52 +0000 Date: Fri, 20 Sep 2013 23:00:51 +0000 (UTC) From: "Jinghui Wang (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-9989) Bug introduced in HADOOP-9374, which parses the -tokenCacheFile as binary file but set it to the configuration as JSON file. 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/HADOOP-9989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinghui Wang updated HADOOP-9989: --------------------------------- Remaining Estimate: 0h Original Estimate: 0h > Bug introduced in HADOOP-9374, which parses the -tokenCacheFile as binary file but set it to the configuration as JSON file. > ---------------------------------------------------------------------------------------------------------------------------- > > Key: HADOOP-9989 > URL: https://issues.apache.org/jira/browse/HADOOP-9989 > Project: Hadoop Common > Issue Type: Bug > Components: security, util > Affects Versions: 2.1.0-beta > Environment: Red Hat Enterprise 6 with Sun Java 1.7 and IBM Java 1.6 > Reporter: Jinghui Wang > Fix For: 3.0.0, 2.1.1-beta > > Attachments: HADOOP-9989.patch > > Original Estimate: 0h > Remaining Estimate: 0h > > The code in JIRA HADOOP-9374's patch introduced a bug, where the value of the > tokenCacheFile parameter is being parsed as a binary file and set it to the > mapreduce.job.credentials.json parameter in GenericOptionsParser, which cannot be parsed by JobSubmitter when it gets the value. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira