Re: HIVE building on ARM

2020-07-20 Thread Chinna Rao Lalam
policy in Hive on who should have > this privilege so I guess you should request it from Ashutosh. > > Best, > Stamatis > > On Thu, Jun 18, 2020 at 12:05 PM Zoltan Haindrich wrote: > >> Hey Chinna! >> >> On 6/18/20 11:43 AM, Chinna Rao Lalam wrote: >> &

Re: HIVE building on ARM

2020-06-18 Thread Chinna Rao Lalam
KE cluster. >> While I was working on it I collected stuff needed for it in this repo: >> https://github.com/kgyrtkirk/hive-test-kube/ >> it should be possible to start a new deployment using that stuff >> >> cheers, >> Zoltan >> >> > >>

Re: HIVE building on ARM

2020-06-15 Thread Chinna Rao Lalam
keep the influence to existing x86 users to the > > minimum. I hope this could be a acceptable short-term > > solution. > > > > I've manually tested on my machine and the github PR travis CI test has > > already passed, so the build process is OK, so let's &

Re: HIVE building on ARM

2020-03-12 Thread Chinna Rao Lalam
two-step-work, first step we use > one of the short-term plan to enable > Hive on ARM, and 2nd Step, we look for the long run to discuss with HBase > to find out a fesiable solution. > > BR, > > Zhenyu Zheng > > On Tue, Mar 10, 2020 at 9:29 PM Chinna Rao Lalam < >

Re: HIVE building on ARM

2020-03-10 Thread Chinna Rao Lalam
blob/branch-2.2/pom.xml#L1414. > > Kind Regards, > David > > On Tue, Mar 10, 2020 at 1:11 PM Chinna Rao Lalam < > lalamchinnara...@gmail.com> > wrote: > > > Hi All, > > > > We are working on HIVE building and running on ARM architecture. As part > of >

HIVE building on ARM

2020-03-10 Thread Chinna Rao Lalam
need to upgrade to protobuf-3.7.1. HIVE-21939 <https://issues.apache.org/jira/browse/HIVE-21939> upgraded protobuf-2.5.0 to protobuf-3.7.1, It have mainly 2 failures. We are working on this. Thanks, Chinna Rao Lalam

Re: [Announce] New committer : Laszlo Pinter

2020-02-11 Thread Chinna Rao Lalam
Congratulations Laszlo ! On Tue, Feb 11, 2020 at 11:12 AM Anishek Agarwal wrote: > Congratulations Lazlo > > On Tue, Feb 11, 2020 at 9:44 AM Ashutosh Chauhan > wrote: > > > Apache Hive's Project Management Committee (PMC) has invited Laszlo > Pinter > > to become a committer, and we are pleased

Re: Welcome Anishek To Apache Hive PMC

2020-02-11 Thread Chinna Rao Lalam
Congratulations Anishek Agarwal ! On Tue, Feb 11, 2020 at 9:40 AM Ashutosh Chauhan wrote: > I'm happy to announce Anishek Agarwal as the latest addition to the Apache > Hive Project Management Committee (PMC). > > He has been an important committer to the project and active member of the > commu

Re: Welcome Mahesh to Hive PMC

2020-02-11 Thread Chinna Rao Lalam
Congratulations Mahesh Kumar Behera ! On Tue, Feb 11, 2020 at 9:36 AM Ashutosh Chauhan wrote: > Hi all, > > It's an honor to announce that Apache Hive PMC has recently voted to invite > Mahesh Kumar Behera as a new Hive PMC member. Mahesh is a long time Hive > contributor and committer, and has

Re: Is there any way to find Hive query to Datanucleus queries mapping

2020-02-11 Thread Chinna Rao Lalam
op/hive/ql/metadata/Hive.java#L5405 > > cheers, > Zoltan > > On 2/10/20 1:07 PM, Chinna Rao Lalam wrote: > > Hi All, > > > > Is there any way to find Hive query to Datanucleus queries mapping. > > > > "select * from table" this hive query will g

Is there any way to find Hive query to Datanucleus queries mapping

2020-02-10 Thread Chinna Rao Lalam
Hi All, Is there any way to find Hive query to Datanucleus queries mapping. "select * from table" this hive query will generate multiple Datanucleus queries and execute on configured DB. In our DB some of the queries are running slow, So we want to see hivequery->datanucleus query mapping to find

What is the release plan for Hive 4.0.0

2020-01-21 Thread Chinna Rao Lalam
Hi all. Do we have any timelines for Hive 4.0.0 release. Thanks, Chinna

Re: [Announce] New committer : David Mollitor

2019-09-16 Thread Chinna Rao Lalam
Congratulations David On Fri, 13 Sep 2019 at 12:10 AM, Andrew Sherman wrote: > Congratulations David, you deserve this! > > On Thu, Sep 12, 2019 at 2:19 AM Peter Vary > wrote: > > > Congratulations David! > > > > Ashutosh Chauhan ezt írta (időpont: 2019. szept. > > 12., Csü 1:24): > > > > > Hi

Re: [ANNOUNCE] New committer: Rajkumar Singh

2019-08-31 Thread Chinna Rao Lalam
Congratulations Rajkumar Singh. Regards, Chinna Rao Lalam On Fri, Jul 26, 2019 at 9:23 AM Ashutosh Chauhan wrote: > Apache Hive's Project Management Committee (PMC) has invited Rajkumar Singh > to become a committer, and we are pleased to announce that he has accepted. > > R

Re: Welcome new Hive committer, Zhihai Xu

2017-05-05 Thread Chinna Rao Lalam
Congratulations Zhihai... On Fri, May 5, 2017 at 10:22 PM, Xuefu Zhang wrote: > Hi all, > > I'm very please to announce that Hive PMC has recently voted to offer > Zhihai a committership which he accepted. Please join me in congratulating > on this recognition and thanking him for his contributi

Review Request 55045: HIVE-15324 : Enable round() function to accept scale argument as non-constants

2016-12-26 Thread Chinna Rao Lalam
/udf_round.q 88b2274 ql/src/test/results/clientpositive/udf_round.q.out 456e6ea Diff: https://reviews.apache.org/r/55045/diff/ Testing --- All tests are passed. Thanks, Chinna Rao Lalam

Review Request 55036: Scale is greater than decimal values trunc(d, s) returns wrong results

2016-12-26 Thread Chinna Rao Lalam
/ql/udf/generic/GenericUDFTrunc.java a95248f ql/src/test/queries/clientpositive/udf_trunc_number.q b3fd9e5 ql/src/test/results/clientpositive/udf_trunc_number.q.out dfc9d70 Diff: https://reviews.apache.org/r/55036/diff/ Testing --- All tests are passed. Thanks, Chinna Rao Lalam

Re: Invitation for Hive committers to become ORC committers

2016-12-15 Thread Chinna Rao Lalam
I would be interested. Thanks. Chinna Rao Lalam On Fri, Dec 16, 2016 at 6:43 AM, Owen O'Malley wrote: > Ok, I've added the people who have responded so far and updated the ORC > website. > > http://orc.apache.org/news/2016/12/15/new-committers/ > http://orc.apache.org

[jira] [Created] (HIVE-15431) Round(1234567891.1234567891,50) returns null, result is not consistent with Mysql.

2016-12-14 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-15431: --- Summary: Round(1234567891.1234567891,50) returns null, result is not consistent with Mysql. Key: HIVE-15431 URL: https://issues.apache.org/jira/browse/HIVE-15431

Re: Review Request 53983: HIVE-14582 : Add trunc(numeric) udf

2016-11-30 Thread Chinna Rao Lalam
s://reviews.apache.org/r/53983/#review157471 ----------- On Nov. 30, 2016, 7:04 p.m., Chinna Rao Lalam wrote: > > --- > This is an automatically generated e-mail.

[jira] [Created] (HIVE-15325) Add tests with negative numbers as well as no-op tests

2016-11-30 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-15325: --- Summary: Add tests with negative numbers as well as no-op tests Key: HIVE-15325 URL: https://issues.apache.org/jira/browse/HIVE-15325 Project: Hive

[jira] [Created] (HIVE-15324) Enable round() function to accept scale argument as non-constants

2016-11-30 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-15324: --- Summary: Enable round() function to accept scale argument as non-constants Key: HIVE-15324 URL: https://issues.apache.org/jira/browse/HIVE-15324 Project: Hive

[jira] [Created] (HIVE-14571) Document configuration hive.msck.repair.batch.size

2016-08-18 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-14571: --- Summary: Document configuration hive.msck.repair.batch.size Key: HIVE-14571 URL: https://issues.apache.org/jira/browse/HIVE-14571 Project: Hive Issue

[jira] [Created] (HIVE-14032) INSERT OVERWRITE command failed with sensitive names.

2016-06-16 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-14032: --- Summary: INSERT OVERWRITE command failed with sensitive names. Key: HIVE-14032 URL: https://issues.apache.org/jira/browse/HIVE-14032 Project: Hive

Re: [ANNOUNCE] New Hive Committer - Yongzhi Chen

2015-11-02 Thread Chinna Rao Lalam
Congrats Yongzhi! On Tue, Nov 3, 2015 at 12:37 AM, Lefty Leverenz wrote: > Congratulations Yongzhi! > > -- Lefty > > On Mon, Nov 2, 2015 at 1:19 PM, Vaibhav Gumashta < > vgumas...@hortonworks.com> > wrote: > > > Congrats Yongzhi! > > > > ‹Vaibhav > > > > On 11/2/15, 9:56 AM, "Zhuoluo (Clark) Yan

Re: [ANNOUNCE] New Hive Committer - Siddharth Seth

2015-10-22 Thread Chinna Rao Lalam
Congratulations! On Thu, Oct 22, 2015 at 12:18 PM, Santlal J Gupta < santlal.gu...@bitwiseglobal.com> wrote: > Congratulations !! > > -Original Message- > From: Chetna C [mailto:chetna@gmail.com] > Sent: Thursday, October 22, 2015 8:58 AM > To: dev@hive.apache.org > Cc: Siddharth Seth

Re: [ANNOUNCE] New Hive Committer- Aihua Xu

2015-10-22 Thread Chinna Rao Lalam
Congrats Aihua! On Thu, Oct 22, 2015 at 10:45 AM, Vaibhav Gumashta < vgumas...@hortonworks.com> wrote: > Congrats Aihua! > > ‹Vaibhav > > On 10/21/15, 4:42 PM, "Pengcheng Xiong" wrote: > > >Congrats Aihua! > > > >On Wed, Oct 21, 2015 at 2:09 PM, Szehon Ho wrote: > > > >> The Apache Hive PMC has

Re: [ANNOUNCE] New Hive Committers - Jesus Camacho Rodriguez and Chinna Rao Lalam

2015-06-27 Thread Chinna Rao Lalam
26, 2015 at 7:01 PM, Sergio Pena > wrote: > > > Congratulations China and Jesus !!!. > > > > - Sergio > > > > On Fri, Jun 26, 2015 at 1:57 PM, Carl Steinbach wrote: > > > > > On behalf of the Apache Hive PMC I am pleased to announce that J

[jira] [Created] (HIVE-10905) Quit&Exit fails ending with ';' [beeline-cli Branch]

2015-06-03 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-10905: --- Summary: Quit&Exit fails ending with ';' [beeline-cli Branch] Key: HIVE-10905 URL: https://issues.apache.org/jira/browse/HIVE-10905

[jira] [Created] (HIVE-10904) Use beeline-log4j.properties for migrated CLI [beeline-cli Branch]

2015-06-03 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-10904: --- Summary: Use beeline-log4j.properties for migrated CLI [beeline-cli Branch] Key: HIVE-10904 URL: https://issues.apache.org/jira/browse/HIVE-10904 Project: Hive

[jira] [Created] (HIVE-10847) Support CLI specific configurations with beeline functionality

2015-05-28 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-10847: --- Summary: Support CLI specific configurations with beeline functionality Key: HIVE-10847 URL: https://issues.apache.org/jira/browse/HIVE-10847 Project: Hive

[jira] [Created] (HIVE-10824) Need to update start script changes in .cmd files

2015-05-26 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-10824: --- Summary: Need to update start script changes in .cmd files Key: HIVE-10824 URL: https://issues.apache.org/jira/browse/HIVE-10824 Project: Hive Issue

[jira] [Created] (HIVE-10823) CLI start script throwing error message on console

2015-05-26 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-10823: --- Summary: CLI start script throwing error message on console Key: HIVE-10823 URL: https://issues.apache.org/jira/browse/HIVE-10823 Project: Hive Issue

[jira] [Created] (HIVE-10822) CLI start script throwing error message on console

2015-05-26 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-10822: --- Summary: CLI start script throwing error message on console Key: HIVE-10822 URL: https://issues.apache.org/jira/browse/HIVE-10822 Project: Hive Issue

Re: [ANNOUNCE] New Hive Committer - Chaoyu Tang

2015-05-20 Thread Chinna Rao Lalam
Congratulations Chaoyu. On Thu, May 21, 2015 at 9:42 AM, Naveen Gangam wrote: > Congrats Chaoyu, > Well deserved indeed!!! > > On Wed, May 20, 2015 at 10:04 PM, Yongzhi Chen wrote: > > > Congratulations Chaoyu! > > > > On Wed, May 20, 2015 at 8:10 PM, Lefty Leverenz > > > wrote: > > > > > Cong

[jira] [Created] (HIVE-10626) Spark paln need to be updated [Spark Branch]

2015-05-06 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-10626: --- Summary: Spark paln need to be updated [Spark Branch] Key: HIVE-10626 URL: https://issues.apache.org/jira/browse/HIVE-10626 Project: Hive Issue Type

[jira] [Created] (HIVE-10415) hive.start.cleanup.scratchdir configuration is not taking effect

2015-04-21 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-10415: --- Summary: hive.start.cleanup.scratchdir configuration is not taking effect Key: HIVE-10415 URL: https://issues.apache.org/jira/browse/HIVE-10415 Project: Hive

Re: cannot call permanent udfs with the latest trunk

2015-04-14 Thread Chinna Rao Lalam
Hi, I have uploaded a patch for HIVE-10288.. Please try this.. Hope It Helps, Chinna On Tue, Apr 14, 2015 at 5:37 AM, Nezih Yigitbasi < nyigitb...@netflix.com.invalid> wrote: > Hey everyone, > With the latest trunk I cannot call permanent UDFs, please see HIVE-10288 >

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

2015-03-23 Thread Chinna Rao Lalam
Congratulations to all... On Mon, Mar 23, 2015 at 11:38 PM, Carl Steinbach wrote: > The Apache Hive PMC has voted to make Jimmy Xiang, Matt McCline, and > Sergio Pena committers on the Apache Hive Project. > > Please join me in congratulating Jimmy, Matt, and Sergio. > > Thanks. > > - Carl > >

[jira] [Created] (HIVE-10058) Log the information of cached RDD [Spark Branch]

2015-03-23 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-10058: --- Summary: Log the information of cached RDD [Spark Branch] Key: HIVE-10058 URL: https://issues.apache.org/jira/browse/HIVE-10058 Project: Hive Issue

[jira] [Created] (HIVE-10017) SparkTask log improvement [Spark Branch]

2015-03-19 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-10017: --- Summary: SparkTask log improvement [Spark Branch] Key: HIVE-10017 URL: https://issues.apache.org/jira/browse/HIVE-10017 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-9939) Code cleanup for redundant if check in ExplainTask

2015-03-12 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-9939: -- Summary: Code cleanup for redundant if check in ExplainTask Key: HIVE-9939 URL: https://issues.apache.org/jira/browse/HIVE-9939 Project: Hive Issue Type

[jira] [Created] (HIVE-9871) Print spark job id in history file [spark branch]

2015-03-05 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-9871: -- Summary: Print spark job id in history file [spark branch] Key: HIVE-9871 URL: https://issues.apache.org/jira/browse/HIVE-9871 Project: Hive Issue Type

[jira] [Commented] (HIVE-9638) Drop Index does not check Index or Table exisit or not

2015-02-13 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14319806#comment-14319806 ] Chinna Rao Lalam commented on HIVE-9638: Hi, In Hive 0.7.0 or later, DROP ret

[jira] [Updated] (HIVE-9516) Enable CBO related tests [Spark Branch]

2015-02-12 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-9516: --- Status: Open (was: Patch Available) Failed tests results order is not consistent. Need to add

[jira] [Updated] (HIVE-9516) Enable CBO related tests [Spark Branch]

2015-02-11 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-9516: --- Status: Patch Available (was: Open) Enabled some of the CBO related tests covering all

[jira] [Updated] (HIVE-9516) Enable CBO related tests [Spark Branch]

2015-02-11 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-9516: --- Attachment: HIVE-9516.1-spark.patch > Enable CBO related tests [Spark Bra

[jira] [Assigned] (HIVE-9516) Enable CBO related tests [Spark Branch]

2015-02-11 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam reassigned HIVE-9516: -- Assignee: Chinna Rao Lalam > Enable CBO related tests [Spark Bra

[jira] [Updated] (HIVE-9170) UT: udf_in_file fails with filenotfoundexception

2015-02-09 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-9170: --- Status: Patch Available (was: Open) This testcase is working. Enable this test. >

[jira] [Updated] (HIVE-9170) UT: udf_in_file fails with filenotfoundexception

2015-02-09 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-9170: --- Attachment: HIVE-9170.1-spark.patch > UT: udf_in_file fails with filenotfoundexcept

[jira] [Assigned] (HIVE-9170) UT: udf_in_file fails with filenotfoundexception

2015-02-09 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam reassigned HIVE-9170: -- Assignee: Chinna Rao Lalam > UT: udf_in_file fails with filenotfoundexcept

[jira] [Updated] (HIVE-9289) TODO : Store user name in session [Spark Branch]

2015-01-21 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-9289: --- Status: Patch Available (was: Open) > TODO : Store user name in session [Spark Bra

[jira] [Commented] (HIVE-9289) TODO : Store user name in session [Spark Branch]

2015-01-21 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286161#comment-14286161 ] Chinna Rao Lalam commented on HIVE-9289: I have verified this code, reusing

[jira] [Updated] (HIVE-9289) TODO : Store user name in session [Spark Branch]

2015-01-21 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-9289: --- Attachment: HIVE-9289.2-spark.patch > TODO : Store user name in session [Spark Bra

[jira] [Updated] (HIVE-9289) TODO : Store user name in session [Spark Branch]

2015-01-21 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-9289: --- Status: Open (was: Patch Available) > TODO : Store user name in session [Spark Bra

[jira] [Updated] (HIVE-9289) TODO : Store user name in session [Spark Branch]

2015-01-07 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-9289: --- Status: Patch Available (was: Open) Now maintaining user name in the session. RB: https

[jira] [Updated] (HIVE-9289) TODO : Store user name in session [Spark Branch]

2015-01-07 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-9289: --- Attachment: HIVE-9289.1-spark.patch > TODO : Store user name in session [Spark Bra

[jira] [Created] (HIVE-9289) TODO : Store user name in session [Spark Branch]

2015-01-07 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-9289: -- Summary: TODO : Store user name in session [Spark Branch] Key: HIVE-9289 URL: https://issues.apache.org/jira/browse/HIVE-9289 Project: Hive Issue Type

[jira] [Commented] (HIVE-9282) hive could not able to integrate with spark

2015-01-06 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14267316#comment-14267316 ] Chinna Rao Lalam commented on HIVE-9282: Hive on spark is not available in

[jira] [Updated] (HIVE-8508) UT: fix bucketsort_insert tests - related to SMBMapJoinOperator

2014-12-11 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8508: --- Status: Patch Available (was: Open) Verified these tests and these are working on current

[jira] [Updated] (HIVE-8508) UT: fix bucketsort_insert tests - related to SMBMapJoinOperator

2014-12-11 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8508: --- Attachment: HIVE-8508.1-spark.patch > UT: fix bucketsort_insert tests - related

[jira] [Assigned] (HIVE-8508) UT: fix bucketsort_insert tests - related to SMBMapJoinOperator

2014-12-10 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam reassigned HIVE-8508: -- Assignee: Chinna Rao Lalam > UT: fix bucketsort_insert tests - related

[jira] [Updated] (HIVE-8507) UT: fix rcfile_bigdata test

2014-12-10 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8507: --- Attachment: HIVE-8507.2-spark.patch Added tests in testconfiguration.properties > UT:

[jira] [Updated] (HIVE-8507) UT: fix rcfile_bigdata test

2014-12-10 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8507: --- Status: Patch Available (was: Open) > UT: fix rcfile_bigdata t

[jira] [Updated] (HIVE-8507) UT: fix rcfile_bigdata test

2014-12-10 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8507: --- Status: Open (was: Patch Available) > UT: fix rcfile_bigdata t

[jira] [Updated] (HIVE-8507) UT: fix rcfile_bigdata test

2014-12-10 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8507: --- Status: Patch Available (was: Open) These test are working on the current code base.. >

[jira] [Updated] (HIVE-8507) UT: fix rcfile_bigdata test

2014-12-10 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8507: --- Attachment: HIVE-8507.1-spark.patch > UT: fix rcfile_bigdata t

[jira] [Assigned] (HIVE-8507) UT: fix rcfile_bigdata test

2014-12-10 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam reassigned HIVE-8507: -- Assignee: Chinna Rao Lalam > UT: fix rcfile_bigdata t

[jira] [Updated] (HIVE-8986) Add limit_partition_metadataonly.q in testconfiguration.properties [Spark Branch]

2014-11-26 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8986: --- Attachment: HIVE-8986-spark.patch > Add limit_partition_metadataonly.q

[jira] [Updated] (HIVE-8986) Add limit_partition_metadataonly.q in testconfiguration.properties [Spark Branch]

2014-11-26 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8986: --- Status: Patch Available (was: Open) > Add limit_partition_metadataonly.q

[jira] [Created] (HIVE-8986) Add limit_partition_metadataonly.q in testconfiguration.properties [Spark Branch]

2014-11-26 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-8986: -- Summary: Add limit_partition_metadataonly.q in testconfiguration.properties [Spark Branch] Key: HIVE-8986 URL: https://issues.apache.org/jira/browse/HIVE-8986

[jira] [Assigned] (HIVE-8962) Add SORT_QUERY_RESULTS for join tests that do not guarantee order #2

2014-11-25 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam reassigned HIVE-8962: -- Assignee: Chao (was: Chinna Rao Lalam) > Add SORT_QUERY_RESULTS for join tests that

[jira] [Assigned] (HIVE-8962) Add SORT_QUERY_RESULTS for join tests that do not guarantee order #2

2014-11-25 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam reassigned HIVE-8962: -- Assignee: Chinna Rao Lalam > Add SORT_QUERY_RESULTS for join tests that do

[jira] [Updated] (HIVE-8788) UT: fix partition test case

2014-11-25 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8788: --- Status: Patch Available (was: Open) Enabled MetadataOnlyOptimizer. RB request: https

[jira] [Updated] (HIVE-8788) UT: fix partition test case

2014-11-25 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8788: --- Priority: Major (was: Minor) > UT: fix partition test c

[jira] [Updated] (HIVE-8788) UT: fix partition test case

2014-11-25 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8788: --- Attachment: HIVE-8788.1-spark.patch > UT: fix partition test c

[jira] [Updated] (HIVE-8788) UT: fix partition test case

2014-11-25 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8788: --- Attachment: HIVE-8788-spark.patch > UT: fix partition test c

[jira] [Commented] (HIVE-8639) Convert SMBJoin to MapJoin [Spark Branch]

2014-11-19 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14218168#comment-14218168 ] Chinna Rao Lalam commented on HIVE-8639: Hi [~brocknoland], I am investiga

[jira] [Assigned] (HIVE-8504) UT: fix bucket_num_reducers test

2014-11-07 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam reassigned HIVE-8504: -- Assignee: Chinna Rao Lalam > UT: fix bucket_num_reducers t

[jira] [Updated] (HIVE-8509) UT: fix list_bucket_dml_2 test

2014-11-04 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8509: --- Attachment: HIVE-8509-spark.patch > UT: fix list_bucket_dml_2 t

[jira] [Updated] (HIVE-8509) UT: fix list_bucket_dml_2 test

2014-11-04 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8509: --- Status: Patch Available (was: Open) > UT: fix list_bucket_dml_2 t

[jira] [Assigned] (HIVE-8509) UT: fix list_bucket_dml_2 test

2014-11-04 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam reassigned HIVE-8509: -- Assignee: Chinna Rao Lalam > UT: fix list_bucket_dml_2 t

[jira] [Updated] (HIVE-7930) enable vectorization_short_regress.q, vector_string_concat.q [Spark Branch]

2014-10-30 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-7930: --- Status: Patch Available (was: Open) > enable vectorization_short_regres

[jira] [Updated] (HIVE-7930) enable vectorization_short_regress.q, vector_string_concat.q [Spark Branch]

2014-10-30 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-7930: --- Attachment: HIVE-7930-spark.patch vector_string_concat.q is already enabled. Patch updated

[jira] [Assigned] (HIVE-8639) Convert SMBJoin to MapJoin [Spark Branch]

2014-10-30 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam reassigned HIVE-8639: -- Assignee: Chinna Rao Lalam > Convert SMBJoin to MapJoin [Spark Bra

[jira] [Updated] (HIVE-8425) enable vectorized_mapjoin.q,vectorized_nested_mapjoin.q [Sparch Branch]

2014-10-10 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8425: --- Status: Patch Available (was: Open) Thanks [~xuefuz], I have missed this HIVE-8412 JIRA

[jira] [Updated] (HIVE-8425) enable vectorized_mapjoin.q,vectorized_nested_mapjoin.q [Sparch Branch]

2014-10-10 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8425: --- Attachment: HIVE-8425-spark.patch > enable vectorized_mapjoin.q,vectorized_nested_mapjoi

[jira] [Updated] (HIVE-7794) Enable tests on Spark branch (4) [Sparch Branch]

2014-10-10 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-7794: --- Status: Patch Available (was: Open) Updated the patch. Patch doesnot contain below q files

[jira] [Updated] (HIVE-7794) Enable tests on Spark branch (4) [Sparch Branch]

2014-10-10 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-7794: --- Attachment: HIVE-7794.1-spark.patch > Enable tests on Spark branch (4) [Sparch Bra

[jira] [Created] (HIVE-8425) enable vectorized_mapjoin.q,vectorized_nested_mapjoin.q [Sparch Branch]

2014-10-10 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-8425: -- Summary: enable vectorized_mapjoin.q,vectorized_nested_mapjoin.q [Sparch Branch] Key: HIVE-8425 URL: https://issues.apache.org/jira/browse/HIVE-8425 Project

[jira] [Updated] (HIVE-7930) enable vectorization_short_regress.q, vector_string_concat.q

2014-10-10 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-7930: --- Description: {quote} vector_string_concat.q vectorization_short_regress.q {quote} queries

[jira] [Updated] (HIVE-7930) enable vectorization_short_regress.q, vector_string_concat.q

2014-10-10 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-7930: --- Summary: enable vectorization_short_regress.q, vector_string_concat.q (was: enable

[jira] [Commented] (HIVE-6954) After ALTER FILEFORMAT, DESCRIBE throwing exception

2014-10-01 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14154586#comment-14154586 ] Chinna Rao Lalam commented on HIVE-6954: Hi [~vikram.dixit], I have vefified

[jira] [Updated] (HIVE-8180) Update SparkReduceRecordHandler for processing the vectors [spark branch]

2014-09-30 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8180: --- Attachment: HIVE-8180.3-spark.patch Removed trailing spaces. > Upd

[jira] [Commented] (HIVE-8180) Update SparkReduceRecordHandler for processing the vectors [spark branch]

2014-09-28 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14151412#comment-14151412 ] Chinna Rao Lalam commented on HIVE-8180: RB link : https://reviews.apache.o

[jira] [Updated] (HIVE-8180) Update SparkReduceRecordHandler for processing the vectors [spark branch]

2014-09-26 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8180: --- Status: Patch Available (was: Open) updated patch with .out files > Upd

[jira] [Updated] (HIVE-8180) Update SparkReduceRecordHandler for processing the vectors [spark branch]

2014-09-26 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8180: --- Attachment: HIVE-8180.1-spark.patch > Update SparkReduceRecordHandler for processing

[jira] [Updated] (HIVE-8180) Update SparkReduceRecordHandler for processing the vectors [spark branch]

2014-09-26 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8180: --- Status: Open (was: Patch Available) Need to update .out files for MR and TEZ for the updated

[jira] [Updated] (HIVE-8180) Update SparkReduceRecordHandler for processing the vectors [spark branch]

2014-09-26 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8180: --- Status: Patch Available (was: Open) SparkReduceRecordHandler is updated with processVectors

[jira] [Updated] (HIVE-8180) Update SparkReduceRecordHandler for processing the vectors [spark branch]

2014-09-26 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-8180: --- Attachment: HIVE-8180-spark.patch > Update SparkReduceRecordHandler for processing the vect

  1   2   3   4   5   6   >