[jira] [Created] (HIVE-14525) beeline still writing log data to stdout as of version 2.1.0

2016-08-12 Thread stephen sprague (JIRA)
stephen sprague created HIVE-14525: -- Summary: beeline still writing log data to stdout as of version 2.1.0 Key: HIVE-14525 URL: https://issues.apache.org/jira/browse/HIVE-14525 Project: Hive

Re: LIKE filter pushdown for tables and partitions

2013-08-27 Thread Stephen Sprague
s in hive client and > pre-job perf optimization for like is not that important, I want to remove > this for Hive, > I assume that other products using this path must apply filtering on client > too sometimes (because getPartitionsByFilter doesn't support all filters > even on

Re: LIKE filter pushdown for tables and partitions

2013-08-27 Thread Stephen Sprague
sorry to be dumb-ass but what does that translate into in the HSQL dialect? Judging from the name you use, getPartitionsByFilter, you're saying you want to remove the use case of using like clause on a partition column? if so, um, yeah, i would think that's surely used. On Mon, Aug 26, 2013 at

Re: Last time request for cwiki update privileges

2013-08-21 Thread Stephen Sprague
Sanjay gets some love after all! :) On Tue, Aug 20, 2013 at 4:00 PM, Sanjay Subramanian < sanjay.subraman...@wizecommerce.com> wrote: > Thanks Ashutosh > > From: Ashutosh Chauhan mailto:hashut...@apache.org>> > Reply-To: "u...@hive.apache.org" < > u...@hive.apache.or

Re: [ANNOUNCE] New Hive Committer - Brock Noland

2013-07-17 Thread Stephen Sprague
Let's get movin' Brock! Basking in glory time is over!! LOL On Wed, Jul 17, 2013 at 3:25 PM, Yin Huai wrote: > Congrats Brock! > > > On Tue, Jul 16, 2013 at 1:26 PM, Lefty Leverenz >wrote: > > > Congratulations & hooray, another committer to share the load! > > > > – Lefty > > > > > > > > On

Re: perl code generated from thrift

2012-05-29 Thread Stephen Sprague
t version > matches what hive is using? If not I would consider talking to the > #thrift guys because thrift SHOULD_BE generating bindings for every > language roughly the same. (How is that for passing the buck?) > > Edward > > On Tue, May 29, 2012 at 1:34 PM, Stephen Sprague

Re: perl code generated from thrift

2012-05-29 Thread Stephen Sprague
t; > Then you should get a class generated for hive_metastore.Schema > > Edward > > > > On Tue, May 29, 2012 at 11:46 AM, Stephen Sprague > wrote: > > Hi Good People, > > I am totally stumped on this one. Wondered if a "perl" bindings chap on > > this list m

perl code generated from thrift

2012-05-29 Thread Stephen Sprague
Hi Good People, I am totally stumped on this one. Wondered if a "perl" bindings chap on this list might be able to help me. I generated the ThrftHive.pm class as follows (see below) from my download area. I've tested some basic examples of querying - and it works well. The one thing that i can't