Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2B16510471 for ; Mon, 9 Sep 2013 22:45:14 +0000 (UTC) Received: (qmail 7161 invoked by uid 500); 9 Sep 2013 22:45:14 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 7116 invoked by uid 500); 9 Sep 2013 22:45:13 -0000 Mailing-List: contact dev-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list dev@falcon.incubator.apache.org Received: (qmail 7108 invoked by uid 99); 9 Sep 2013 22:45:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Sep 2013 22:45:13 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 09 Sep 2013 22:45:12 +0000 Received: (qmail 6801 invoked by uid 99); 9 Sep 2013 22:44:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Sep 2013 22:44:51 +0000 Date: Mon, 9 Sep 2013 22:44:51 +0000 (UTC) From: "Venkatesh Seetharam (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FALCON-96) Hive client to talk to the metastore 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/FALCON-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkatesh Seetharam updated FALCON-96: -------------------------------------- Attachment: FALCON-96-r1.patch > Hive client to talk to the metastore > ------------------------------------ > > Key: FALCON-96 > URL: https://issues.apache.org/jira/browse/FALCON-96 > Project: Falcon > Issue Type: Sub-task > Affects Versions: 0.3 > Reporter: Venkatesh Seetharam > Assignee: Venkatesh Seetharam > Attachments: FALCON-96-addition.patch, FALCON-96.patch, FALCON-96-r1.patch > > > There are 2 choices: RPC using thrift and HTTP using webhcat. HTTP of course is preferable but there are a few issues with it: > * Uses cli to talk to the server implying needing Hcat install and client. This is a PITA for integration-tests. > * Also, there is no java wrapper around the RESTful APIs which returns Map and such. Need to roll our own. > * Runs as a separate daemon (which should eventually fold into metastore or HiveServer2). However this is short-term and a minor annoyance. > Thoughts? -- 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