Re: Review Request 35618: HiveOnTez: make explain user level = true as default

2015-06-19 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35618/#review88615 --- Ship it! Ship It! - John Pullokkaran On June 19, 2015, 1:38 a.m.

[jira] [Created] (HIVE-11062) Remove Exception stacktrace from Log.info when ACL is not supported.

2015-06-19 Thread Yongzhi Chen (JIRA)
Yongzhi Chen created HIVE-11062: --- Summary: Remove Exception stacktrace from Log.info when ACL is not supported. Key: HIVE-11062 URL: https://issues.apache.org/jira/browse/HIVE-11062 Project: Hive

Re: [VOTE] Apache Hive 1.2.1 Release Candidate 0

2015-06-19 Thread Gunther Hagleitner
?+1 Checked signatures, compiled, ran some tests. Thanks, Gunther. From: Alan Gates Sent: Friday, June 19, 2015 11:44 AM To: dev@hive.apache.org Subject: Re: [VOTE] Apache Hive 1.2.1 Release Candidate 0 +1. Checked signatures, looked for binary files, compiled

[jira] [Created] (HIVE-11061) Table renames not propagated to partition table in HBase metastore

2015-06-19 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11061: - Summary: Table renames not propagated to partition table in HBase metastore Key: HIVE-11061 URL: https://issues.apache.org/jira/browse/HIVE-11061 Project: Hive Is

[jira] [Created] (HIVE-11060) Make test windowing.q robust

2015-06-19 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-11060: -- Summary: Make test windowing.q robust Key: HIVE-11060 URL: https://issues.apache.org/jira/browse/HIVE-11060 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-11059) hcatalog-server-extensions tests scope should depend on hive-exec

2015-06-19 Thread Sushanth Sowmyan (JIRA)
Sushanth Sowmyan created HIVE-11059: --- Summary: hcatalog-server-extensions tests scope should depend on hive-exec Key: HIVE-11059 URL: https://issues.apache.org/jira/browse/HIVE-11059 Project: Hive

Hive-0.14 - Build # 989 - Still Failing

2015-06-19 Thread Apache Jenkins Server
Changes for Build #980 Changes for Build #981 Changes for Build #982 Changes for Build #983 Changes for Build #984 Changes for Build #985 Changes for Build #986 Changes for Build #987 Changes for Build #988 Changes for Build #989 No tests ran. The Apache Jenkins build system has built

Re: Review Request 35618: HiveOnTez: make explain user level = true as default

2015-06-19 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35618/#review88575 --- ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java (line 3

[jira] [Created] (HIVE-11058) Make alter_merge* tests stable across different OSes

2015-06-19 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-11058: Summary: Make alter_merge* tests stable across different OSes Key: HIVE-11058 URL: https://issues.apache.org/jira/browse/HIVE-11058 Project: Hive

Re: Review Request 35618: HiveOnTez: make explain user level = true as default

2015-06-19 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35618/#review88574 --- common/src/java/org/apache/hadoop/hive/common/jsonexplain/tez/Print

Re: Review Request 35618: HiveOnTez: make explain user level = true as default

2015-06-19 Thread John Pullokkaran
> On June 19, 2015, 7:02 p.m., John Pullokkaran wrote: > > common/src/java/org/apache/hadoop/hive/common/jsonexplain/tez/TezJsonParser.java, > > line 155 > > > > > > Who closes the printstream? > > Is it managed b

Re: Review Request 35618: HiveOnTez: make explain user level = true as default

2015-06-19 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35618/#review88570 --- common/src/java/org/apache/hadoop/hive/common/jsonexplain/tez/TezJs

[jira] [Created] (HIVE-11057) HBase metastore chokes on partition with ':' in name

2015-06-19 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11057: - Summary: HBase metastore chokes on partition with ':' in name Key: HIVE-11057 URL: https://issues.apache.org/jira/browse/HIVE-11057 Project: Hive Issue Type: Bug

Re: [VOTE] Apache Hive 1.2.1 Release Candidate 0

2015-06-19 Thread Alan Gates
+1. Checked signatures, looked for binary files, compiled the code, and ran a rat check. Alan. Sushanth Sowmyan June 19, 2015 at 2:44 Hi Folks, It's been a month since 1.2.0, and I promised to do a stabilization 1.2.1 release, and this is it. A large number of pat

[jira] [Created] (HIVE-11056) Boolean property to specify if an operator can project columns out of the input tuples

2015-06-19 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-11056: -- Summary: Boolean property to specify if an operator can project columns out of the input tuples Key: HIVE-11056 URL: https://issues.apache.org/jira/browse/HIVE

Re: Review Request 35618: HiveOnTez: make explain user level = true as default

2015-06-19 Thread pengcheng xiong
> On June 19, 2015, 1:27 p.m., Jesús Camacho Rodríguez wrote: > > ql/src/test/results/clientpositive/tez/explainuser_3.q.out, line 75 > > > > > > explain use... is empty. just marking it down to verify this is the > >

Re: Review Request 34726: HIVE-10533

2015-06-19 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34726/ --- (Updated June 19, 2015, 2:52 p.m.) Review request for hive, Ashutosh Chauhan an

Re: Review Request 34757: HIVE-10844: Combine equivalent Works for HoS[Spark Branch]

2015-06-19 Thread Xuefu Zhang
> On June 19, 2015, 3:42 a.m., Xuefu Zhang wrote: > > ql/src/java/org/apache/hadoop/hive/ql/optimizer/spark/CombineEquivalentWorkResolver.java, > > line 207 > > > > > > I think in SparkWork, there couldn't be two pare

Re: Review Request 34757: HIVE-10844: Combine equivalent Works for HoS[Spark Branch]

2015-06-19 Thread Xuefu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34757/#review88537 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/OperatorComparatorF

Re: Review Request 35618: HiveOnTez: make explain user level = true as default

2015-06-19 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35618/#review88524 --- ql/src/test/results/clientpositive/tez/explainuser_3.q.out (line 75

Re: PL/HQL and Hive

2015-06-19 Thread Dmitry Tolpeko
I modified the package and created jira https://issues.apache.org/jira/browse/HIVE-11055. Thanks, Dmitry On Thu, Jun 18, 2015 at 4:26 PM, Dmitry Tolpeko wrote: > Thanks, Alan. I will update the package naming, and try to create Jira and > patch soon. > > Dmitry > > On Thu, Jun 18, 2015 at 2:37

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

2015-06-19 Thread hiveqa
See Changes: [ekoifman] HIVE-10151 - insert into A select from B is broken when both A and B are Acid tables and bucketed the same way (Eugene Koifman, reviewed by Alan Gates) [vikram] HIVE-10403 - Add

[jira] [Created] (HIVE-11055) HPL/SQL - Implementing Procedural SQL in Hive (PL/HQL Contribution)

2015-06-19 Thread Dmitry Tolpeko (JIRA)
Dmitry Tolpeko created HIVE-11055: - Summary: HPL/SQL - Implementing Procedural SQL in Hive (PL/HQL Contribution) Key: HIVE-11055 URL: https://issues.apache.org/jira/browse/HIVE-11055 Project: Hive

[VOTE] Apache Hive 1.2.1 Release Candidate 0

2015-06-19 Thread Sushanth Sowmyan
Hi Folks, It's been a month since 1.2.0, and I promised to do a stabilization 1.2.1 release, and this is it. A large number of patches have been applied since 1.2.0, and major known issues have been cleared/fixed. A few jiras were deferred out to 1.3/2.0 as not being ready to commit into 1.2.1 at

[jira] [Created] (HIVE-11054) Read error : Partition Varchar column cannot be cast to string

2015-06-19 Thread Devansh Srivastava (JIRA)
Devansh Srivastava created HIVE-11054: - Summary: Read error : Partition Varchar column cannot be cast to string Key: HIVE-11054 URL: https://issues.apache.org/jira/browse/HIVE-11054 Project: Hive

Re: Review Request 34757: HIVE-10844: Combine equivalent Works for HoS[Spark Branch]

2015-06-19 Thread chengxiang li
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34757/ --- (Updated June 19, 2015, 7:22 a.m.) Review request for hive and Xuefu Zhang. C

Re: Review Request 34757: HIVE-10844: Combine equivalent Works for HoS[Spark Branch]

2015-06-19 Thread chengxiang li
> On June 19, 2015, 3:42 a.m., Xuefu Zhang wrote: > > !. First round review. Only at a high level. > > 2. Patch looks very good and clean. > > 3. It will be better if we can add some test cases for self union, > > self-join, CWE, and repeated sub-queries. This can be a followup task, > > though

Re: Review Request 34757: HIVE-10844: Combine equivalent Works for HoS[Spark Branch]

2015-06-19 Thread chengxiang li
> On June 19, 2015, 3:42 a.m., Xuefu Zhang wrote: > > ql/src/java/org/apache/hadoop/hive/ql/optimizer/spark/CombineEquivalentWorkResolver.java, > > line 207 > > > > > > I think in SparkWork, there couldn't be two pare

Error using UNION ALL operator on tables of different storage format !!!

2015-06-19 Thread @Sanjiv Singh
Hi All I was trying to combine records of two tables using UNION ALL. One table testTableText is on TEXT format and another table testTableORC is on ORC format. It is failing with given error. It seems error related to input format. Is it bug ? or .. See the given scenario : *Hive Versio