Re: Review Request 51435: HIVE-14426 Extensive logging on info level in WebHCat

2016-08-29 Thread Peter Vary
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51435/ --- (Updated Aug. 30, 2016, 6:34 a.m.) Review request for hive, Chaoyu Tang, Gabor

Re: Review Request 51435: HIVE-14426 Extensive logging on info level in WebHCat

2016-08-29 Thread Peter Vary
> On Aug. 27, 2016, 3:20 a.m., Chaoyu Tang wrote: > > common/src/java/org/apache/hadoop/hive/conf/HiveConfUtil.java, line 72 > > > > > > hive.conf.hidden.list is usually not default specified in > > configurations (e

Re: More than one table created at the same location

2016-08-29 Thread Alan Gates
Note that Hive doesn’t track individual files, just which directory a table stores its files in. So we wouldn’t expect this to work. The bug is more that Hive doesn’t detect that two tables are trying to use the same directory. I’m not sure we’re anxious to fix this since it would mean when c

[jira] [Created] (HIVE-14667) Eliminate OrcRecordUpdate.OPERATION

2016-08-29 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-14667: - Summary: Eliminate OrcRecordUpdate.OPERATION Key: HIVE-14667 URL: https://issues.apache.org/jira/browse/HIVE-14667 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-14666) LEFT OUTER JOIN - ON CLAUSE

2016-08-29 Thread Dharmendra Shavkani (JIRA)
Dharmendra Shavkani created HIVE-14666: -- Summary: LEFT OUTER JOIN - ON CLAUSE Key: HIVE-14666 URL: https://issues.apache.org/jira/browse/HIVE-14666 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-14665) vector_join_part_col_char.q failure

2016-08-29 Thread Hari Sankar Sivarama Subramaniyan (JIRA)
Hari Sankar Sivarama Subramaniyan created HIVE-14665: Summary: vector_join_part_col_char.q failure Key: HIVE-14665 URL: https://issues.apache.org/jira/browse/HIVE-14665 Project: Hiv

[jira] [Created] (HIVE-14664) Move QueryLifeTimeHook out of compilation lock

2016-08-29 Thread Chao Sun (JIRA)
Chao Sun created HIVE-14664: --- Summary: Move QueryLifeTimeHook out of compilation lock Key: HIVE-14664 URL: https://issues.apache.org/jira/browse/HIVE-14664 Project: Hive Issue Type: Bug

Re: More than one table created at the same location

2016-08-29 Thread Sergey Shelukhin
This is a bug, or rather an unexpected usage. I suspect the correct count value is coming from statistics. Can you file a JIRA? On 16/8/29, 00:51, "naveen mahadevuni" wrote: >Hi, > >Is the following behavior a bug? I believe at least one part of it is a >bug. I created two Hive tables at the sam

[jira] [Created] (HIVE-14663) Change ptest java language version to 1.7, other version changes and fixes

2016-08-29 Thread Siddharth Seth (JIRA)
Siddharth Seth created HIVE-14663: - Summary: Change ptest java language version to 1.7, other version changes and fixes Key: HIVE-14663 URL: https://issues.apache.org/jira/browse/HIVE-14663 Project: H

Re: Review Request 49782: HIVE-14170: Beeline IncrementalRows should buffer rows and incrementally re-calculate width if TableOutputFormat is used

2016-08-29 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49782/#review147140 --- Ship it! Ship It! - Sergio Pena On July 19, 2016, 9:50 p.m.,

Re: Review Request 51468: HIVE-14532 Enable qtests from IDE

2016-08-29 Thread Gabor Szadovszky
> On Aug. 27, 2016, 12:25 a.m., Gabor Szadovszky wrote: > > pom.xml, line 195 > > > > > > Wouldn't it infect the other modules (production) as well? > > Zoltan Haindrich wrote: > I don't think so...this property

[jira] [Created] (HIVE-14662) Wrong Class Instance When Using Custom SERDE

2016-08-29 Thread Nemon Lou (JIRA)
Nemon Lou created HIVE-14662: Summary: Wrong Class Instance When Using Custom SERDE Key: HIVE-14662 URL: https://issues.apache.org/jira/browse/HIVE-14662 Project: Hive Issue Type: Bug C

More than one table created at the same location

2016-08-29 Thread naveen mahadevuni
Hi, Is the following behavior a bug? I believe at least one part of it is a bug. I created two Hive tables at the same location and inserted rows in two tables. count(*) returns the correct count for each individual table, but SELECT * on one tables reads the rows from other table files too. CREA