Review Request 54022: HIVE-15270 ExprNode/Sarg changes to support values supplied during query runtime

2016-11-22 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54022/ --- Review request for hive, Ashutosh Chauhan and Prasanth_J. Bugs: HIVe-15270

[jira] [Created] (HIVE-15270) ExprNode/Sarg changes to support values supplied during query runtime

2016-11-22 Thread Jason Dere (JIRA)
Jason Dere created HIVE-15270: - Summary: ExprNode/Sarg changes to support values supplied during query runtime Key: HIVE-15270 URL: https://issues.apache.org/jira/browse/HIVE-15270 Project: Hive

[jira] [Created] (HIVE-15269) Dynamic Min-Max runtime-filtering for Tez

2016-11-22 Thread Jason Dere (JIRA)
Jason Dere created HIVE-15269: - Summary: Dynamic Min-Max runtime-filtering for Tez Key: HIVE-15269 URL: https://issues.apache.org/jira/browse/HIVE-15269 Project: Hive Issue Type: Bug

Re: [hive/ql] discussions of HIVE-15221, the right memory checkpoint

2016-11-22 Thread Hui Fei
add the link for HIVE-15221 https://issues.apache.org/jira/browse/HIVE-15221 thanks 2016-11-23 10:41 GMT+08:00 Hui Fei : > hi all > > In checkMemoryStatus function, i think maybe memory comparison is > meaningful after garbage collection. > > If that, we have additional benefit: the task maybe go

[jira] [Created] (HIVE-15268) limit+offset is broken (differently for ACID or not)

2016-11-22 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-15268: --- Summary: limit+offset is broken (differently for ACID or not) Key: HIVE-15268 URL: https://issues.apache.org/jira/browse/HIVE-15268 Project: Hive Issue

[hive/ql] discussions of HIVE-15221, the right memory checkpoint

2016-11-22 Thread Hui Fei
hi all In checkMemoryStatus function, i think maybe memory comparison is meaningful after garbage collection. If that, we have additional benefit: the task maybe go on running after gc, rather than fail. In addition, i think the memory checkpoint is not so good. Because we don't know when gc hap

Re: Review Request 53915: Extend JSONMessageFactory to store additional information about metadata objects on different table events

2016-11-22 Thread Thejas Nair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53915/#review156688 --- Ship it! Ship It! - Thejas Nair On Nov. 22, 2016, 11:02 p.m.

Re: Review Request 53915: Extend JSONMessageFactory to store additional information about metadata objects on different table events

2016-11-22 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53915/ --- (Updated Nov. 22, 2016, 11:02 p.m.) Review request for hive, Sushanth Sowmyan a

Re: Review Request 53966: HIVE-15199: INSERT INTO data on S3 is replacing the old rows with the new ones

2016-11-22 Thread Yongzhi Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53966/#review156659 --- The latest patch solved all the issues Illya Yalovyy pointed out,

Re: Review Request 53966: HIVE-15199: INSERT INTO data on S3 is replacing the old rows with the new ones

2016-11-22 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53966/ --- (Updated Nov. 22, 2016, 10:35 p.m.) Review request for hive. Changes ---

Re: Review Request 53966: HIVE-15199: INSERT INTO data on S3 is replacing the old rows with the new ones

2016-11-22 Thread Sergio Pena
> On Nov. 22, 2016, 9:30 p.m., Illya Yalovyy wrote: > > ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java, line 2789 > > > > > > Scalability concern: > > > > On some real datasets, it could be millio

Re: Review Request 53966: HIVE-15199: INSERT INTO data on S3 is replacing the old rows with the new ones

2016-11-22 Thread Sergio Pena
> On Nov. 22, 2016, 9:30 p.m., Illya Yalovyy wrote: > > ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java, line 2953 > > > > > > is "copy" part of the file name misleading? It is not actually a copy > > of a

Re: Review Request 53966: HIVE-15199: INSERT INTO data on S3 is replacing the old rows with the new ones

2016-11-22 Thread Yongzhi Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53966/#review156644 --- Ship it! Ship It! - Yongzhi Chen On Nov. 21, 2016, 11:54 p.m

Re: Review Request 53966: HIVE-15199: INSERT INTO data on S3 is replacing the old rows with the new ones

2016-11-22 Thread Illya Yalovyy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53966/#review156629 --- common/src/java/org/apache/hadoop/hive/common/FileUtils.java (lin

Re: Review Request 53966: HIVE-15199: INSERT INTO data on S3 is replacing the old rows with the new ones

2016-11-22 Thread Sergio Pena
> On Nov. 22, 2016, 9:27 p.m., Yongzhi Chen wrote: > > ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java, line 2983 > > > > > > if (isBlobStoragePath && !destFs.exists(destFilePath) > > then the second co

Re: Review Request 53966: HIVE-15199: INSERT INTO data on S3 is replacing the old rows with the new ones

2016-11-22 Thread Yongzhi Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53966/#review156639 --- ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java (line 29

[jira] [Created] (HIVE-15267) Make query length calculation logic more accurate in TxnUtils.needNewQuery()

2016-11-22 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-15267: Summary: Make query length calculation logic more accurate in TxnUtils.needNewQuery() Key: HIVE-15267 URL: https://issues.apache.org/jira/browse/HIVE-15267 Project: Hive

[jira] [Created] (HIVE-15266) Edit test output of negative blobstore tests to match HIVE-15226

2016-11-22 Thread Thomas Poepping (JIRA)
Thomas Poepping created HIVE-15266: -- Summary: Edit test output of negative blobstore tests to match HIVE-15226 Key: HIVE-15266 URL: https://issues.apache.org/jira/browse/HIVE-15266 Project: Hive

[jira] [Created] (HIVE-15265) support snapshot isolation for MM tables

2016-11-22 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-15265: Summary: support snapshot isolation for MM tables Key: HIVE-15265 URL: https://issues.apache.org/jira/browse/HIVE-15265 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-15264) Not connect to hbase regionserver in standalone mode if changing regionserver file's content from localhost to not localhost

2016-11-22 Thread le anh duc (JIRA)
le anh duc created HIVE-15264: - Summary: Not connect to hbase regionserver in standalone mode if changing regionserver file's content from localhost to not localhost Key: HIVE-15264 URL: https://issues.apache.org/jira

HIVE-1555 discussion

2016-11-22 Thread Dmitry Zagorulkin
Hello! I've implemented simple solution with some hard code by now. It's tested with oracle database. {code:sql} beeline> !connect jdbc:hive2://localhost:1 Connecting to jdbc:hive2://localhost:1 Enter username for jdbc:hive2://localhost:1: Enter password for jdbc:hive2://localhost:100

[jira] [Created] (HIVE-15263) Detect the values for incorrect NULL values

2016-11-22 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-15263: --- Summary: Detect the values for incorrect NULL values Key: HIVE-15263 URL: https://issues.apache.org/jira/browse/HIVE-15263 Project: Hive Issue Type: Sub-task Affec

[jira] [Created] (HIVE-15262) Drill 1.8 UI doesn't display Hive join query results

2016-11-22 Thread Gopal Nagar (JIRA)
Gopal Nagar created HIVE-15262: -- Summary: Drill 1.8 UI doesn't display Hive join query results Key: HIVE-15262 URL: https://issues.apache.org/jira/browse/HIVE-15262 Project: Hive Issue Type: Bug

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

2016-11-22 Thread chinnarao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53983/ --- Review request for hive and Ashutosh Chauhan. Repository: hive-git Descriptio

[jira] [Created] (HIVE-15261) Exception in thread "main" java.lang.IllegalArgumentException: Unrecognized Hadoop major version number: 3.0.0-alpha1

2016-11-22 Thread R (JIRA)
R created HIVE-15261: Summary: Exception in thread "main" java.lang.IllegalArgumentException: Unrecognized Hadoop major version number: 3.0.0-alpha1 Key: HIVE-15261 URL: https://issues.apache.org/jira/browse/HIVE-15261

Re: Permissions to edit pages

2016-11-22 Thread Lefty Leverenz
Anishek, you need a Confluence username as described here: How to get permission to edit . -- Lefty On Mon, Nov 21, 2016 at 8:16 PM, Anishek Agarwal wrote: > Hello, > > Can I please have th

[jira] [Created] (HIVE-15260) Auto delete old log files of hive services

2016-11-22 Thread Thejas M Nair (JIRA)
Thejas M Nair created HIVE-15260: Summary: Auto delete old log files of hive services Key: HIVE-15260 URL: https://issues.apache.org/jira/browse/HIVE-15260 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-15259) The deserialization time of HOS20 is longer than what in HOS16

2016-11-22 Thread liyunzhang_intel (JIRA)
liyunzhang_intel created HIVE-15259: --- Summary: The deserialization time of HOS20 is longer than what in HOS16 Key: HIVE-15259 URL: https://issues.apache.org/jira/browse/HIVE-15259 Project: Hive