[jira] [Created] (HIVE-13692) Hive Unable to deserialize reduce input key

2016-05-04 Thread ChenFolin (JIRA)
ChenFolin created HIVE-13692: Summary: Hive Unable to deserialize reduce input key Key: HIVE-13692 URL: https://issues.apache.org/jira/browse/HIVE-13692 Project: Hive Issue Type: Bug Affects

Re: use jdbc connect to hive2.0

2016-05-04 Thread kevin
thanks,thejas.nair. it's work. 2016-05-04 15:40 GMT+08:00 Thejas Nair : > The property should be named hadoop.proxyuser.dcos.groups and > hadoop.proxyuser.dcos.groups if you are running HS2 as user dcos. > Also, user dcos should belong to the group dcos if that setting is to > work. I assume you

Re: Review Request 46671: HIVE-13598 : Describe extended table should show the primary keys/foreign keys associated with the table

2016-05-04 Thread Hari Sankar Sivarama Subramaniyan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46671/ --- (Updated May 5, 2016, 1:16 a.m.) Review request for hive and Ashutosh Chauhan.

[jira] [Created] (HIVE-13691) No record with CQ_ID=0 found in COMPACTION_QUEUE

2016-05-04 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-13691: - Summary: No record with CQ_ID=0 found in COMPACTION_QUEUE Key: HIVE-13691 URL: https://issues.apache.org/jira/browse/HIVE-13691 Project: Hive Issue Type: B

Re: Review Request 46671: HIVE-13598 : Describe extended table should show the primary keys/foreign keys associated with the table

2016-05-04 Thread Ashutosh Chauhan
> On May 3, 2016, 5:37 p.m., Ashutosh Chauhan wrote: > > ql/src/test/queries/clientpositive/create_with_constraints.q, line 19 > > > > > > Can you also add tests for describe formatted tblName colName; where > > colN

[jira] [Created] (HIVE-13690) Shade guava in hive-exec fat jar

2016-05-04 Thread Rohan Agarwal (JIRA)
Rohan Agarwal created HIVE-13690: Summary: Shade guava in hive-exec fat jar Key: HIVE-13690 URL: https://issues.apache.org/jira/browse/HIVE-13690 Project: Hive Issue Type: Improvement

Re: Review Request 46671: HIVE-13598 : Describe extended table should show the primary keys/foreign keys associated with the table

2016-05-04 Thread Hari Sankar Sivarama Subramaniyan
> On May 3, 2016, 5:37 p.m., Ashutosh Chauhan wrote: > > ql/src/test/queries/clientpositive/create_with_constraints.q, line 19 > > > > > > Can you also add tests for describe formatted tblName colName; where > > colN

Re: HiveQA jenkins picking up old tickets

2016-05-04 Thread Sergey Shelukhin
I had a couple HiveQA reports posted to recently-resolved JIRAs today, all the builds having started after the JIRA has already been resolved. I wonder if there’s some additional issue where it picks up resolved JIRAs, or fails to ignore them when starting a run? IIRC the old jenkins didn’t do that

Re: HiveQA jenkins picking up old tickets

2016-05-04 Thread Hari Sivarama Subramaniyan
Eugene, thanks for catching that. It looks like a bug with the jenkins, I was cleaning up my jira queue yesterday night and unassigned myself from a bunch of old jiras that I am no longer working on currently or the ones which I was not sure if the issue still exists . Some of these jiras which

Re: HiveQA jenkins picking up old tickets

2016-05-04 Thread Pengcheng Xiong
Hi Eugene, I believe that Hari is working on that as there is update activity in the jira 12hrs ago. Best Pengcheng On Wed, May 4, 2016 at 1:03 PM, Eugene Koifman wrote: > Hi, > it seems that the queue is full of tickets with 4 digit numbers. I > checked a few at random (e.g. > https://is

HiveQA jenkins picking up old tickets

2016-05-04 Thread Eugene Koifman
Hi, it seems that the queue is full of tickets with 4 digit numbers. I checked a few at random (e.g. https://issues.apache.org/jira/browse/HIVE-6867) - they haven't had any activity in a very long time. Is this intentional? thanks, Eugene

[jira] [Created] (HIVE-13689) Ensure that non-acid tables cannot be written to in a txn

2016-05-04 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-13689: - Summary: Ensure that non-acid tables cannot be written to in a txn Key: HIVE-13689 URL: https://issues.apache.org/jira/browse/HIVE-13689 Project: Hive Issu

[jira] [Created] (HIVE-13688) Variable substitutions not working for shell commands in beeline

2016-05-04 Thread Naveen Gangam (JIRA)
Naveen Gangam created HIVE-13688: Summary: Variable substitutions not working for shell commands in beeline Key: HIVE-13688 URL: https://issues.apache.org/jira/browse/HIVE-13688 Project: Hive

Running unit tests?

2016-05-04 Thread Ravi Prakash
Hi! Could someone please tell me how to run the clientpositive/clientnegative itests/qtest tests ? This document : https://cwiki.apache.org/confluence/display/Hive/HiveDeveloperFAQ#HiveDeveloperFAQ-HowdoIruntheclientpositive/clientnegativeunittests? mentions running ant package as the first step,

Re: Review Request 45348: HIVE-13363: Add hive.metastore.token.signature property to HiveConf

2016-05-04 Thread Ratandeep Ratti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45348/#review131711 --- Ship it! Looks good to me! - Ratandeep Ratti On May 4, 2016,

Re: Review Request 46974: HIVE-13639

2016-05-04 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46974/#review131667 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/Hiv

Re: Review Request 46974: HIVE-13639

2016-05-04 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46974/#review131664 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/Hiv

Re: Review Request 39425: Invalid column ref error in order by when using column alias in select clause and using having

2016-05-04 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39425/#review131663 --- ql/src/test/queries/clientnegative/alias_groupby_orderby_1.q (lin

Review Request 46974: HIVE-13639

2016-05-04 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46974/ --- Review request for hive and Ashutosh Chauhan. Bugs: HIVE-13639 https://issu

Re: Review Request 45911: HIVE-13341: Stats state is not captured correctly: differentiate load table and create table

2016-05-04 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45911/#review131659 --- Patch looks good. Checked golden files, looks good. ql/src/java/

[jira] [Created] (HIVE-13687) java.lang.RuntimeException: Reduce operator initialization failed

2016-05-04 Thread liuguanghua (JIRA)
liuguanghua created HIVE-13687: -- Summary: java.lang.RuntimeException: Reduce operator initialization failed Key: HIVE-13687 URL: https://issues.apache.org/jira/browse/HIVE-13687 Project: Hive I

Re: Review Request 46671: HIVE-13598 : Describe extended table should show the primary keys/foreign keys associated with the table

2016-05-04 Thread Ashutosh Chauhan
> On May 3, 2016, 5:37 p.m., Ashutosh Chauhan wrote: > > ql/src/test/queries/clientpositive/create_with_constraints.q, line 19 > > > > > > Can you also add tests for describe formatted tblName colName; where > > colN

[jira] [Created] (HIVE-13686) TestRecordReaderImpl is deleting target/tmp causing all the tests after it to fail

2016-05-04 Thread Rajat Khandelwal (JIRA)
Rajat Khandelwal created HIVE-13686: --- Summary: TestRecordReaderImpl is deleting target/tmp causing all the tests after it to fail Key: HIVE-13686 URL: https://issues.apache.org/jira/browse/HIVE-13686

[jira] [Created] (HIVE-13685) Vectorization: Date*ColScalar parses the scalar in every loop

2016-05-04 Thread Gopal V (JIRA)
Gopal V created HIVE-13685: -- Summary: Vectorization: Date*ColScalar parses the scalar in every loop Key: HIVE-13685 URL: https://issues.apache.org/jira/browse/HIVE-13685 Project: Hive Issue Type: I

Re: use jdbc connect to hive2.0

2016-05-04 Thread Thejas Nair
The property should be named hadoop.proxyuser.dcos.groups and hadoop.proxyuser.dcos.groups if you are running HS2 as user dcos. Also, user dcos should belong to the group dcos if that setting is to work. I assume you are trying to have hive.server2.enable.doAs=true. I am not sure why you are seei

Re: use jdbc connect to hive2.0

2016-05-04 Thread kevin
I found hadoop info is :2016-05-04 13:49:33,785 INFO org.apache.hadoop.ipc.Server: Socket Reader #1 for port 9000: readAndProcess from client 10.1.3.120 threw exception [org.apache.hadoop.security.authorize.AuthorizationException: User: dcos is not allowed to impersonate dcos] and when I trun to h