[ 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