Re: Review Request 26573: PCR doesnt remove filters involving casts

2014-10-10 Thread Sergey Shelukhin
/ConstantPropagateProcFactory.java https://reviews.apache.org/r/26573/#comment96563 should this also check if it's deterministic? - Sergey Shelukhin On Oct. 10, 2014, 8:53 p.m., Ashutosh Chauhan wrote: --- This is an automatically generated e

Review Request 26721: HIVE-8433 CBO loses a column during AST conversion

2014-10-14 Thread Sergey Shelukhin
/clientpositive/select_same_col.q.out PRE-CREATION Diff: https://reviews.apache.org/r/26721/diff/ Testing --- Thanks, Sergey Shelukhin

Review Request 26725: HIVE-8462 CBO duplicates column

2014-10-14 Thread Sergey Shelukhin
/26725/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 26725: HIVE-8462 CBO duplicates column

2014-10-15 Thread Sergey Shelukhin
/cbo_correctness.q.out f3f94fd Diff: https://reviews.apache.org/r/26725/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 26725: HIVE-8462 CBO duplicates column

2014-10-15 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26725/#review56816 --- On Oct. 15, 2014, 1:34 a.m., Sergey Shelukhin wrote

Re: Review Request 26721: HIVE-8433 CBO loses a column during AST conversion

2014-10-17 Thread Sergey Shelukhin
- Sergey --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26721/#review56817 --- On Oct. 15, 2014, 12:44 a.m., Sergey Shelukhin wrote

Re: Review Request 26721: HIVE-8433 CBO loses a column during AST conversion

2014-10-17 Thread Sergey Shelukhin
/src/test/results/clientpositive/tez/cbo_correctness.q.out f2c61e6 Diff: https://reviews.apache.org/r/26721/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 26891: Fix CBO to use indexes when GenericUDFBridge is applied

2014-10-17 Thread Sergey Shelukhin
/IndexPredicateAnalyzer.java https://reviews.apache.org/r/26891/#comment97789 this check is gone... I wonder if it would be valid if user did add some UDF to only one side? Maybe it should look at casts specifically - Sergey Shelukhin On Oct. 17, 2014, 9:19 p.m., pengcheng xiong wrote

Re: Review Request 26892: Enhance Constant Folding to propagate constants for simple expressions

2014-10-17 Thread Sergey Shelukhin
/ConstantPropagateProcFactory.java https://reviews.apache.org/r/26892/#comment97798 is both are constants valid case? ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConstantPropagateProcFactory.java https://reviews.apache.org/r/26892/#comment97800 can bridge only be used for cast? - Sergey Shelukhin

CTAS error in manual

2014-10-20 Thread Sergey Shelukhin
Hi. Hive manual describes the following syntax for CTAS: CREATE TABLE T (key int, value string) PARTITIONED BY (ds string, hr int) AS SELECT key, value, ds, hr+1 hr1 FROM srcpart WHERE ds is not null and hr10; and similar statements. As far as I can tell, this is not actually supported. Is that an

Re: Review Request 25550: HIVE-8021 CBO: support CTAS and insert ... select

2014-10-20 Thread Sergey Shelukhin
-CREATION ql/src/test/results/clientpositive/ctas_colname.q.out 97dacf6 ql/src/test/results/clientpositive/decimal_serde.q.out e461c2e ql/src/test/results/clientpositive/insert0.q.out PRE-CREATION Diff: https://reviews.apache.org/r/25550/diff/ Testing --- Thanks, Sergey Shelukhin

Re: CTAS error in manual

2014-10-21 Thread Sergey Shelukhin
part is not supported ? Are you referring to the type being specified for the destination table in CTAS ? On Mon, Oct 20, 2014 at 5:47 PM, Sergey Shelukhin ser...@hortonworks.com wrote: Hi. Hive manual describes the following syntax for CTAS: CREATE TABLE T (key int, value string

Re: Review Request 26721: HIVE-8433 CBO loses a column during AST conversion

2014-10-21 Thread Sergey Shelukhin
: https://reviews.apache.org/r/26721/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 26721: HIVE-8433 CBO loses a column during AST conversion

2014-10-21 Thread Sergey Shelukhin
://reviews.apache.org/r/26721/#comment98463 not intended - Sergey Shelukhin On Oct. 21, 2014, 8:44 p.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26721

Re: Review Request 25550: HIVE-8021 CBO: support CTAS and insert ... select

2014-10-22 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25550/#review57850 --- On Oct. 21, 2014, 1:13 a.m., Sergey Shelukhin wrote

Re: Review Request 25550: HIVE-8021 CBO: support CTAS and insert ... select

2014-10-22 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25550/#review57734 --- On Oct. 21, 2014, 1:13 a.m., Sergey Shelukhin wrote

Re: Review Request 25550: HIVE-8021 CBO: support CTAS and insert ... select

2014-10-22 Thread Sergey Shelukhin
. - Sergey --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25550/#review57733 --- On Oct. 21, 2014, 1:13 a.m., Sergey Shelukhin wrote

Re: Review Request 25550: HIVE-8021 CBO: support CTAS and insert ... select

2014-10-22 Thread Sergey Shelukhin
: https://reviews.apache.org/r/25550/#review57857 --- On Oct. 21, 2014, 1:13 a.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 25550: HIVE-8021 CBO: support CTAS and insert ... select

2014-10-22 Thread Sergey Shelukhin
-CREATION ql/src/test/results/clientpositive/ctas_colname.q.out 97dacf6 ql/src/test/results/clientpositive/decimal_serde.q.out e461c2e ql/src/test/results/clientpositive/insert0.q.out PRE-CREATION Diff: https://reviews.apache.org/r/25550/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 26721: HIVE-8433 CBO loses a column during AST conversion

2014-10-22 Thread Sergey Shelukhin
/results/clientpositive/cbo_correctness.q.out 7c25e1f ql/src/test/results/clientpositive/select_same_col.q.out PRE-CREATION ql/src/test/results/clientpositive/tez/cbo_correctness.q.out e467773 Diff: https://reviews.apache.org/r/26721/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 25550: HIVE-8021 CBO: support CTAS and insert ... select

2014-10-23 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25550/#review58065 --- On Oct. 22, 2014, 8:34 p.m., Sergey Shelukhin wrote

Re: Review Request 25550: HIVE-8021 CBO: support CTAS and insert ... select

2014-10-23 Thread Sergey Shelukhin
/25550/#review58073 --- On Oct. 22, 2014, 8:34 p.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25550

Re: Review Request 25550: HIVE-8021 CBO: support CTAS and insert ... select

2014-10-23 Thread Sergey Shelukhin
-CREATION ql/src/test/results/clientpositive/ctas_colname.q.out 97dacf6 ql/src/test/results/clientpositive/decimal_serde.q.out e461c2e ql/src/test/results/clientpositive/insert0.q.out PRE-CREATION Diff: https://reviews.apache.org/r/25550/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 25550: HIVE-8021 CBO: support CTAS and insert ... select

2014-10-24 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25550/#review58290 --- On Oct. 23, 2014, 9:11 p.m., Sergey Shelukhin wrote

Re: Review Request 26721: HIVE-8433 CBO loses a column during AST conversion

2014-10-24 Thread Sergey Shelukhin
--- On Oct. 22, 2014, 11:18 p.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26721

Re: Review Request 26721: HIVE-8433 CBO loses a column during AST conversion

2014-10-24 Thread Sergey Shelukhin
--- On Oct. 22, 2014, 11:18 p.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26721/ --- (Updated Oct. 22, 2014

Re: Review Request 25550: HIVE-8021 CBO: support CTAS and insert ... select

2014-10-24 Thread Sergey Shelukhin
://reviews.apache.org/r/25550/#review58148 --- On Oct. 23, 2014, 9:11 p.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r

Re: Review Request 25550: HIVE-8021 CBO: support CTAS and insert ... select

2014-10-24 Thread Sergey Shelukhin
-CREATION ql/src/test/results/clientpositive/ctas_colname.q.out 97dacf6 ql/src/test/results/clientpositive/decimal_serde.q.out e461c2e ql/src/test/results/clientpositive/insert0.q.out PRE-CREATION Diff: https://reviews.apache.org/r/25550/diff/ Testing --- Thanks, Sergey Shelukhin

pre-commit test scripts

2014-10-27 Thread Sergey Shelukhin
Hi. Is there some place one can view and maybe change pre-commit scripts? I want to see if they can be made to optionally ignore conflicts in *.q.out files and just run the build/tests anyway. Otherwise working on a patch that changes a lot of out files is an epic PITA because HiveQA keeps failing

Review Request 27401: HIVE-8636 CBO: split cbo_correctness test

2014-10-30 Thread Sergey Shelukhin
/clientpositive/tez/cbo_views.q.out PRE-CREATION ql/src/test/results/clientpositive/tez/cbo_windowing.q.out PRE-CREATION Diff: https://reviews.apache.org/r/27401/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 27401: HIVE-8636 CBO: split cbo_correctness test

2014-10-30 Thread Sergey Shelukhin
PRE-CREATION ql/src/test/results/clientpositive/tez/cbo_views.q.out PRE-CREATION ql/src/test/results/clientpositive/tez/cbo_windowing.q.out PRE-CREATION Diff: https://reviews.apache.org/r/27401/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 27401: HIVE-8636 CBO: split cbo_correctness test

2014-10-30 Thread Sergey Shelukhin
PRE-CREATION ql/src/test/results/clientpositive/tez/cbo_views.q.out PRE-CREATION ql/src/test/results/clientpositive/tez/cbo_windowing.q.out PRE-CREATION Diff: https://reviews.apache.org/r/27401/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 27401: HIVE-8636 CBO: split cbo_correctness test

2014-10-30 Thread Sergey Shelukhin
/HiveMetaStore.java https://reviews.apache.org/r/27401/#comment100539 will remove - Sergey Shelukhin On Oct. 30, 2014, 11:15 p.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org

Re: Review Request 27401: HIVE-8636 CBO: split cbo_correctness test

2014-10-30 Thread Sergey Shelukhin
PRE-CREATION ql/src/test/results/clientpositive/tez/cbo_windowing.q.out PRE-CREATION Diff: https://reviews.apache.org/r/27401/diff/ Testing --- Thanks, Sergey Shelukhin

Review Request 27455: HIVE-8689 handle overflows in statistics better

2014-10-31 Thread Sergey Shelukhin
/java/org/apache/hadoop/hive/ql/stats/StatsUtils.java 1b27c31 Diff: https://reviews.apache.org/r/27455/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 27455: HIVE-8689 handle overflows in statistics better

2014-10-31 Thread Sergey Shelukhin
. To reply, visit: https://reviews.apache.org/r/27455/#review59440 --- On Oct. 31, 2014, 11:53 p.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply

Re: Review Request 27455: HIVE-8689 handle overflows in statistics better

2014-10-31 Thread Sergey Shelukhin
/StatsRulesProcFactory.java d49eddb ql/src/java/org/apache/hadoop/hive/ql/stats/StatsUtils.java 1b27c31 Diff: https://reviews.apache.org/r/27455/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 27401: HIVE-8636 CBO: split cbo_correctness test

2014-11-04 Thread Sergey Shelukhin
., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27401/ --- (Updated Oct. 30, 2014, 11:18 p.m.) Review request

Re: Review Request 27401: HIVE-8636 CBO: split cbo_correctness test

2014-11-04 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27401/#review59290 --- On Oct. 30, 2014, 11:18 p.m., Sergey Shelukhin wrote

Re: Review Request 27401: HIVE-8636 CBO: split cbo_correctness test

2014-11-04 Thread Sergey Shelukhin
/test/results/clientpositive/tez/cbo_views.q.out PRE-CREATION ql/src/test/results/clientpositive/tez/cbo_windowing.q.out PRE-CREATION Diff: https://reviews.apache.org/r/27401/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 27401: HIVE-8636 CBO: split cbo_correctness test

2014-11-04 Thread Sergey Shelukhin
/#comment101120 will fix - Sergey Shelukhin On Nov. 4, 2014, 9:07 p.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27401

Review Request 27599: HIVE-8735 : statistics update can fail due to long paths

2014-11-04 Thread Sergey Shelukhin
/hadoop/hive/ql/stats/jdbc/JDBCStatsUtils.java 4625d27 Diff: https://reviews.apache.org/r/27599/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 27599: HIVE-8735 : statistics update can fail due to long paths

2014-11-05 Thread Sergey Shelukhin
/JDBCStatsAggregator.java https://reviews.apache.org/r/27599/#comment101185 will remove the TODO - Sergey Shelukhin On Nov. 4, 2014, 11:56 p.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 27599: HIVE-8735 : statistics update can fail due to long paths

2014-11-05 Thread Sergey Shelukhin
/#review60033 --- On Nov. 4, 2014, 11:56 p.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27599

Re: Review Request 27599: HIVE-8735 : statistics update can fail due to long paths

2014-11-05 Thread Sergey Shelukhin
/JDBCStatsSetupConstants.java 70badf2 ql/src/java/org/apache/hadoop/hive/ql/stats/jdbc/JDBCStatsUtils.java 4625d27 Diff: https://reviews.apache.org/r/27599/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 27599: HIVE-8735 : statistics update can fail due to long paths

2014-11-05 Thread Sergey Shelukhin
/JDBCStatsSetupConstants.java 70badf2 ql/src/java/org/apache/hadoop/hive/ql/stats/jdbc/JDBCStatsUtils.java 4625d27 Diff: https://reviews.apache.org/r/27599/diff/ Testing --- Thanks, Sergey Shelukhin

Review Request 27847: HIVE-8295 : Add batch retrieve partition objects for metastore direct sql

2014-11-10 Thread Sergey Shelukhin
://reviews.apache.org/r/27847/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 27847: HIVE-8295 : Add batch retrieve partition objects for metastore direct sql

2014-11-10 Thread Sergey Shelukhin
/MetaStoreDirectSql.java https://reviews.apache.org/r/27847/#comment102099 should be debug - Sergey Shelukhin On Nov. 11, 2014, 12:23 a.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 27847: HIVE-8295 : Add batch retrieve partition objects for metastore direct sql

2014-11-11 Thread Sergey Shelukhin
metastore/src/java/org/apache/hadoop/hive/metastore/StatObjectConverter.java 0f99cf3 Diff: https://reviews.apache.org/r/27847/diff/ Testing --- Thanks, Sergey Shelukhin

Review Request 27900: HIVE-8739

2014-11-11 Thread Sergey Shelukhin
Diffs - metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java b6c633c Diff: https://reviews.apache.org/r/27900/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 27900: HIVE-8739

2014-11-12 Thread Sergey Shelukhin
. 12, 2014, 2:02 a.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27900/ --- (Updated Nov. 12, 2014, 2:02

Re: Review Request 27900: HIVE-8739

2014-11-13 Thread Sergey Shelukhin
: hive-git Description --- see jira Diffs (updated) - metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java 82f504f Diff: https://reviews.apache.org/r/27900/diff/ Testing --- Thanks, Sergey Shelukhin

Review Request 28020: HIVE-8512 queries with star and gby produce incorrect results

2014-11-13 Thread Sergey Shelukhin
/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 27900: HIVE-8739

2014-11-14 Thread Sergey Shelukhin
: hive-git Description --- see jira Diffs (updated) - metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java 82f504f Diff: https://reviews.apache.org/r/27900/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 28020: HIVE-8512 queries with star and gby produce incorrect results

2014-11-14 Thread Sergey Shelukhin
/parquet_create.q.out 2a94693 Diff: https://reviews.apache.org/r/28020/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Propose to put JIRA traffic on separate hive list

2014-11-18 Thread Sergey Shelukhin
+1 On Tue, Nov 18, 2014 at 2:12 AM, Lars Francke lars.fran...@gmail.com wrote: +1 That's a great idea Alan. On Tue, Nov 18, 2014 at 9:49 AM, Lefty Leverenz leftylever...@gmail.com wrote: +1 Would it be possible to send commits to the dev list, as well as creates? Or maybe all

Re: Apache Hive 1.0 ?

2014-12-02 Thread Sergey Shelukhin
I think it's better to do 1.0 release off a maintenance release, since that is more stable. Trunk is moving fast. HBase uses odd release numbers for this purpose, where 0.95, 97, 99 etc. are dev releases and 0.96, 0.98, 1.0 etc. are public; that works well for baking, but since we don't have that

Review Request 28628: HIVE-8923: HIVE-8512 needs to be fixed also for CBO

2014-12-02 Thread Sergey Shelukhin
/src/test/results/clientpositive/tez/cbo_semijoin.q.out a5ae442 Diff: https://reviews.apache.org/r/28628/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 28628: HIVE-8923: HIVE-8512 needs to be fixed also for CBO

2014-12-02 Thread Sergey Shelukhin
/test/results/clientpositive/tez/cbo_gby.q.out c792919 ql/src/test/results/clientpositive/tez/cbo_limit.q.out 9e8fda9 ql/src/test/results/clientpositive/tez/cbo_semijoin.q.out a5ae442 Diff: https://reviews.apache.org/r/28628/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Apache Hive 1.0 ?

2014-12-04 Thread Sergey Shelukhin
at 7:29 PM, Sergey Shelukhin ser...@hortonworks.com wrote: I think it's better to do 1.0 release off a maintenance release, since that is more stable. Trunk is moving fast. HBase uses odd release numbers for this purpose, where 0.95, 97, 99 etc. are dev releases and 0.96, 0.98, 1.0 etc

HiveQA is broken

2014-12-11 Thread Sergey Shelukhin
It looks like all the builds are failing and nothing gets posted to the JIRAs, random example: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2040/console -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity

Re: Created branch 1.0

2015-01-23 Thread Sergey Shelukhin
I don't think that 1.0 release is expected to have major increase in functionality, in fact I strongly disagree with this. Major release is supposed to be stable. With 0.14, we have a good evidence of use both in the community, and releases within the platforms by major vendors that caused bugs

adding public domain Java files to Hive source

2015-01-14 Thread Sergey Shelukhin
Suppose I want to use a Java source within Hive that has this header (I don't now, but I was considering it and may want it later ;)): /* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at *

Re: adding public domain Java files to Hive source

2015-01-21 Thread Sergey Shelukhin
directly? On Wed, Jan 21, 2015 at 3:16 PM, Sergey Shelukhin ser...@hortonworks.com wrote: Ping? Where do I write about such matters if not here. On Wed, Jan 14, 2015 at 11:43 AM, Sergey Shelukhin ser...@hortonworks.com wrote: Suppose I want to use a Java source within Hive

Re: adding public domain Java files to Hive source

2015-01-21 Thread Sergey Shelukhin
Ping? Where do I write about such matters if not here. On Wed, Jan 14, 2015 at 11:43 AM, Sergey Shelukhin ser...@hortonworks.com wrote: Suppose I want to use a Java source within Hive that has this header (I don't now, but I was considering it and may want it later ;)): /* * Written

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 cheng.a...@intel.com wrote: Congrats! -Original Message- From: Li, Rui [mailto:rui...@intel.com] Sent: Wednesday, February 11, 2015 10:26 AM To: u...@hive.apache.org; dev@hive.apache.org Subject: RE: [ANNOUNCE] New Hive Committers -- Chao Sun,

Re: setting up a branch for testing

2015-02-19 Thread Sergey Shelukhin
spark branch setup for that other than trunk, we have one cluster running spark and another running trunk. Setup is doable (actually just need to setup master) but takes some steps, and physical machines. Thanks Szehon On Jan 23, 2015, at 6:04 PM, Sergey Shelukhin ser...@hortonworks.com wrote

Re: Created branch 1.0

2015-01-23 Thread Sergey Shelukhin
I think the way it is done in Hadoop space is better for Hadoop space (and better wrt consistency, us being in the Hadoop space). Because no single company or QA process controls or covers all the changes to the product, and some changes go unseen by every actor, stabilization period is a must...

Re: Created branch 1.0

2015-01-23 Thread Sergey Shelukhin
We really didn't define 1.0 very well. The way HBase did this (correct me if I'm wrong) is that 1.0 was the stable release (stable APIs and code). Then 1.1, 1.2 etc. become patch releases, and 2.0 becomes the release for all the new crazy stuff... On Fri, Jan 23, 2015 at 4:01 PM, Lefty Leverenz

setting up a branch for testing

2015-01-23 Thread Sergey Shelukhin
Hi. Hive dev doc mentions that patches can be tested by HiveQA against the branch by supplying the branch name in the patch name. However, as far as I understand this requires some setup for each specific branch. Is it possible to set up llap branch for HiveQA testing? -- CONFIDENTIALITY NOTICE

Re: pre-commit test scripts

2015-01-05 Thread Sergey Shelukhin
:41 PM, Sergey Shelukhin ser...@hortonworks.com wrote: Hi. Is there some place one can view and maybe change pre-commit scripts? I want to see if they can be made to optionally ignore conflicts in *.q.out files and just run the build/tests anyway. Otherwise working on a patch

Review Request 32178: HIVE-9997 minor tweaks for bytes mapjoin hash table

2015-03-17 Thread Sergey Shelukhin
/TestBytesBytesMultiHashMap.java b3582b2 serde/src/java/org/apache/hadoop/hive/serde2/ByteStream.java 390d9de serde/src/java/org/apache/hadoop/hive/serde2/WriteBuffers.java bed4d0a Diff: https://reviews.apache.org/r/32178/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 31386: HIVE-9555 assorted ORC refactorings for LLAP on trunk

2015-03-19 Thread Sergey Shelukhin
--- On March 11, 2015, 12:50 a.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31386

Re: Review Request 31386: HIVE-9555 assorted ORC refactorings for LLAP on trunk

2015-03-19 Thread Sergey Shelukhin
ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestRecordReaderImpl.java 326dde4 Diff: https://reviews.apache.org/r/31386/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 31386: HIVE-9555 assorted ORC refactorings for LLAP on trunk

2015-03-12 Thread Sergey Shelukhin
/TestRecordReaderImpl.java 326dde4 Diff: https://reviews.apache.org/r/31386/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 31386: HIVE-9555 assorted ORC refactorings for LLAP on trunk

2015-03-10 Thread Sergey Shelukhin
Diff: https://reviews.apache.org/r/31386/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 31386: HIVE-9555 assorted ORC refactorings for LLAP on trunk

2015-03-10 Thread Sergey Shelukhin
. 24, 2015, 11:35 p.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31386/ --- (Updated Feb. 24, 2015, 11

Review Request 32637: HIVE-10128 LLAP: BytesBytesMultiHashMap does not allow concurrent read-only access

2015-03-30 Thread Sergey Shelukhin
/WriteBuffers.java f9ab964 Diff: https://reviews.apache.org/r/32637/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 32637: HIVE-10128 LLAP: BytesBytesMultiHashMap does not allow concurrent read-only access

2015-03-31 Thread Sergey Shelukhin
/java/org/apache/hadoop/hive/serde2/WriteBuffers.java f9ab964 Diff: https://reviews.apache.org/r/32637/diff/ Testing --- Thanks, Sergey Shelukhin

Re: setting up a branch for testing

2015-03-02 Thread Sergey Shelukhin
will post slides here afterwards. On Thu, Feb 19, 2015 at 2:28 PM, Sergey Shelukhin ser...@hortonworks.com wrote: Can you elaborate on how many machines are needed, minimum (is it 1+, just determined by the throughput of QA runs that we want; or is there some fixed requirement too), and what

Review Request 31375: HIVE-9730 make sure logging is never called when not needed in perf-sensitive places

2015-02-24 Thread Sergey Shelukhin
/ Testing --- Thanks, Sergey Shelukhin

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

2015-02-25 Thread Sergey Shelukhin
, Carl Steinbach c...@apache.orgmailto: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

Review Request 31386: HIVE-9555 assorted ORC refactorings for LLAP on trunk

2015-02-24 Thread Sergey Shelukhin
/TestIntegerCompressionReader.java 591ec3f ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestRecordReaderImpl.java 326dde4 Diff: https://reviews.apache.org/r/31386/diff/ Testing --- Thanks, Sergey Shelukhin

Re: Review Request 31386: HIVE-9555 assorted ORC refactorings for LLAP on trunk

2015-02-24 Thread Sergey Shelukhin
/RecordReaderUtils.java https://reviews.apache.org/r/31386/#comment120355 this needs to be fixed - Sergey Shelukhin On Feb. 24, 2015, 11:35 p.m., Sergey Shelukhin wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 31249: Refactor MetaStoreDirectSql constructor by removing DB queries out of critical section

2015-02-24 Thread Sergey Shelukhin
/MetaStoreDirectSql.java https://reviews.apache.org/r/31249/#comment120366 this logging statement is invalid now it appears - Sergey Shelukhin On Feb. 24, 2015, 10:34 p.m., XIAOBING ZHOU wrote: --- This is an automatically generated e-mail

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

2015-03-23 Thread Sergey Shelukhin
Congrats! From: Carl Steinbach c...@apache.orgmailto:c...@apache.org Reply-To: u...@hive.apache.orgmailto:u...@hive.apache.org u...@hive.apache.orgmailto:u...@hive.apache.org Date: Monday, March 23, 2015 at 10:08 To: u...@hive.apache.orgmailto:u...@hive.apache.org

Re: [DISCUSS] ORC separate project

2015-04-13 Thread Sergey Shelukhin
IMHO there are 2 separate concerns, forking ORC and Hive using ³new² ORC. The first one does not really require vote, as discussed on private/board - anyone can fork part of code (in this case, at least). Then, for Hive switching to ³new² ORC, I¹m not sure that requires a vote either. We didn¹t

Re: VOTE: move to git

2015-04-20 Thread Sergey Shelukhin
INFRA jira has been filed: https://issues.apache.org/jira/browse/INFRA-9488 On 15/4/16, 17:38, Vikram Dixit vik...@hortonworks.com wrote: +1. Hope to see this happen soon. On 4/16/15, 11:42 AM, Sergey Shelukhin ser...@hortonworks.com wrote: It’s hard to tell from bylaws how long this vote

Re: svn commits

2015-04-22 Thread Sergey Shelukhin
The git repo should be ready to use soon. On 15/4/22, 10:23, Ashutosh Chauhan hashut...@apache.org wrote: are they already turned off because of git transition? I tried a commit on svn trunk today morning and got access denied exception. Any one else getting this exception? If it indeed is

Re: svn commits

2015-04-22 Thread Sergey Shelukhin
Git repo should now be writeable. Thanks everyone, sorry for the disturbance. On 15/4/22, 13:39, Sergey Shelukhin ser...@hortonworks.com wrote: The git repo should be ready to use soon. On 15/4/22, 10:23, Ashutosh Chauhan hashut...@apache.org wrote: are they already turned off because of git

Re: [ANNOUNCE] New Hive Committer - Alex Pivovarov

2015-04-30 Thread Sergey Shelukhin
Congratulations! On 15/4/29, 17:57, Jimmy Xiang jxi...@cloudera.com wrote: Congrats!! On Wed, Apr 29, 2015 at 5:48 PM, Xu, Cheng A cheng.a...@intel.com wrote: Congratulations Alex! -Original Message- From: Lefty Leverenz [mailto:leftylever...@gmail.com] Sent: Thursday, April 30,

Re: [DISCUSS] Do we still support hadoop-1.2.x API (-Phadoop-1)?

2015-04-30 Thread Sergey Shelukhin
That runs the risk of not testing the code being committed against the Hadoop version for which it¹s actually going to be used. I¹d be +1 on deprecating Hadoop 1 support in a dot version (1.3?). It will also provide impetus for people to upgrade. It will allow us to remove some shims tooŠ On

Re: [ANNOUNCE] New Hive Committers - Cheng Xu, Dong Chen, and Hari Sankar Sivarama Subramaniyan

2015-05-11 Thread Sergey Shelukhin
Congrats! On 15/5/11, 13:58, Xuefu Zhang xzh...@cloudera.com wrote: Congratulations, guys! Good work! --Xuefu On Mon, May 11, 2015 at 1:54 PM, Carl Steinbach c...@apache.org wrote: The Apache Hive PMC has voted to make Cheng Xu, Dong Chen, and Hari Sankar Sivarama Subramaniyan committers on

Re: [DISCUSS] Supporting Hadoop-1 and experimental features

2015-05-11 Thread Sergey Shelukhin
That sounds like a good idea. Some features could be back ported to branch-1 if viable, but at least new stuff would not be burdened by Hadoop 1/MR code paths. Probably also a good place to enable vectorization and other perf features by default while we make alpha releases. +1 On 15/5/11,

Re: [DISCUSS] Supporting Hadoop-1 and experimental features

2015-05-18 Thread Sergey Shelukhin
features would be good all around. It lets us accelerate the pace of development, drop major features or rewrite them entirely without dragging everyone else kicking screaming into that release. Cheers, Gopal Sergey Shelukhin ser...@hortonworks.com ser...@hortonworks.com May 11, 2015

Re: [DISCUSS] Supporting Hadoop-1 and experimental features

2015-05-18 Thread Sergey Shelukhin
Note: by “cannot” I mean “are unwilling to”; upgrade paths exist, but some people are set in their ways or have practical considerations and don’t care for new shiny stuff. On 15/5/18, 11:46, Sergey Shelukhin ser...@hortonworks.com wrote: I think we need some path for deprecating old Hadoop

Re: [ANNOUNCE] New Hive Committer - Mithun Radhakrishnan

2015-04-15 Thread Sergey Shelukhin
Congrats! From: Xu, Cheng A cheng.a...@intel.commailto:cheng.a...@intel.com Reply-To: u...@hive.apache.orgmailto:u...@hive.apache.org u...@hive.apache.orgmailto:u...@hive.apache.org Date: Tuesday, April 14, 2015 at 18:03 To: u...@hive.apache.orgmailto:u...@hive.apache.org

VOTE: move to git

2015-04-15 Thread Sergey Shelukhin
Hi. We’ve been discussing this some time ago; this time I¹d like to start an official vote about moving Hive project to git from svn. I volunteer to facilitate the move; that seems to be just filing INFRA jira, and following instructions such as verifying that the new repo is sane. Please vote:

Re: VOTE: move to git

2015-04-15 Thread Sergey Shelukhin
requests would result in lots of branches and it would be hard to understand the sequence of changes. (maybe rebasing the changes in pull request before commit would help). I would like to see more clarity on this before we move ahead. On Wed, Apr 15, 2015 at 2:46 PM, Sergey Shelukhin ser

Re: VOTE: move to git

2015-04-16 Thread Sergey Shelukhin
before merging, or do a 'merge --squash'. We should create a copy of that in hive wiki. +1 to the move to git. A big plus is also that we won't need to separately create review board entries. On Wed, Apr 15, 2015 at 6:21 PM, Sergey Shelukhin ser...@hortonworks.com wrote: The example process can

<    1   2   3   4   5   6   7   8   9   10   >