Return-Path: Delivered-To: apmail-hadoop-hive-user-archive@minotaur.apache.org Received: (qmail 81258 invoked from network); 8 Sep 2009 20:32:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Sep 2009 20:32:47 -0000 Received: (qmail 66976 invoked by uid 500); 8 Sep 2009 20:32:47 -0000 Delivered-To: apmail-hadoop-hive-user-archive@hadoop.apache.org Received: (qmail 66950 invoked by uid 500); 8 Sep 2009 20:32:46 -0000 Mailing-List: contact hive-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-user@hadoop.apache.org Delivered-To: mailing list hive-user@hadoop.apache.org Received: (qmail 66941 invoked by uid 99); 8 Sep 2009 20:32:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 20:32:46 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rmurthy@facebook.com designates 69.63.179.25 as permitted sender) Received: from [69.63.179.25] (HELO mailout-sf2p.facebook.com) (69.63.179.25) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 20:32:38 +0000 Received: from mail.thefacebook.com (intlb01.snat.snc1.facebook.com [10.128.203.15] (may be forged)) by pp02.snc1.tfbnw.net (8.14.1/8.14.1) with ESMTP id n88KW3B6026574 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Tue, 8 Sep 2009 13:32:04 -0700 Received: from SC-MBXC1.TheFacebook.com ([192.168.18.100]) by sc-hub01.TheFacebook.com ([192.168.18.104]) with mapi; Tue, 8 Sep 2009 13:32:16 -0700 From: Raghu Murthy To: "hive-user@hadoop.apache.org" Date: Tue, 8 Sep 2009 13:32:13 -0700 Subject: Re: Hive and thrift session help Thread-Topic: Hive and thrift session help Thread-Index: Acowv841kDWucMd9p06Llw/Sd1AjUwAA6Q6/ Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5,1.2.40,4.0.166 definitions=2009-09-08_11:2009-09-01,2009-09-08,2009-09-08 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-0909080145 X-Virus-Checked: Checked by ClamAV on apache.org Our model so far has been to create a new connection to the hive thrift server per session. Is there anything specific you are looking for in sessions? On 9/8/09 1:06 PM, "Royce Rollins" wrote: > I=B9m curently working on an application that connects to hive via the th= rift > ruby libraries. >=20 > Does hive support creation of sessions using those libraries. If so, how= ? >=20 >=20 > Royce