Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E921CF40 for ; Mon, 7 May 2012 04:24:36 +0000 (UTC) Received: (qmail 60759 invoked by uid 500); 7 May 2012 04:24:33 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 60549 invoked by uid 500); 7 May 2012 04:24:33 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 60528 invoked by uid 500); 7 May 2012 04:24:32 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 60515 invoked by uid 99); 7 May 2012 04:24:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2012 04:24:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2012 04:24:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D637D4369FB for ; Mon, 7 May 2012 04:24:10 +0000 (UTC) Date: Mon, 7 May 2012 04:24:10 +0000 (UTC) From: "Phabricator (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1487209752.32927.1336364650970.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2007850155.34345.1329176699936.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HIVE-2804) Task log retrieval fails on secure cluster MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269358#comment-13269358 ] Phabricator commented on HIVE-2804: ----------------------------------- zhenxiao has commented on the revision "HIVE-2804 [jira] Task log retrieval fails on secure cluster". @Carl and Namit: Thanks a lot. My updated patch is attached. 1. The without the "if (true)" statement, compiler is complaining return is an unreachable command, and fails the compilation. I keeps this "if(true)". 2. GenericUDFEvaluateNPE is taking a string as parameter. 3. TaskLogServlet is not available as Hadoop library, HostUtil is the corresponding one. While, HostUtil.java is not available until Hadoop0.23, so in Hadoop0.20, still needs to manually construct the URL. I left comments there. Your comments and suggestions are appreciated. Thanks, Zhenxiao REVISION DETAIL https://reviews.facebook.net/D3057 > Task log retrieval fails on secure cluster > ------------------------------------------ > > Key: HIVE-2804 > URL: https://issues.apache.org/jira/browse/HIVE-2804 > Project: Hive > Issue Type: Bug > Components: Diagnosability, Query Processor, Security > Reporter: Carl Steinbach > Assignee: Zhenxiao Luo > Attachments: HIVE-2804.1.patch.txt, HIVE-2804.D3057.1.patch, HIVE-2804.D3057.2.patch > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira