[jira] [Created] (HIVE-10529) Cleanup tezcontext reference in org.apache.hadoop.hive.ql.exec.tez.HashTableLoader

2015-04-28 Thread Rajesh Balamohan (JIRA)
Rajesh Balamohan created HIVE-10529: --- Summary: Cleanup tezcontext reference in org.apache.hadoop.hive.ql.exec.tez.HashTableLoader Key: HIVE-10529 URL: https://issues.apache.org/jira/browse/HIVE-10529

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

2015-04-28 Thread Lefty Leverenz
This thread needs [DISCUSS] in the subject. -- Lefty On Tue, Apr 28, 2015 at 10:58 PM, Owen O'Malley wrote: > On Tue, Apr 28, 2015 at 5:25 PM, Szehon Ho wrote: > > > Hadoop 2 has been GA for a little over a year, there is still a fairly > > significant user base that uses hadoop-1 and would no

[jira] [Created] (HIVE-10528) Hiveserver2 in HTTP mode is not applying auth_to_local rules

2015-04-28 Thread Abdelrahman Shettia (JIRA)
Abdelrahman Shettia created HIVE-10528: -- Summary: Hiveserver2 in HTTP mode is not applying auth_to_local rules Key: HIVE-10528 URL: https://issues.apache.org/jira/browse/HIVE-10528 Project: Hive

[jira] [Created] (HIVE-10527) NPE in SparkUtilities::isDedicatedCluster

2015-04-28 Thread Rui Li (JIRA)
Rui Li created HIVE-10527: - Summary: NPE in SparkUtilities::isDedicatedCluster Key: HIVE-10527 URL: https://issues.apache.org/jira/browse/HIVE-10527 Project: Hive Issue Type: Sub-task Compo

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

2015-04-28 Thread Owen O'Malley
On Tue, Apr 28, 2015 at 5:25 PM, Szehon Ho wrote: > Hadoop 2 has been GA for a little over a year, there is still a fairly > significant user base that uses hadoop-1 and would not be happy with this > change. The question isn't whether there are people running Hadoop 1.x, it is whether those pe

Review Request 33650: HIVE-10516:Measure Hive CLI's performance difference before and after implementation is switched

2015-04-28 Thread cheng xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33650/ --- Review request for hive and Xuefu Zhang. Repository: hive-git Description ---

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

2015-04-28 Thread Szehon Ho
Hadoop 2 has been GA for a little over a year, there is still a fairly significant user base that uses hadoop-1 and would not be happy with this change. It should be removed at some point, but I'm not in favor of removing in next release which would be too soon. Perhaps we can declare it deprecat

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

2015-04-28 Thread Prasanth Jayachandran
I recently filed 5 issues (HIVE-10430, 10431, 10442, 10443, 10444) related to build breakage of hadoop-1. There could potentially be more breakage. Some patches were added to reduce the number of file systems calls to improve performance but with supporting hadoop-1 we cannot directly use such A

[jira] [Created] (HIVE-10526) CBO (Calcite Return Path): HiveCost epsilon comparison should take row count in to account

2015-04-28 Thread Laljo John Pullokkaran (JIRA)
Laljo John Pullokkaran created HIVE-10526: - Summary: CBO (Calcite Return Path): HiveCost epsilon comparison should take row count in to account Key: HIVE-10526 URL: https://issues.apache.org/jira/browse/HI

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

2015-04-28 Thread Owen O'Malley
It has been three years since Hadoop 2.0.0 was first released and I believe that the vast majority of users that want to run Hive 1.x have moved over to Hadoop 2.x already. It will dramatically simplify Hive development if we drop backwards compatibility with the old Hadoop 1.x line. Thanks, Ow

Re: Review Request 28372: Address review comments

2015-04-28 Thread Ryan Blue
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28372/#review81884 --- Looking good to me. I found a few things to fix, and I'm also wonder

[jira] [Created] (HIVE-10525) loading data into list bucketing table when null in skew column

2015-04-28 Thread Gabriel C Balan (JIRA)
Gabriel C Balan created HIVE-10525: -- Summary: loading data into list bucketing table when null in skew column Key: HIVE-10525 URL: https://issues.apache.org/jira/browse/HIVE-10525 Project: Hive

Re: Review Request 33633: HIVE-10499 Ensure Session/ZooKeeperClient instances are closed

2015-04-28 Thread Szehon Ho
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33633/#review81878 --- Ship it! Ship It! - Szehon Ho On April 28, 2015, 5:56 p.m., Jimm

Re: Review Request 33633: HIVE-10499 Ensure Session/ZooKeeperClient instances are closed

2015-04-28 Thread Jimmy Xiang
> On April 28, 2015, 6:03 p.m., Szehon Ho wrote: > > service/src/java/org/apache/hive/service/cli/session/HiveSessionImpl.java, > > line 568 > > > > > > Is it necessary to call close twice? Can we consolidate the two

[jira] [Created] (HIVE-10524) Add utility method ExprNodeDescUtils.forwardTrack()

2015-04-28 Thread Jason Dere (JIRA)
Jason Dere created HIVE-10524: - Summary: Add utility method ExprNodeDescUtils.forwardTrack() Key: HIVE-10524 URL: https://issues.apache.org/jira/browse/HIVE-10524 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-10523) Hive HCatalog Core 1.2.0 can not be built with hadoop-1 profile

2015-04-28 Thread Alexander Pivovarov (JIRA)
Alexander Pivovarov created HIVE-10523: -- Summary: Hive HCatalog Core 1.2.0 can not be built with hadoop-1 profile Key: HIVE-10523 URL: https://issues.apache.org/jira/browse/HIVE-10523 Project: Hi

Re: Review Request 33637: HIVE-10519 Move TestGenericUDF classes to udf.generic package

2015-04-28 Thread Alexander Pivovarov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33637/ --- (Updated April 28, 2015, 6:59 p.m.) Review request for hive and Jason Dere. C

Review Request 33637: HIVE-10519 Move TestGenericUDF classes to udf.generic package

2015-04-28 Thread Alexander Pivovarov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33637/ --- Review request for hive and Jason Dere. Bugs: HIVE-10519 https://issues.apa

[jira] [Created] (HIVE-10522) CBO (Calcite Return Path): fix the wrong needed column names when TS is created

2015-04-28 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-10522: -- Summary: CBO (Calcite Return Path): fix the wrong needed column names when TS is created Key: HIVE-10522 URL: https://issues.apache.org/jira/browse/HIVE-10522 Pro

Re: Review Request 28109: HiveServer2 dynamic service discovery: use persistent ephemeral nodes curator recipe

2015-04-28 Thread Vaibhav Gumashta
> On Jan. 30, 2015, 8:26 p.m., Thejas Nair wrote: > > common/src/java/org/apache/hadoop/hive/conf/HiveConf.java, line 1337 > > > > > > how about using seconds instead of milliseconds, most people would not > > care a

Re: Review Request 28109: HiveServer2 dynamic service discovery: use persistent ephemeral nodes curator recipe

2015-04-28 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28109/ --- (Updated April 28, 2015, 6:40 p.m.) Review request for hive and Thejas Nair.

[jira] [Created] (HIVE-10521) TxnHandler.timeOutTxns only times out some of the expired transactions

2015-04-28 Thread Alan Gates (JIRA)
Alan Gates created HIVE-10521: - Summary: TxnHandler.timeOutTxns only times out some of the expired transactions Key: HIVE-10521 URL: https://issues.apache.org/jira/browse/HIVE-10521 Project: Hive

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

2015-04-28 Thread Ashutosh Chauhan
I think its time to discuss about dropping support for Hadoop-1 line. What do folks think about Hive-1.2 being last release supporting Hadoop-1 line? Thanks, Ashutosh On Tue, Apr 28, 2015 at 11:02 AM, Alexander Pivovarov wrote: > Hi Everyone > > I tried to compile the latest hive with hadoop-1

Re: Review Request 33633: HIVE-10499 Ensure Session/ZooKeeperClient instances are closed

2015-04-28 Thread Szehon Ho
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33633/#review81845 --- service/src/java/org/apache/hive/service/cli/session/HiveSessionImp

Do we still support hadoop-1.2.x API (-Phadoop-1)?

2015-04-28 Thread Alexander Pivovarov
Hi Everyone I tried to compile the latest hive with hadoop-1 profile. It failed because TestLazySimpleFast (164) uses Text.copyBytes() which is hadoop-2.x API So, which hadoop API should we use in hive? old hadoop-1.x or new hadoop-2.x? Alex

Review Request 33633: HIVE-10499 Ensure Session/ZooKeeperClient instances are closed

2015-04-28 Thread Jimmy Xiang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33633/ --- Review request for hive and Szehon Ho. Bugs: HIVE-10499 https://issues.apac

Build failed in Jenkins: HIVE-TRUNK-JAVA8 #64

2015-04-28 Thread hiveqa
See Changes: [Ashutosh Chauhan] HIVE-10451 : PTF deserializer fails if values are not used in reducer (Ashutosh Chauhan via Gopal V) [j.prasanth.j] HIVE-10370: Hive does not compile with -Phadoop-1 opt

Re: Preparation for Hive-1.2 release

2015-04-28 Thread Sushanth Sowmyan
Hi Folks, As per the timeline set on https://cwiki.apache.org/confluence/display/Hive/Hive+1.2+Release+Status , the time for requests for inclusion of any new features to branch-1.2 is now closed. Any JIRAS already marked in the lists previously will be honoured and considered release blockers, bu

[jira] [Created] (HIVE-10520) LLAP: Must reset small table result columns for Native Vectorization of Map Join

2015-04-28 Thread Matt McCline (JIRA)
Matt McCline created HIVE-10520: --- Summary: LLAP: Must reset small table result columns for Native Vectorization of Map Join Key: HIVE-10520 URL: https://issues.apache.org/jira/browse/HIVE-10520 Project:

Re: Failing minimr tests

2015-04-28 Thread Hari Subramaniyan
I have a patch for this, will be nice if someone can review and verify it. Thanks Hari From: Szehon Ho Sent: Monday, April 27, 2015 6:25 PM To: dev@hive.apache.org Subject: Re: Failing minimr tests I got around to create a JIRA for this: HIVE-10514