Re: does anyone care about list bucketing stored as directories?

2017-10-09 Thread Sergey Shelukhin
ive.apache.org>" mailto:d...@hive.apache.org>> Cc: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>>, Sergey Shelukhin mailto:ser...@hortonworks.com>> Subject: Re: does anyone care about list bucketing stored as directories

Re: does anyone care about list bucketing stored as directories?

2017-10-06 Thread Sergey Shelukhin
Looks like nobody does… I’ll file a ticket to remove it shortly. From: Sergey Shelukhin mailto:ser...@hortonworks.com>> Date: Tuesday, October 3, 2017 at 12:59 To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>>, &q

does anyone care about list bucketing stored as directories?

2017-10-03 Thread Sergey Shelukhin
1) There seem to be some bugs and limitations in LB (e.g. incorrect cleanup - https://issues.apache.org/jira/browse/HIVE-14886) and nobody appears to as much as watch JIRAs ;) Does anyone actually use this stuff? Should we nuke it in 3.0, and by 3.0 I mean I’ll remove it from master in a few wee

Re: Hive query starts own session for LLAP

2017-09-25 Thread Sergey Shelukhin
Hello. Hive would create a new Tez AM to coordinate the query (or use an existing one if HS2 session pool is used). However, the YARN app for Tez should only have a single container. Is this not the case? If it’s running additional containers, what is hive.llap.execution.mode set to? It should be s

Re: Wildcard and Automatic partitioning

2017-08-03 Thread Sergey Shelukhin
ectory like everyone has. That entire directory can be considered as a key ("period" in my example) and hive add all values as partitions. On Thu, Aug 3, 2017 at 11:25 AM, Sergey Shelukhin mailto:ser...@hortonworks.com>> wrote: The typical, although not technically intended for

Re: Wildcard and Automatic partitioning

2017-08-03 Thread Sergey Shelukhin
The typical, although not technically intended for the purpose, approach is to use msck to “repair” the table and create the partitions. The partitions have to be in the standard Hive format (key=value/key=value etc.) and the table must be created with the corresponding partition keys. It may ac

Re: Hive 2.1 and 1.2 fails on insert queries when metastore db is MSSQL SERVER > 2008

2017-05-23 Thread Sergey Shelukhin
This is fixed in https://issues.apache.org/jira/browse/HIVE-16106 which is unfortunately not yet in any release. From: Артем Великородный mailto:artem@gmail.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Tuesday, May 23, 2017 at 05:13

Re: TezSessionPoolManager session null exception

2017-03-02 Thread Sergey Shelukhin
Can you file a JIRA? The lines are boolean doAsEnabled = conf.getBoolVar(HiveConf.ConfVars.HIVE_SERVER2_ENABLE_DOAS); // either variables will never be null because a default value is returned in case of absence if (doAsEnabled != session.getConf().getBoolVar(HiveConf.ConfVars.HIVE_SERV

Re: Hive LLAP

2017-02-22 Thread Sergey Shelukhin
It is possible to set up LLAP using YARN/Slider directly, bypassing Ambari, if that’s what you want to avoid. From: Sergey Shelukhin mailto:ser...@hortonworks.com>> Date: Wednesday, February 22, 2017 at 17:03 To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailt

Re: Hive LLAP

2017-02-22 Thread Sergey Shelukhin
Hi. While it’s theoretically possible it’s not really a supported scenario, esp. not for production use where we rely on Slider for packaging, failure recovery, etc. Is there a reason why you don’t want to use Slider? From: Oleksiy S mailto:osayankin.superu...@gmail.com>> Reply-To: "user@hive.a

Re: tez session timesout?

2017-01-12 Thread Sergey Shelukhin
That should only happen when InetAddress.getLocalHost().getHostName() throws UnknownHostException… do you have any other suspicious logs or activity around that time? On 17/1/12, 07:54, "Brotanek, Jan" wrote: >Hello, I am running insert statement via CLI interface under Hive on Tez >on HDP 2.4.0

Re: [ANNOUNCE] New Hive Committer - Rajesh Balamohan

2016-12-14 Thread Sergey Shelukhin
Congratulations! From: Chao Sun mailto:sunc...@apache.org>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Wednesday, December 14, 2016 at 10:52 To: "d...@hive.apache.org" mailto:d...@hive.apache.org>> Cc: "user@hive

Re: Hive Runtime Error processing row

2016-11-11 Thread Sergey Shelukhin
Hi. Can you file a JIRA with exception callstack? Seems to be a bug. Thanks! From: George Liaw mailto:george.a.l...@gmail.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Thursday, November 10, 2016 at 17:27 To: "user@hive.apache.org

Re: Hive on Tez CTAS query breaks

2016-11-10 Thread Sergey Shelukhin
Can you try specifying an explicit name for the COUNT() column in the union (and any other columns that are not just plain columns already)? I wonder if CBO is just generating a weird name for it that cannot be used in CTAS. From: Premal Shah mailto:premal.j.s...@gmail.com>> Reply-To: "user@hive

Re: hive 2.1.0 + drop view

2016-08-29 Thread Sergey Shelukhin
An alternative workaround in the Postgres metastore DB is to replace literal string values 'NULL::character varying' that are were inserted w/o the setting with the actual null-s, in TBLS and SDS tables (and potentially others but I don’t know if there are any). From: Stephen Sprague mailto:spr

Re: hive 2.1.0 and "NOT IN ( list )" and column is a partition_key

2016-08-25 Thread Sergey Shelukhin
I can repro this on master. I’ll file a bug... From: Stephen Sprague mailto:sprag...@gmail.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Thursday, August 25, 2016 at 13:34 To: "user@hive.apache.org" mailto:use

Re: hive concurrency not working

2016-08-03 Thread Sergey Shelukhin
Can you elaborate on not working? Is it giving an error, or hanging (and if so, does it queue and eventually execute); are you using HS2; what commands/actions do the users perform? Also, what version of Hive is this? From: Raj hadoop mailto:raj.had...@gmail.com>> Reply-To: "user@hive.apache.org

Re: [ANNOUNCE] Apache Hive 2.0.1 Released

2016-05-31 Thread Sergey Shelukhin
k. With Hive on Spark vs Hive on MapReduce the performance gains are order of magnitude. HTH Dr Mich Talebzadeh LinkedIn https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw http://talebzadehmich.wordpress.com<http://talebzadehmich.wordpress.com/> On

[ANNOUNCE] Apache Hive 2.0.1 Released

2016-05-31 Thread Sergey Shelukhin
The Apache Hive team is proud to announce the the release of Apache Hive version 2.0.1. The Apache Hive (TM) data warehouse software facilitates querying and managing large datasets residing in distributed storage. Built on top of Apache Hadoop (TM), it provides: * Tools to enable easy data extra

Re: NullPointerException when dropping database backed by S3

2016-05-06 Thread Sergey Shelukhin
Hi. Do you have access to logs? A callstack would be helpful. From: Marcin Tustin mailto:mtus...@handybook.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Friday, May 6, 2016 at 09:29 To: "user@hive.apache.org"

Re: Hive configuration parameter hive.enforce.bucketing does not exist in Hive 2

2016-04-29 Thread Sergey Shelukhin
ianrbJd6zP6AcPCCdOABUrV8Pw http://talebzadehmich.wordpress.com<http://talebzadehmich.wordpress.com/> On 29 April 2016 at 18:33, Sergey Shelukhin mailto:ser...@hortonworks.com>> wrote: This parameter has indeed been removed; it is treated as always true now, because setting it to false just pro

Re: Hive configuration parameter hive.enforce.bucketing does not exist in Hive 2

2016-04-29 Thread Sergey Shelukhin
This parameter has indeed been removed; it is treated as always true now, because setting it to false just produced incorrect tables. From: Mich Talebzadeh mailto:mich.talebza...@gmail.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Friday

Re: Jira Hive-13574 raised to resolve Standard deviation calculation in Hive

2016-04-22 Thread Sergey Shelukhin
Patches welcome ;) From: Mich Talebzadeh mailto:mich.talebza...@gmail.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Thursday, April 21, 2016 at 10:46 To: user mailto:user@hive.apache.org>>, Alan Gates mailto:alanfga...@gmail.com>> Subjec

Re: [VOTE] Bylaws change to allow some commits without review

2016-04-21 Thread Sergey Shelukhin
+1 From: Tim Robertson mailto:timrobertson...@gmail.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Wednesday, April 20, 2016 at 06:17 To: "user@hive.apache.org" mailto:user@hive.apache.org>> Subject: Re: [VOTE

Re: [ANNOUNCE] New Hive Committer - Wei Zheng

2016-03-09 Thread Sergey Shelukhin
Congrats! From: Szehon Ho mailto:sze...@cloudera.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Wednesday, March 9, 2016 at 17:40 To: "user@hive.apache.org" mailto:user@hive.apache.org>> Cc: "d...@hive.apache.o

Re: Wrong column is picked in HIVE 2.0.0 + TEZ 0.8.2 left join

2016-03-01 Thread Sergey Shelukhin
Can you please open a Hive JIRA? It is a bug. On 16/3/1, 10:28, "Gopal Vijayaraghavan" wrote: >(Bcc: Tez, Cross-post to hive) > >> I added ³set hive.execution.engine=mr;² at top of the script, seems the >>result is correctŠ > >Pretty sure it's due to the same table aliases for both dummy tables

Re: Hive-2.0.1 Release date

2016-02-29 Thread Sergey Shelukhin
id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw http://talebzadehmich.wordpress.com<http://talebzadehmich.wordpress.com/> On 29 February 2016 at 23:46, Sergey Shelukhin mailto:ser...@hortonworks.com>> wrote: Hi. It will be released when some critical mass of bugfixes is accumulated. We

Re: Hive-2.0.1 Release date

2016-02-29 Thread Sergey Shelukhin
Hi. It will be released when some critical mass of bugfixes is accumulated. We already found some issues that would be nice to fix, so it may be some time in March. Is there a particular fix that interests you? From: Oleksiy MapR mailto:osayankin.maprt...@gmail.com>> Reply-To: "user@hive.apache

[ANNOUNCE] Apache Hive 2.0.0 Released

2016-02-16 Thread Sergey Shelukhin
The Apache Hive team is proud to announce the the release of Apache Hive version 2.0.0. The Apache Hive (TM) data warehouse software facilitates querying and managing large datasets residing in distributed storage. Built on top of Apache Hadoop (TM), it provides: * Tools to enable easy data extra

Re: list bucketing join

2016-02-15 Thread Sergey Shelukhin
It’s probably a bug. Can you file a JIRA with the full callstack? As far as I know, list bucketing is not widely used, so the bug might have been introduced unwittingly, but it’s hard to tell without seeing the callstack. From: Shangzhong zhu mailto:shanzh...@gmail.com>> Reply-To: "user@hive.apa

Re: NPE from simple nested ANSI Join

2016-02-04 Thread Sergey Shelukhin
The stack below looks like a bug; Hive should support joins like these, or it should fail with a parse error, not an NPE. Can you open a JIRA? On 16/2/4, 15:15, "Nicholas Hakobian" wrote: >I'm only aware of this: >https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Joins >but its unc

Re: [VOTE] Hive 2.0 release plan

2016-01-26 Thread Sergey Shelukhin
19, 2016 at 22:00 To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Subject: Re: [VOTE] Hive 2.0 release plan Thanks sergey for quick response. I would request you to update on this group when you cut out RC for 2.0. Regards, Hanish

Re: [VOTE] Hive 2.0 release plan

2016-01-19 Thread Sergey Shelukhin
t;https://cwiki.apache.org/confluence/display/Hive/Bylaws#Bylaws-Actions><https://cwiki.apache.org/confluence/display/Hive/Bylaws#Bylaws-Actions>. -- Lefty ... On Fri, Nov 13, 2015 at 1:38 PM, Sergey Shelukhin < ser...@hortonworks.com<mailto:ser...@hortonworks.com>> wrote:

Re: Hive UDF accessing https request

2016-01-11 Thread Sergey Shelukhin
Validator.java:380) ... 41 more Thanks, Prabhu Joseph On Sat, Jan 9, 2016 at 12:33 AM, Sergey Shelukhin mailto:ser...@hortonworks.com>> wrote: To start with, you can remove the try-catch so that the exception is not swallowed and you can see if an error occurs. However, note that

Re: Hive UDF accessing https request

2016-01-08 Thread Sergey Shelukhin
To start with, you can remove the try-catch so that the exception is not swallowed and you can see if an error occurs. However, note that this is an anti-pattern for any reasonable-sized dataset. From: Prabhu Joseph mailto:prabhujose.ga...@gmail.com>> Reply-To: "user@hive.apache.org

Re: Cannot drop a table after creating an index and then renaming to a different database

2015-12-04 Thread Sergey Shelukhin
That looks like a bug in rename. Can you please file a JIRA? From: Toby Allsopp mailto:toby.alls...@wherescape.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Thursday, December 3, 2015 at 18:24 To: "user@hive.apache.org

Re: query execution

2015-12-03 Thread Sergey Shelukhin
If you are using Tez, you can set hive.tez.exec.print.summary=true; in CLI to see the breakdown. From: Shirley Cohen mailto:shirley.co...@rackspace.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Thursday, December 3, 2015 at 08:06 To: "us

Re: [VOTE] Hive 2.0 release plan

2015-11-30 Thread Sergey Shelukhin
z" mailto:leftylever...@gmail.com>> wrote: >The Hive bylaws require this to be submitted on the user@hive mailing list >(even though users don't get to vote). See Release Plan in Actions ><https://cwiki.apache.org/confluence/display/Hive/Bylaws#Bylaws-Actions>. >

Re: [ANNOUNCE] New PMC Member : John Pullokkaran

2015-11-24 Thread Sergey Shelukhin
Congrats! From: Jimmy Xiang mailto:jxi...@cloudera.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Tuesday, November 24, 2015 at 15:07 To: "d...@hive.apache.org" mailto:d...@hive.apache.org>> Cc: "user@hive.apac

Re: [VOTE] Hive 2.0 release plan

2015-11-19 Thread Sergey Shelukhin
Hmm. I looked at the JIRAs targeting the release and it looks like there’s large number of features still pending. I am going to postpone creating the branch to next week. I am also going to unassign JIRAs from the release at that time. On 15/11/16, 18:09, "Sergey Shelukhin" wrote

Re: [VOTE] Hive 2.0 release plan

2015-11-16 Thread Sergey Shelukhin
>>> wrote: >>> > +1 >>> > >>> > Thanks, >>> > --Vaibhav >>> > >>> > >>> > >>> > >>> > >>> > On Fri, Nov 13, 2015 at 2:24 PM -0800, "Tristram de Lyones" &l

Re: [VOTE] Hive 2.0 release plan

2015-11-16 Thread Sergey Shelukhin
gt; > >> > >> > >> > >> > >> > On Fri, Nov 13, 2015 at 2:24 PM -0800, "Tristram de Lyones" < >> delyo...@gmail.com<mailto:delyo...@gmail.com>> wrote: >> > >> > +1 >> > >> > On Fri, Nov 13, 2015

Re: SemanticException Unable to fetch table t. null

2015-11-03 Thread Sergey Shelukhin
iven or endorsed by Peridale Technology Ltd, its subsidiaries or their employees, unless expressly so stated. It is the responsibility of the recipient to ensure that this email is virus free, therefore neither Peridale Ltd, its subsidiaries nor their employees accept any responsibility. From: Serge

Re: SemanticException Unable to fetch table t. null

2015-11-03 Thread Sergey Shelukhin
shall not be understood as given or endorsed by Peridale Technology Ltd, its subsidiaries or their employees, unless expressly so stated. It is the responsibility of the recipient to ensure that this email is virus free, therefore neither Peridale Ltd, its subsidiaries nor their employees accept any resp

Re: create table as ORC with SORTED BY fails

2015-11-03 Thread Sergey Shelukhin
IIRC sorted by is only supported on bucketed tables. From: Mich Talebzadeh mailto:m...@peridale.co.uk>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Tuesday, November 3, 2015 at 01:23 To: "user@hive.apache.org" mai

Re: hive metastore update from 0.12 to 1.0

2015-11-03 Thread Sergey Shelukhin
Is your metastore schema version actually 0.12? The upgrade should be able to determine the schema version, so there should be no need to force it to use 0.12. From: Sanjeev Verma mailto:sanjeev.verm...@gmail.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.

Re: SemanticException Unable to fetch table t. null

2015-11-03 Thread Sergey Shelukhin
This error is not related to the issue, it’s just an old DB type check that runs db-specific queries and sees which ones don’t fail. It has been fixed to not use db-specific queries lately. From: Mich Talebzadeh mailto:m...@peridale.co.uk>> Reply-To: "user@hive.apache.org

Re: Hive s3 external table with sub directories

2015-10-22 Thread Sergey Shelukhin
I don’t think Hive picks up partitions automatically in this scenario. Maybe a ticket could be added to add partitions based on some additional syntax, as this seems to be an occasionally used scenario. I’ve seen msck used as a hack to “restore” partitions into metastore (it will find the direct

Re: ORA-8177 with Hive transactions

2015-09-18 Thread Sergey Shelukhin
There’s HIVE-11831 and https://issues.apache.org/jira/browse/HIVE-11833 that try to address this. We can do a patch similar to the first one; can you file a JIRA? From: Steve Howard mailto:stevedhow...@gmail.com>> Reply-To: "user@hive.apache.org

Re: Hive Start Up Time Manifolds Greater than Execution Time

2015-09-18 Thread Sergey Shelukhin
:46, "Sergey Shelukhin" wrote: >Which version of the Hive, and file format, are you using? >It could be either reading file footers for ORC - in recent version >there’s way to disable that (set hive.exec.orc.split.strategy=BI); or >some similar feature for other formats th

Re: Hive Start Up Time Manifolds Greater than Execution Time

2015-09-18 Thread Sergey Shelukhin
Which version of the Hive, and file format, are you using? It could be either reading file footers for ORC - in recent version there’s way to disable that (set hive.exec.orc.split.strategy=BI); or some similar feature for other formats that I’m not immediately familiar with. It could also be slow

Re: Q: UDFs & Threading

2015-09-17 Thread Sergey Shelukhin
1 – I don’t believe there’s anything like that… I could be mistaken. You can file a JIRA and add a patch, seems like it could be useful. I am not very familiar with user UDF lifecycle; IIRC, the object could live longer than the query runtime though; is it ok for your use case if the handle to t

Re: [ANNOUNCE] New Hive PMC Chair - Ashutosh Chauhan

2015-09-16 Thread Sergey Shelukhin
Congrats! From: Alpesh Patel mailto:alpeshrpa...@gmail.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Wednesday, September 16, 2015 at 13:24 To: "user@hive.apache.org" mailto:user@hive.apache.org>> Subject: Re:

Re: mapjoin with left join

2015-09-11 Thread Sergey Shelukhin
As far as I know it’s not currently supported. The large table will be streamed in multiple tasks with the small table in memory, so there’s not one place that knows for sure there was no row in the large table for a particular small table row in any of the locations. It could have no match in o

Re: [ANNOUNCE] New Hive Committer - Lars Francke

2015-09-08 Thread Sergey Shelukhin
Congrats! From: Daniel Lopes mailto:dan...@bankfacil.com.br>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Tuesday, September 8, 2015 at 15:02 To: "user@hive.apache.org" mailto:user@hive.apache.org>> Cc: "kulkarni.

Re: sql mapjoin very slow

2015-08-28 Thread Sergey Shelukhin
.com> Date: 2015-08-28 13:03 To: user<mailto:user@hive.apache.org> Subject: Re: Re: sql mapjoin very slow I increase hive.hashtable.initialCapacity to 100 and decrease hive.hashtable.loadfactor to 0.5 . The query run faster. ________ r7raul1...@163.com<

Re: sql mapjoin very slow

2015-08-27 Thread Sergey Shelukhin
0e2cf8-de17-015c-7e26-f2a86647137d] r7raul1...@163.com<mailto:r7raul1...@163.com> From: Sergey Shelukhin<mailto:ser...@hortonworks.com> Date: 2015-08-28 09:21 To: user<mailto:user@hive.apache.org> Subject: Re: sql mapjoin very slow Are you using MR and Te

Re: sql mapjoin very slow

2015-08-27 Thread Sergey Shelukhin
Are you using MR and Tez? You could try optimized hash table in case of Tez, although it’s supposed to improve memory, not necessarily perf. Can you also share characteristics of the query and data? It is surprising to see so much time for HashMap.get. From: "r7raul1...@163.com

Re: HiveServer2 & Kerberos

2015-08-25 Thread Sergey Shelukhin
; mailto:user@hive.apache.org>> Subject: Re: HiveServer2 & Kerberos It is the case. Would you like me to fill a JIRA about it ? Loïc CHANEL Engineering student at TELECOM Nancy Trainee at Worldline - Villeurbanne 2015-08-24 19:24 GMT+02:00 Sergey Shelukhin mailto:ser...@hortonworks.

Re: Run multiple queries simultaneously

2015-08-25 Thread Sergey Shelukhin
You can start HiveServer2, then submit queries to it using JDBC. If you open multiple sessions using multiple threads, you will be able to submit queries in parallel, although the compilation is still currently serialized. From: Raajay mailto:raaja...@gmail.com>> Reply-To: "user@hive.apache.org<

Re: HiveServer2 & Kerberos

2015-08-24 Thread Sergey Shelukhin
If that is the case it sounds like a bug… From: Jary Du mailto:jary...@gmail.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Thursday, August 20, 2015 at 08:56 To: "user@hive.apache.org" mailto:user@hive.apache.

Re: MapJoin bug?

2015-08-14 Thread Sergey Shelukhin
This looks like a real bug. Matthew might know if there’s already a fix or a ticket, otherwise you should open a JIRA. From: Ted Xu mailto:frank...@gmail.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Friday, August 14, 2015 at 03:56 To: "

Re: Hive CBO - Calcite Interface

2015-08-14 Thread Sergey Shelukhin
You can also take a look at https://issues.apache.org/jira/browse/HIVE-11471 (although there’s no patch yet). From: John Pullokkaran mailto:jpullokka...@hortonworks.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Friday, August 14, 2015 at

Re: [ANNOUNCE] New Hive Committer - Mithun Radhakrishnan

2015-04-15 Thread Sergey Shelukhin
Congrats! From: , Cheng A mailto:cheng.a...@intel.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Tuesday, April 14, 2015 at 18:03 To: "user@hive.apache.org" mailto:user@hive.apache.org>>, "d...@hive.apache.org

Re: [ANNOUNCE] New Hive Committers - Jimmy Xiang, Matt McCline, and Sergio Pena

2015-03-23 Thread Sergey Shelukhin
Congrats! From: Carl Steinbach mailto:c...@apache.org>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date: Monday, March 23, 2015 at 10:08 To: "user@hive.apache.org" mailto:user@hive.apache.org>>, "d...@hive.apache.org<

Re: [ANNOUNCE] New Hive PMC Member - Sergey Shelukhin

2015-02-25 Thread Sergey Shelukhin
;> wrote: >> >>> Congrats Sergey! >>> >>> On 2/25/15, 8:43 AM, "Carl Steinbach" >>>mailto:c...@apache.org>> wrote: >>> >>>> I am pleased to announce that Sergey Shelukhin has been elected to the >>>> Hive >>>> Project Management Committee. Please join me in congratulating Sergey! >>>> >>>> Thanks. >>>> >>>> - Carl >>> >> >> >> >

Re: [ANNOUNCE] New Hive Committers -- Chao Sun, Chengxiang Li, and Rui Li

2015-02-11 Thread Sergey Shelukhin
Congrats! On 15/2/10, 19:00, "Xu, Cheng A" wrote: >Congrats! > >-Original Message- >From: Li, Rui [mailto:rui...@intel.com] >Sent: Wednesday, February 11, 2015 10:26 AM >To: user@hive.apache.org; d...@hive.apache.org >Subject: RE: [ANNOUNCE] New Hive Committers -- Chao Sun, Chengxiang Li

wiki edit access

2014-09-02 Thread Sergey Shelukhin
Hi. Can I get wiki edit access for Hive? Confluence username sershe -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicabl

Re: [ANNOUNCE] New Hive Committers - Gopal Vijayaraghavan and Szehon Ho

2014-06-27 Thread Sergey Shelukhin
Congrats! On Mon, Jun 23, 2014 at 11:05 AM, Jayesh Senjaliya wrote: > Congratulations Gopal and Szehon !! > > > On Mon, Jun 23, 2014 at 10:35 AM, Vikram Dixit > wrote: > > > Congrats Gopal and Szehon! > > > > > > On Mon, Jun 23, 2014 at 10:34 AM, Jason Dere > > wrote: > > > >> Congrats! > >>

Re: [ANNOUNCE] New Hive Committers - Alan Gates, Daniel Dai, and Sushanth Sowmyan

2014-04-14 Thread Sergey Shelukhin
Congrats! On Mon, Apr 14, 2014 at 10:55 AM, Prasanth Jayachandran < pjayachand...@hortonworks.com> wrote: > Congratulations everyone!! > > Thanks > Prasanth Jayachandran > > On Apr 14, 2014, at 10:51 AM, Carl Steinbach wrote: > > > The Apache Hive PMC has voted to make Alan Gates, Daniel Dai, a

Re: [ANNOUNCE] New Hive Committers - Sergey Shelukhin and Jason Dere

2014-01-27 Thread Sergey Shelukhin
Thanks guys! On Mon, Jan 27, 2014 at 9:24 AM, Jarek Jarcec Cecho wrote: > Congratulations Sergey and Jason, good job! > > Jarcec > > On Mon, Jan 27, 2014 at 08:36:37AM -0800, Carl Steinbach wrote: > > The Apache Hive PMC has voted to make Sergey Shelukhin and Jason Dere

Re: [ANNOUNCE] New Hive Committer - Vikram Dixit

2014-01-06 Thread Sergey Shelukhin
Congrats Vikram! On Mon, Jan 6, 2014 at 8:58 AM, Carl Steinbach wrote: > The Apache Hive PMC has voted to make Vikram Dixit a committer on the > Apache Hive Project. > > Please join me in congratulating Vikram! > > Thanks. > > Carl > -- CONFIDENTIALITY NOTICE NOTICE: This message is intended

Re: [DISCUSS] Proposed Changes to the Apache Hive Project Bylaws

2013-12-27 Thread Sergey Shelukhin
I actually have a patch out on a jira that says it will be committed in 24 hours from long ago ;) Is 24h rule is needed at all? In other projects, I've seen patches simply reverted by author (or someone else). It's a rare occurrence, and it should be possible to revert a patch if someone -1s it af

Re: LIKE filter pushdown for tables and partitions

2013-08-27 Thread Sergey Shelukhin
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 7:48 PM, Sergey Shelukhin >wrote: >

Re: LIKE filter pushdown for tables and partitions

2013-08-26 Thread Sergey Shelukhin
probably have to. I > will suggest you to send an email to users@hive to ask if there are users > for this. > > Thanks, > Ashutosh > > > > On Mon, Aug 26, 2013 at 2:08 PM, Sergey Shelukhin >wrote: > > > Since there's no response I am assuming nobody cares