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 B63D310789 for ; Sat, 9 Nov 2013 19:04:17 +0000 (UTC) Received: (qmail 53990 invoked by uid 500); 9 Nov 2013 19:04:17 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 53946 invoked by uid 500); 9 Nov 2013 19:04:17 -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 53938 invoked by uid 500); 9 Nov 2013 19:04:17 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 53935 invoked by uid 99); 9 Nov 2013 19:04:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Nov 2013 19:04:17 +0000 Date: Sat, 9 Nov 2013 19:04:17 +0000 (UTC) From: "Eugene Koifman (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-5627) Document 'usehcatalog' parameter on WebHCat calls 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/HIVE-5627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818239#comment-13818239 ] Eugene Koifman commented on HIVE-5627: -------------------------------------- For the Pig call I would add the following: " If '-useHCatalog' is included in the 'arg' parameter, then 'usehcatalog' is interpreted as true." Othewrwise it looks fine. Thanks! > Document 'usehcatalog' parameter on WebHCat calls > ------------------------------------------------- > > Key: HIVE-5627 > URL: https://issues.apache.org/jira/browse/HIVE-5627 > Project: Hive > Issue Type: Sub-task > Components: Documentation, WebHCat > Affects Versions: 0.12.0 > Reporter: Eugene Koifman > Assignee: Lefty Leverenz > Fix For: 0.13.0 > > > The following REST calls in WebHCat: > 1. mapreduce/jar > 2. pig > now support an additional parameter 'usehcatalog'. This is a mechanism for the caller to tell WebHCat that the submitted job uses HCat, and thus needs to access the metastore, which requires additional steps for WebHCat to perform in a secure cluster. > The JavaDoc on corresponding methods in org.apache.hive.hcatalog.templeton.Server describe this parameter. > Additionally, if templeton.hive.archive, templeton.hive.home and templeton.hcat.home are defined in webhcat-site.xml (documented in webhcat-default.xml) then WebHCat will ship the Hive tar to the target node where the job actually runs. This means that Hive doesn't need to be installed on every node in the Hadoop cluster. (This part was added in HIVE-5547). This is independent of security, but improves manageability. > This should be added to the sections in https://cwiki.apache.org/confluence/display/Hive/WebHCat+Reference that correspond to these methods. -- This message was sent by Atlassian JIRA (v6.1#6144)