[jira] [Created] (HIVE-10666) Improvement for Parquet Predicate Push down on Hive

2015-05-11 Thread Dong Chen (JIRA)
Dong Chen created HIVE-10666: Summary: Improvement for Parquet Predicate Push down on Hive Key: HIVE-10666 URL: https://issues.apache.org/jira/browse/HIVE-10666 Project: Hive Issue Type: Improvem

[jira] [Created] (HIVE-10667) Upgrade Calcite dependency to newest version

2015-05-11 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-10667: -- Summary: Upgrade Calcite dependency to newest version Key: HIVE-10667 URL: https://issues.apache.org/jira/browse/HIVE-10667 Project: Hive

Review Request 34040: Refactoring Windowing for sum() to pass WindowFrameDef instead of two numbers (1 for number of preceding and 1 for number of following)

2015-05-11 Thread Aihua Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34040/ --- Review request for hive. Repository: hive-git Description --- This is th

Re: Review Request 33881: HIVE-10623 Implement hive cli options using beeline functionality

2015-05-11 Thread cheng xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33881/ --- (Updated May 11, 2015, 3:22 p.m.) Review request for hive and Xuefu Zhang. Ch

Re: Review Request 33881: HIVE-10623 Implement hive cli options using beeline functionality

2015-05-11 Thread Xuefu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33881/#review83227 --- beeline/src/java/org/apache/hive/beeline/cli/CliOptionsProcessor.ja

Re: [VOTE] Apache Hive 1.2.0 release candidate 1

2015-05-11 Thread Szehon Ho
Hi Sushanth I made a 1.2 job, it's running now and can be run on demand if something changes. The job checks out the PTest code from master, but the PTest server will be building and running brach-1.2. Note, it timeshares with Precommit testing. http://ec2-174-129-184-35.compute-1.amazonaws.com

Re: [VOTE] Apache Hive 1.2.0 release candidate 1

2015-05-11 Thread Sushanth Sowmyan
Thanks, Szehon! I'll do a run on that today. On Mon, May 11, 2015 at 9:57 AM, Szehon Ho wrote: > Hi Sushanth > > I made a 1.2 job, it's running now and can be run on demand if something > changes. The job checks out the PTest code from master, but the PTest > server will be building and running

Fwd: New Committers added to the ORC project

2015-05-11 Thread Owen O'Malley
-- Forwarded message -- From: Owen O'Malley Date: Mon, May 11, 2015 at 9:55 AM Subject: New Committers added to the ORC project To: d...@orc.apache.org All, The ORC project has added the following seven people as committers for their work on ORC. Welcome all! * Gunther Haglei

[VOTE] Apache Hive 1.2.0 release candidate 2

2015-05-11 Thread Sushanth Sowmyan
Hi Folks, We've cleared all the blockers listed for 1.2.0 release, either committing them, or deferring out to an eventual 1.2.1 stabilization release. (Any deferrals were a result of discussion between myself and the committer responsible for the issue.) More details are available here : https://

Re: [VOTE] Apache Hive 1.2.0 release candidate 2

2015-05-11 Thread Sushanth Sowmyan
(Slight correction, the source tag link is for RC2, which is the correct link) On Mon, May 11, 2015 at 10:14 AM, Sushanth Sowmyan wrote: > Hi Folks, > > We've cleared all the blockers listed for 1.2.0 release, either > committing them, or deferring out to an eventual 1.2.1 stabilization > releas

Re: Review Request 33806: Add Tree traversal tools to ParseUtil class that allow for checking node structures with general predicate

2015-05-11 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33806/#review83235 --- Ship it! Ship It! - John Pullokkaran On May 10, 2015, 2:08 p.m.,

[jira] [Created] (HIVE-10668) Allow users to specify storage tiers for a table

2015-05-11 Thread Alan Gates (JIRA)
Alan Gates created HIVE-10668: - Summary: Allow users to specify storage tiers for a table Key: HIVE-10668 URL: https://issues.apache.org/jira/browse/HIVE-10668 Project: Hive Issue Type: New Featu

Re: [VOTE] Apache Hive 1.2.0 release candidate 2

2015-05-11 Thread Alan Gates
-1 A couple of jar files found there way into the src release: gates> find . -name \*.jar ./beeline/src/test/resources/DummyDriver-1.0-SNAPSHOT.jar ./beeline/src/test/resources/postgresql-9.3.jdbc3.jar We can't have any binaries in the source release. In the README: * At what point is the @VERS

Re: Review Request 34040: Refactoring Windowing for sum() to pass WindowFrameDef instead of two numbers (1 for number of preceding and 1 for number of following)

2015-05-11 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34040/#review83257 --- Mostly looks good. Few minor comments. ql/src/java/org/apache/hado

[jira] [Created] (HIVE-10669) The HMS upgrade test is not testing postgres nor derby upgrades

2015-05-11 Thread JIRA
Sergio Peña created HIVE-10669: -- Summary: The HMS upgrade test is not testing postgres nor derby upgrades Key: HIVE-10669 URL: https://issues.apache.org/jira/browse/HIVE-10669 Project: Hive Iss

Re: [VOTE] Apache Hive 1.2.0 release candidate 2

2015-05-11 Thread Sushanth Sowmyan
Thanks for the catch, Alan. Looks like the 2 jars got added via HIVE-9302, and are being used as resources for beeline tests. We could attempt to change the postgres jar to a download, but I don't know where the DummyDriver is coming from. They really should not have been checked in, imo. (we sho

Re: Review Request 34040: Refactoring Windowing for sum() to pass WindowFrameDef instead of two numbers (1 for number of preceding and 1 for number of following)

2015-05-11 Thread Aihua Xu
> On May 11, 2015, 6:41 p.m., Ashutosh Chauhan wrote: > > ql/src/java/org/apache/hadoop/hive/ql/plan/ptf/WindowFrameDef.java, line 51 > > > > > > Should this take into account direction information? e.g., for 3 > > pre

[jira] [Created] (HIVE-10670) Duplicate declaration of curator-recipes at pom.xml

2015-05-11 Thread Hari Sankar Sivarama Subramaniyan (JIRA)
Hari Sankar Sivarama Subramaniyan created HIVE-10670: Summary: Duplicate declaration of curator-recipes at pom.xml Key: HIVE-10670 URL: https://issues.apache.org/jira/browse/HIVE-10670

[jira] [Created] (HIVE-10671) yarn-cluster mode offers a degraded performance from yarn-client [Spark Branch]

2015-05-11 Thread Xuefu Zhang (JIRA)
Xuefu Zhang created HIVE-10671: -- Summary: yarn-cluster mode offers a degraded performance from yarn-client [Spark Branch] Key: HIVE-10671 URL: https://issues.apache.org/jira/browse/HIVE-10671 Project: Hi

[jira] [Created] (HIVE-10672) Analyze command on a table using row format serde JsonSerDe fails with NoClassDefFoundError

2015-05-11 Thread Jason Dere (JIRA)
Jason Dere created HIVE-10672: - Summary: Analyze command on a table using row format serde JsonSerDe fails with NoClassDefFoundError Key: HIVE-10672 URL: https://issues.apache.org/jira/browse/HIVE-10672 P

Re: Review Request 34040: Refactoring Windowing for sum() to pass WindowFrameDef instead of two numbers (1 for number of preceding and 1 for number of following)

2015-05-11 Thread Aihua Xu
> On May 11, 2015, 6:41 p.m., Ashutosh Chauhan wrote: > > ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFSum.java, line > > 225 > > > > > > d can't be null at this point. Don't need ternary operator. fi

Re: Review Request 34040: Refactoring Windowing for sum() to pass WindowFrameDef instead of two numbers (1 for number of preceding and 1 for number of following)

2015-05-11 Thread Aihua Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34040/ --- (Updated May 11, 2015, 8:08 p.m.) Review request for hive. Repository: hive-g

Re: [DISCUSS] Hive/HBase Integration

2015-05-11 Thread Nick Dimiduk
I'm particularly interested in how the extraction of ORC will necessitate creation of a more expressive API for Hive's storage tier. "StorageHandlerV2" should be considered with HBase in mind as well as ORC. On Sat, May 9, 2015 at 9:37 PM, kulkarni.swar...@gmail.com < kulkarni.swar...@gmail.com> w

Re: [VOTE] Apache Hive 1.2.0 release candidate 2

2015-05-11 Thread Alan Gates
I'm fine with doing this for the release, but I think we should apply the fix to branch-1.2 after the release so that any subsequent patches applied to this branch don't have to deal with the failing tests. Alan. Sushanth Sowmyan May 11, 2015 at 12:01 Thanks for th

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

2015-05-11 Thread Carl Steinbach
The Apache Hive PMC has voted to make Cheng Xu, Dong Chen, and Hari Sankar Sivarama Subramaniyan committers on the Apache Hive Project. Please join me in congratulating Cheng, Dong, and Hari! Thanks. - Carl

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

2015-05-11 Thread Vaibhav Gumashta
Congrats guys! On 5/11/15, 1:54 PM, "Carl Steinbach" wrote: >The Apache Hive PMC has voted to make Cheng Xu, Dong Chen, and Hari Sankar >Sivarama Subramaniyan committers on the Apache Hive Project. > >Please join me in congratulating Cheng, Dong, and Hari! > >Thanks. > >- Carl

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

2015-05-11 Thread Alexander Pivovarov
Congrats guys! On Mon, May 11, 2015 at 1:54 PM, Carl Steinbach wrote: > The Apache Hive PMC has voted to make Cheng Xu, Dong Chen, and Hari Sankar > Sivarama Subramaniyan committers on the Apache Hive Project. > > Please join me in congratulating Cheng, Dong, and Hari! > > Thanks. > > - Carl >

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

2015-05-11 Thread Xuefu Zhang
Congratulations, guys! Good work! --Xuefu On Mon, May 11, 2015 at 1:54 PM, Carl Steinbach wrote: > The Apache Hive PMC has voted to make Cheng Xu, Dong Chen, and Hari Sankar > Sivarama Subramaniyan committers on the Apache Hive Project. > > Please join me in congratulating Cheng, Dong, and Hari

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

2015-05-11 Thread Prasanth Jayachandran
Congratulations everyone! > On May 11, 2015, at 1:54 PM, Carl Steinbach wrote: > > The Apache Hive PMC has voted to make Cheng Xu, Dong Chen, and Hari Sankar > Sivarama Subramaniyan committers on the Apache Hive Project. > > Please join me in congratulating Cheng, Dong, and Hari! > > Thanks. >

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" wrote: >Congratulations, guys! Good work! > >--Xuefu > >On Mon, May 11, 2015 at 1:54 PM, Carl Steinbach wrote: > >> The Apache Hive PMC has voted to make Cheng Xu, Dong Chen, and Hari >>Sankar >> Sivarama Subramaniyan committers on the Apache Hive Proj

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

2015-05-11 Thread Chao Sun
Congrats guys! Great work! On Mon, May 11, 2015 at 1:59 PM, Sergey Shelukhin wrote: > Congrats! > > On 15/5/11, 13:58, "Xuefu Zhang" wrote: > > >Congratulations, guys! Good work! > > > >--Xuefu > > > >On Mon, May 11, 2015 at 1:54 PM, Carl Steinbach wrote: > > > >> The Apache Hive PMC has voted

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

2015-05-11 Thread Jimmy Xiang
Congrats! On Mon, May 11, 2015 at 2:00 PM, Chao Sun wrote: > Congrats guys! Great work! > > On Mon, May 11, 2015 at 1:59 PM, Sergey Shelukhin > wrote: > > > Congrats! > > > > On 15/5/11, 13:58, "Xuefu Zhang" wrote: > > > > >Congratulations, guys! Good work! > > > > > >--Xuefu > > > > > >On Mon

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

2015-05-11 Thread Szehon Ho
Congratulations guys! Szehon On Mon, May 11, 2015 at 4:07 PM, Jimmy Xiang wrote: > Congrats! > > On Mon, May 11, 2015 at 2:00 PM, Chao Sun wrote: > > > Congrats guys! Great work! > > > > On Mon, May 11, 2015 at 1:59 PM, Sergey Shelukhin < > ser...@hortonworks.com> > > wrote: > > > > > Congrats

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

2015-05-11 Thread Eugene Koifman
Congratulation! On 5/11/15, 2:10 PM, "Szehon Ho" wrote: >Congratulations guys! > >Szehon > >On Mon, May 11, 2015 at 4:07 PM, Jimmy Xiang wrote: > >> Congrats! >> >> On Mon, May 11, 2015 at 2:00 PM, Chao Sun wrote: >> >> > Congrats guys! Great work! >> > >> > On Mon, May 11, 2015 at 1:59 PM, Se

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

2015-05-11 Thread Sergio Pena
Congratulations Guys !!! :) On Mon, May 11, 2015 at 3:54 PM, Carl Steinbach wrote: > The Apache Hive PMC has voted to make Cheng Xu, Dong Chen, and Hari Sankar > Sivarama Subramaniyan committers on the Apache Hive Project. > > Please join me in congratulating Cheng, Dong, and Hari! > > Thanks. >

[jira] [Created] (HIVE-10673) Dynamically partitioned hash join for Tez

2015-05-11 Thread Jason Dere (JIRA)
Jason Dere created HIVE-10673: - Summary: Dynamically partitioned hash join for Tez Key: HIVE-10673 URL: https://issues.apache.org/jira/browse/HIVE-10673 Project: Hive Issue Type: Bug Co

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

2015-05-11 Thread Sushanth Sowmyan
Congratulations, and thank you for your contributions! :) On Mon, May 11, 2015 at 2:17 PM, Sergio Pena wrote: > Congratulations Guys !!! :) > > On Mon, May 11, 2015 at 3:54 PM, Carl Steinbach wrote: > >> The Apache Hive PMC has voted to make Cheng Xu, Dong Chen, and Hari Sankar >> Sivarama Subra

Review Request 34059: HIVE-10673 Dynamically partitioned hash join for Tez

2015-05-11 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34059/ --- Review request for hive and Vikram Dixit Kumaraswamy. Bugs: HIVE-10673 http

[jira] [Created] (HIVE-10674) HIVE-9302 introduces 2 jars in the source control repo

2015-05-11 Thread Sushanth Sowmyan (JIRA)
Sushanth Sowmyan created HIVE-10674: --- Summary: HIVE-9302 introduces 2 jars in the source control repo Key: HIVE-10674 URL: https://issues.apache.org/jira/browse/HIVE-10674 Project: Hive Iss

[jira] [Created] (HIVE-10675) Provide option to skip Accumulo related Hive tests in itests directory

2015-05-11 Thread Hari Sankar Sivarama Subramaniyan (JIRA)
Hari Sankar Sivarama Subramaniyan created HIVE-10675: Summary: Provide option to skip Accumulo related Hive tests in itests directory Key: HIVE-10675 URL: https://issues.apache.org/jira/browse/

[DISCUSS] Supporting Hadoop-1 and experimental features

2015-05-11 Thread Alan Gates
There is a lot of forward-looking work going on in various branches of Hive: LLAP, the HBase metastore, and the work to drop the CLI. It would be good to have a way to release this code to users so that they can experiment with it. Releasing it will also provide feedback to developers. At

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

2015-05-11 Thread Vikram Dixit K
Congrats guys! On Mon, May 11, 2015 at 2:34 PM, Sushanth Sowmyan wrote: > Congratulations, and thank you for your contributions! :) > > On Mon, May 11, 2015 at 2:17 PM, Sergio Pena wrote: >> Congratulations Guys !!! :) >> >> On Mon, May 11, 2015 at 3:54 PM, Carl Steinbach wrote: >> >>> The Apac

[jira] [Created] (HIVE-10676) Update Hive's README to mention spark, and to remove jdk1.6

2015-05-11 Thread Sushanth Sowmyan (JIRA)
Sushanth Sowmyan created HIVE-10676: --- Summary: Update Hive's README to mention spark, and to remove jdk1.6 Key: HIVE-10676 URL: https://issues.apache.org/jira/browse/HIVE-10676 Project: Hive

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

2015-05-11 Thread Thejas Nair
Congrats! Looking forward to more contributions (including code reviews)! On Mon, May 11, 2015 at 4:38 PM, Vikram Dixit K wrote: > Congrats guys! > > On Mon, May 11, 2015 at 2:34 PM, Sushanth Sowmyan wrote: >> Congratulations, and thank you for your contributions! :) >> >> On Mon, May 11, 2015

[jira] [Created] (HIVE-10677) hive.exec.parallel=true has problem when it is used for analyze table column stats

2015-05-11 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-10677: -- Summary: hive.exec.parallel=true has problem when it is used for analyze table column stats Key: HIVE-10677 URL: https://issues.apache.org/jira/browse/HIVE-10677

[jira] [Created] (HIVE-10678) update sql standard authorization configuration whitelist - more optimization flags

2015-05-11 Thread Thejas M Nair (JIRA)
Thejas M Nair created HIVE-10678: Summary: update sql standard authorization configuration whitelist - more optimization flags Key: HIVE-10678 URL: https://issues.apache.org/jira/browse/HIVE-10678 Pro

[jira] [Created] (HIVE-10679) JsonSerde ignores varchar and char size limit specified during table creation

2015-05-11 Thread Jagruti Varia (JIRA)
Jagruti Varia created HIVE-10679: Summary: JsonSerde ignores varchar and char size limit specified during table creation Key: HIVE-10679 URL: https://issues.apache.org/jira/browse/HIVE-10679 Project:

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

2015-05-11 Thread Xu, Cheng A
Thanks guys. I will continue to strive for more contributions to HIVE project :) -Original Message- From: Thejas Nair [mailto:thejas.n...@gmail.com] Sent: Tuesday, May 12, 2015 7:52 AM To: dev Cc: Chen, Dong1; Xu, Cheng A; Hari Subramaniyan Subject: Re: [ANNOUNCE] New Hive Committers -

Re: [VOTE] Apache Hive 1.2.0 release candidate 2

2015-05-11 Thread Sushanth Sowmyan
I've filed https://issues.apache.org/jira/browse/HIVE-10674 to track removal of the checked-in jars on master, and their eventual restoration via a download & test-compile target. For branch-1.2, I have git rm-ed the above 2 jars, and 2 more that I found. These will cause some limited test failure

hive on tez not convert map join to broadcast join

2015-05-11 Thread r7raul1...@163.com
In MR query plan is Map Join Operator condition map: Left Outer Join0 to 1 keys: 0 ordr_code (type: string), cart_prod_id (type: bigint) 1 parnt_ordr_code (type: string), comb_prod_id (type: bigint) outputColumnNames: _col1, _col2, _col3, _col5, _col10, _col11, _col15, _col16, But in tez

[VOTE] Apache Hive 1.2.0 release candidate 3

2015-05-11 Thread Sushanth Sowmyan
Hi Folks, We've cleared all the blockers listed for 1.2.0 release, either committing them, or deferring out to an eventual 1.2.1 stabilization release. (Any deferrals were a result of discussion between myself and the committer responsible for the issue.) More details are available here : https://

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, 15:38,

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

2015-05-11 Thread Vikram Dixit K
The proposal sounds good. Supporting and maintaining hadoop-1 is hard and conflict in API changes in 2.x of hadoop keeps us from using new and better APIs as it breaks compilation. +1 Thanks Vikram. On Mon, May 11, 2015 at 7:17 PM, Sergey Shelukhin wrote: > That sounds like a good idea. > Some

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

2015-05-11 Thread Hari Subramaniyan
Thank you everyone and Congrats to Cheng and Dong! It's a great feeling and I will do my best to contribute to the Hive community. Cheers, Hari From: Xu, Cheng A Sent: Monday, May 11, 2015 6:47 PM To: Thejas Nair; dev Cc: Chen, Dong1; Hari Subramaniyan Su

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

2015-05-11 Thread Prasanth Jayachandran
+1 for the proposal. New branch definitely helps us moving forward quickly with new features and deprecating the old stuffs (20S shims and mapreduce). Thanks Prasanth On Mon, May 11, 2015 at 7:20 PM -0700, "Vikram Dixit K" mailto:vikram.di...@gmail.com>> wrote: The proposal sounds good. Sup

[jira] [Created] (HIVE-10680) Hive Cassandra throws org.apache.cassandra.exceptions.ConfigurationException: Unable to find partitioner class 'org.apache.cassandra.dht.RandomPartitioner'

2015-05-11 Thread madheswaran (JIRA)
madheswaran created HIVE-10680: -- Summary: Hive Cassandra throws org.apache.cassandra.exceptions.ConfigurationException: Unable to find partitioner class 'org.apache.cassandra.dht.RandomPartitioner' Key: HIVE-10680

Re: Review Request 34059: HIVE-10673 Dynamically partitioned hash join for Tez

2015-05-11 Thread Alexander Pivovarov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34059/#review83356 --- ql/src/java/org/apache/hadoop/hive/ql/exec/MapJoinOperator.java

Re: Review Request 34059: HIVE-10673 Dynamically partitioned hash join for Tez

2015-05-11 Thread Alexander Pivovarov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34059/#review83359 --- ql/src/java/org/apache/hadoop/hive/ql/exec/tez/KeyValuesFromKeyValu

Re: Review Request 34059: HIVE-10673 Dynamically partitioned hash join for Tez

2015-05-11 Thread Alexander Pivovarov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34059/#review83362 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/MapJoinProcessor.ja

Re: Review Request 34059: HIVE-10673 Dynamically partitioned hash join for Tez

2015-05-11 Thread Alexander Pivovarov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34059/#review83367 --- ql/src/java/org/apache/hadoop/hive/ql/parse/GenTezProcContext.java

[jira] [Created] (HIVE-10682) LLAP: Make use of the task runner which allows killing tasks

2015-05-11 Thread Siddharth Seth (JIRA)
Siddharth Seth created HIVE-10682: - Summary: LLAP: Make use of the task runner which allows killing tasks Key: HIVE-10682 URL: https://issues.apache.org/jira/browse/HIVE-10682 Project: Hive

[jira] [Created] (HIVE-10683) LLAP: Add a mechanism for daemons to inform the AM about killed tasks

2015-05-11 Thread Siddharth Seth (JIRA)
Siddharth Seth created HIVE-10683: - Summary: LLAP: Add a mechanism for daemons to inform the AM about killed tasks Key: HIVE-10683 URL: https://issues.apache.org/jira/browse/HIVE-10683 Project: Hive

Re: Review Request 34059: HIVE-10673 Dynamically partitioned hash join for Tez

2015-05-11 Thread Alexander Pivovarov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34059/#review83371 --- ql/src/java/org/apache/hadoop/hive/ql/parse/GenTezWork.java