Return-Path: X-Original-To: apmail-tajo-dev-archive@minotaur.apache.org Delivered-To: apmail-tajo-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 D94D410946 for ; Mon, 11 Nov 2013 06:30:43 +0000 (UTC) Received: (qmail 2033 invoked by uid 500); 11 Nov 2013 06:30:43 -0000 Delivered-To: apmail-tajo-dev-archive@tajo.apache.org Received: (qmail 1957 invoked by uid 500); 11 Nov 2013 06:30:42 -0000 Mailing-List: contact dev-help@tajo.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.incubator.apache.org Delivered-To: mailing list dev@tajo.incubator.apache.org Received: (qmail 1947 invoked by uid 99); 11 Nov 2013 06:30:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Nov 2013 06:30:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 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, 11 Nov 2013 06:30:40 +0000 Received: (qmail 1259 invoked by uid 99); 11 Nov 2013 06:30:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Nov 2013 06:30:18 +0000 Date: Mon, 11 Nov 2013 06:30:18 +0000 (UTC) From: "JaeHwa Jung (JIRA)" To: dev@tajo.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (TAJO-16) Enable Tajo catalog to access Hive 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/TAJO-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818726#comment-13818726 ] JaeHwa Jung edited comment on TAJO-16 at 11/11/13 6:29 AM: ----------------------------------------------------------- Thanks Jihoon. It caused by "tajo.catalog.uri" property.First, Hive uses 9083 as default HiveMetaStore port. Second, If you want to use another port as HiveMetaStore, you must run HiveMetaStore as follows {code:xml} ${HIVE_HOME}/bin/hive --service metastore -p [PORT] {code} For examples, If you want to use 10001 port, you have specify as follows {code:xml} ${HIVE_HOME}/bin/hive --service metastore -p 10001 {code} Please check your Hive and Tajo configuration again. :) was (Author: blrunner): Thanks Jihoon. It caused by "tajo.catalog.uri" property.First, Hive use 9083 as default HiveMetaStore port. Second, If you use another port as HiveMetaStore, you must run HiveMetaStore as follows {code:xml} ${HIVE_HOME}/bin/hive --service metastore -p [PORT] {code} For examples, If you want to use 10001 port, you have specify as follows {code:xml} ${HIVE_HOME}/bin/hive --service metastore -p 10001 {code} Please check your Hive and Tajo configuration again. :) > Enable Tajo catalog to access Hive metastore. > --------------------------------------------- > > Key: TAJO-16 > URL: https://issues.apache.org/jira/browse/TAJO-16 > Project: Tajo > Issue Type: Improvement > Reporter: JaeHwa Jung > Assignee: JaeHwa Jung > Fix For: 0.8-incubating > > Attachments: TAJO-16.patch, TAJO-16.pdf, TAJO-16_2.pdf > > > Hive has been widely used in this area. Many users have maintained lots of big tables through Hive metastore. It would be great to enable Tajo catalog to access Hive metastore. Hive metastore already provides thrift API. We could employ it. -- This message was sent by Atlassian JIRA (v6.1#6144)