[jira] [Created] (HIVE-10551) OOM when running query_89 with vectorization on hybridgrace=false

2015-04-30 Thread Rajesh Balamohan (JIRA)
Rajesh Balamohan created HIVE-10551: --- Summary: OOM when running query_89 with vectorization on hybridgrace=false Key: HIVE-10551 URL: https://issues.apache.org/jira/browse/HIVE-10551 Project: Hive

Please double-check JIRA number on commit

2015-04-30 Thread Lefty Leverenz
Since switching to git, three commits have had the wrong JIRA number. Two were typos and the third one gave the umbrella issue's number. Fortunately the correct issue could be found by searching for the summary text. 1. How can we reduce this failure rate? 2. Can JIRA numbers be fixed

[jira] [Created] (HIVE-10550) Dynamic RDD caching optimization for HoS.[Spark Branch]

2015-04-30 Thread Chengxiang Li (JIRA)
Chengxiang Li created HIVE-10550: Summary: Dynamic RDD caching optimization for HoS.[Spark Branch] Key: HIVE-10550 URL: https://issues.apache.org/jira/browse/HIVE-10550 Project: Hive Issue

[jira] [Created] (HIVE-10552) hive 1.1.0 rename column fails: Invalid method name: 'alter_table_with_cascade'

2015-04-30 Thread David Watzke (JIRA)
David Watzke created HIVE-10552: --- Summary: hive 1.1.0 rename column fails: Invalid method name: 'alter_table_with_cascade' Key: HIVE-10552 URL: https://issues.apache.org/jira/browse/HIVE-10552 Project:

[jira] [Created] (HIVE-10553) Remove hardcoded Parquet references from SearchArgumentImpl

2015-04-30 Thread Gopal V (JIRA)
Gopal V created HIVE-10553: -- Summary: Remove hardcoded Parquet references from SearchArgumentImpl Key: HIVE-10553 URL: https://issues.apache.org/jira/browse/HIVE-10553 Project: Hive Issue Type:

Re: Branch for HIVE-10511: Replacing the implementation of Hive CLI using Beeline

2015-04-30 Thread Xuefu Zhang
FYI. branch beeline-cli is created for the ongoing work in HIVE-10511. Thanks, Xuefu On Mon, Apr 27, 2015 at 8:24 PM, Xuefu Zhang xzh...@cloudera.com wrote: Hi all, I have created this JIRA per discussion in the deprecating Hive CLI thread. The task is non-trivial, for which I think it

[jira] [Created] (HIVE-10554) The examples on windows function doc page are not correct

2015-04-30 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-10554: --- Summary: The examples on windows function doc page are not correct Key: HIVE-10554 URL: https://issues.apache.org/jira/browse/HIVE-10554 Project: Hive Issue Type: Bug

Re: Branch for HIVE-10511: Replacing the implementation of Hive CLI using Beeline

2015-04-30 Thread Edward Capriolo
For what it is worth, even with all the enhancements made to hive-server 2 it is just not as reliable as the CLI. I am actually using cloudera 5.3 and we have multiple hive-server2 instances behind a load balancer. The load we are doing is not particularly heavy and the mean time to failure is 3

Guide for Hive Committers. credits.xml issue

2015-04-30 Thread Alexander Pivovarov
Hi Everyone I'm trying to follow Guide for Hive Committers. https://cwiki.apache.org/confluence/display/Hive/HowToCommit It says: *The first act of a new core committer is typically to add their name to the credits http://hive.apache.org/credits.html page. This requires changing the XML source

Re: Review Request 31146: HIVE-9508: MetaStore client socket connection should have a lifetime

2015-04-30 Thread Thiruvel Thirumoolan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31146/ --- (Updated April 30, 2015, 7:28 p.m.) Review request for hive. Repository:

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

2015-04-30 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33637/#review82195 ---

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

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

Re: Guide for Hive Committers. credits.xml issue

2015-04-30 Thread Prasanth Jayachandran
I am not sure if that page is correct. Please follow this page https://cwiki.apache.org/confluence/display/Hive/How+to+edit+the+website and add yourself to people.mdtext. Thanks Prasanth On Apr 30, 2015, at 1:00 PM, Alexander Pivovarov apivova...@gmail.com wrote: Hi Everyone I'm trying

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

2015-04-30 Thread Jason Dere
On April 30, 2015, 8:18 p.m., Jason Dere wrote: ql/src/test/org/apache/hadoop/hive/ql/udf/TestGenericUDFDateAdd.java, line 19 https://reviews.apache.org/r/33637/diff/2/?file=944335#file944335line19 Do all of these moved files need to have their package names changed? I only

[jira] [Created] (HIVE-10556) ORC PPD schema on read related changes

2015-04-30 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-10556: Summary: ORC PPD schema on read related changes Key: HIVE-10556 URL: https://issues.apache.org/jira/browse/HIVE-10556 Project: Hive Issue

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: Review Request 33618: HIVE-10518 Replace US_ASCII charset with US-ASCII in encode and decode description

2015-04-30 Thread Alexander Pivovarov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33618/#review82194 --- Ship it! Ship It! - Alexander Pivovarov On April 28, 2015, 6:24

Re: Preparation for Hive-1.2 release

2015-04-30 Thread Sushanth Sowmyan
Hi Folks, As of yesterday, we had a dummy RC0 ready, and the time draws near to start getting all the issues set about in https://cwiki.apache.org/confluence/display/Hive/Hive+1.2+Release+Status to getting them resolved, and then rolling out an RC1. To do this, we must first freeze the list over

[jira] [Created] (HIVE-10557) CBO : Support reference to alias in queries

2015-04-30 Thread Mostafa Mokhtar (JIRA)
Mostafa Mokhtar created HIVE-10557: -- Summary: CBO : Support reference to alias in queries Key: HIVE-10557 URL: https://issues.apache.org/jira/browse/HIVE-10557 Project: Hive Issue Type:

[jira] [Created] (HIVE-10558) LLAP: Add test case for all row groups selection with no column projection

2015-04-30 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-10558: Summary: LLAP: Add test case for all row groups selection with no column projection Key: HIVE-10558 URL: https://issues.apache.org/jira/browse/HIVE-10558

[jira] [Created] (HIVE-10559) IndexOutOfBoundsException with RemoveDynamicPruningBySize

2015-04-30 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-10559: Summary: IndexOutOfBoundsException with RemoveDynamicPruningBySize Key: HIVE-10559 URL: https://issues.apache.org/jira/browse/HIVE-10559 Project: Hive Issue Type:

[jira] [Created] (HIVE-10564) webhcat should use webhcat-site.xml properties for controller job submission

2015-04-30 Thread Thejas M Nair (JIRA)
Thejas M Nair created HIVE-10564: Summary: webhcat should use webhcat-site.xml properties for controller job submission Key: HIVE-10564 URL: https://issues.apache.org/jira/browse/HIVE-10564 Project:

[jira] [Created] (HIVE-10567) partial scan for rcfile table doesn't work for dynamic partition

2015-04-30 Thread Thomas Friedrich (JIRA)
Thomas Friedrich created HIVE-10567: --- Summary: partial scan for rcfile table doesn't work for dynamic partition Key: HIVE-10567 URL: https://issues.apache.org/jira/browse/HIVE-10567 Project: Hive

Re: [DISCUSS] Deprecating Hive CLI

2015-04-30 Thread Xuefu Zhang
Okay. That's fine. I think supporting an env variable doesn't take much. What about enabling the new code path by default, and allowing user to opt-out or in case of a serious bug? We also give user an warning that the env variable may be discontinued in the future. thanks, Xuefu On Thu, Apr 30,

[jira] [Created] (HIVE-10568) Select count(distinct()) can have more optimal execution plan

2015-04-30 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-10568: --- Summary: Select count(distinct()) can have more optimal execution plan Key: HIVE-10568 URL: https://issues.apache.org/jira/browse/HIVE-10568 Project: Hive

[jira] [Created] (HIVE-10569) Hive CLI gets stuck when hive.exec.parallel=true; and some exception happens during SessionState.start

2015-04-30 Thread Rohit Agarwal (JIRA)
Rohit Agarwal created HIVE-10569: Summary: Hive CLI gets stuck when hive.exec.parallel=true; and some exception happens during SessionState.start Key: HIVE-10569 URL:

[jira] [Created] (HIVE-10562) Add version column to NOTIFICATION_LOG table and DbNotificationListener

2015-04-30 Thread Sushanth Sowmyan (JIRA)
Sushanth Sowmyan created HIVE-10562: --- Summary: Add version column to NOTIFICATION_LOG table and DbNotificationListener Key: HIVE-10562 URL: https://issues.apache.org/jira/browse/HIVE-10562 Project:

Re: Review Request 31146: HIVE-9508: MetaStore client socket connection should have a lifetime

2015-04-30 Thread Thiruvel Thirumoolan
On April 30, 2015, 9:29 p.m., Vaibhav Gumashta wrote: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java, line 403 https://reviews.apache.org/r/31146/diff/3/?file=946416#file946416line403 Can you add a small comment here to indicate that 0s means this config is disabled?

Re: Review Request 31146: HIVE-9508: MetaStore client socket connection should have a lifetime

2015-04-30 Thread Thiruvel Thirumoolan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31146/ --- (Updated April 30, 2015, 11:33 p.m.) Review request for hive. Repository:

Re: [DISCUSS] Deprecating Hive CLI

2015-04-30 Thread Xuefu Zhang
Hi Thejas, Thanks for your input. I thought about this, but I don't really feel it necessary to have a transition stage. After all, Hive CLI is a command line tool with well-defined command line options. That's the interface that we need to support. We are just changing the implementation.

Re: [DISCUSS] Deprecating Hive CLI

2015-04-30 Thread Thejas Nair
In most cases with hive, when a major implementation change is made, we usually provide the user to fallback to older implementation. For example, when CBO was added, it was initially not enabled by default, and there still option of using non-CBO path. When new hadoop major versions are added, we

[jira] [Created] (HIVE-10560) LLAP: a different NPE in shuffle

2015-04-30 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-10560: --- Summary: LLAP: a different NPE in shuffle Key: HIVE-10560 URL: https://issues.apache.org/jira/browse/HIVE-10560 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-10563) MiniTezCliDriver tests ordering issues

2015-04-30 Thread Hari Sankar Sivarama Subramaniyan (JIRA)
Hari Sankar Sivarama Subramaniyan created HIVE-10563: Summary: MiniTezCliDriver tests ordering issues Key: HIVE-10563 URL: https://issues.apache.org/jira/browse/HIVE-10563 Project:

[jira] [Created] (HIVE-10566) LLAP: Vector row extraction allocates new extractors per process method call instead of just once

2015-04-30 Thread Matt McCline (JIRA)
Matt McCline created HIVE-10566: --- Summary: LLAP: Vector row extraction allocates new extractors per process method call instead of just once Key: HIVE-10566 URL: https://issues.apache.org/jira/browse/HIVE-10566

Re: Please double-check JIRA number on commit

2015-04-30 Thread Lefty Leverenz
Found a negative answer to #2 in some ASF instructions http://www.apache.org/security/committers.html for security issues (*underline added*): 15. The log for the svn commit that applied the fix is updated to include the CVE number. Projects that use git as their primary source code control

Re: Review Request 31146: HIVE-9508: MetaStore client socket connection should have a lifetime

2015-04-30 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31146/#review82203 --- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java

[jira] [Created] (HIVE-10561) Tez session does not always end when CLI is ctrl-c-ed

2015-04-30 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-10561: --- Summary: Tez session does not always end when CLI is ctrl-c-ed Key: HIVE-10561 URL: https://issues.apache.org/jira/browse/HIVE-10561 Project: Hive

Re: Please double-check JIRA number on commit

2015-04-30 Thread Xuefu Zhang
Yes, for that, I think we should put the commit log in the corresponding JIRA comment as a cross-reference. I have to admit that I had to fix commit message for a few of my svn commits in the past. On Thu, Apr 30, 2015 at 3:53 PM, Lefty Leverenz leftylever...@gmail.com wrote: Found a negative

Re: [DISCUSS] Deprecating Hive CLI

2015-04-30 Thread Thejas Nair
Hi Xuefu, What is the plan you have in mind for a transition to using beeline from within hive? I assume there is going to be some translation from hive cli options and commands to beeline. Is that right ? Once the translation is in place, how would the switch happen ? I am thinking that once

Re: Guide for Hive Committers. credits.xml issue

2015-04-30 Thread Lefty Leverenz
Those instructions are obsolete and need to be revised as Prasanth indicates. -- Lefty On Thu, Apr 30, 2015 at 4:08 PM, Prasanth Jayachandran pjayachand...@hortonworks.com wrote: I am not sure if that page is correct. Please follow this page

[jira] [Created] (HIVE-10565) LLAP: Native Vector Map Join doesn't handle filtering and matching on repeated key correctly

2015-04-30 Thread Matt McCline (JIRA)
Matt McCline created HIVE-10565: --- Summary: LLAP: Native Vector Map Join doesn't handle filtering and matching on repeated key correctly Key: HIVE-10565 URL: https://issues.apache.org/jira/browse/HIVE-10565

Re: Branch for HIVE-10511: Replacing the implementation of Hive CLI using Beeline

2015-04-30 Thread Xuefu Zhang
Ed, I think you have picked the wrong thread for the topic, for which we had a serious [DISCUSSION] thread a few days ago. Nevertheless, to clarify we are not removing Hive CLI, but just reimplementing it. If you continue having doubts, please post your response to that thread. Thanks, Xuefu On

[jira] [Created] (HIVE-10555) Windowing function for count(*) with preceding rows doesn't work as expected

2015-04-30 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-10555: --- Summary: Windowing function for count(*) with preceding rows doesn't work as expected Key: HIVE-10555 URL: https://issues.apache.org/jira/browse/HIVE-10555 Project: Hive