Re: Review Request 52978: HIVE-14459 TestBeeLineDriver - migration and re-enable

2017-02-28 Thread Peter Vary
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52978/ --- (Updated Feb. 28, 2017, 10:28 a.m.) Review request for hive, Zoltan Haindrich,

[jira] [Created] (HIVE-16056) Hive Changing Future Times tamp Values column values when any clause or filter applied

2017-02-28 Thread Sunil Kumar (JIRA)
Sunil Kumar created HIVE-16056: -- Summary: Hive Changing Future Times tamp Values column values when any clause or filter applied Key: HIVE-16056 URL: https://issues.apache.org/jira/browse/HIVE-16056 Proj

Re: Review Request 57083: [HIVE-15939] Make cast expressions comply more to sql2011

2017-02-28 Thread Teddy Choi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57083/ --- (Updated 2 28, 2017, 1:23 오후) Review request for hive, Zoltan Haindrich and Zol

Re: Review Request 57083: [HIVE-15939] Make cast expressions comply more to sql2011

2017-02-28 Thread Teddy Choi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57083/ --- (Updated 2 28, 2017, 1:24 오후) Review request for hive, Zoltan Haindrich and Zol

[jira] [Created] (HIVE-16057) SchemaTool ignores --passWord argument if hadoop.security.credential.provider.path is configured

2017-02-28 Thread Peter Vary (JIRA)
Peter Vary created HIVE-16057: - Summary: SchemaTool ignores --passWord argument if hadoop.security.credential.provider.path is configured Key: HIVE-16057 URL: https://issues.apache.org/jira/browse/HIVE-16057

Re: [VOTE] Drop support for Java7 in master branch

2017-02-28 Thread Sergio Pena
Thanks Alan for the proposal. JDK8 seems to have very useful API. It should be good to start using it. +1. On Tue, Feb 28, 2017 at 12:55 AM, Rajat Khandelwal < rajat.khandel...@inmobi.com> wrote: > +1 > > On Tue, Feb 28, 2017 at 10:37 AM, Prasanth Jayachandran < > pjayachand...@hortonworks.com>

Re: [VOTE] Drop support for Java7 in master branch

2017-02-28 Thread Thejas Nair
Note that upgrading the minimum required version to JDK8 also gives Hive the option of using more recent versions of several libraries including hikaricp (as default connection pool option) [1] and jetty [2] [1] https://issues.apache.org/jira/browse/HIVE-13931 [2] https://issues.apache.org/jira/br

Re: [VOTE] Drop support for Java7 in master branch

2017-02-28 Thread Mohit Sabharwal
+1 On Tue, Feb 28, 2017 at 11:12 AM, Thejas Nair wrote: > Note that upgrading the minimum required version to JDK8 also gives Hive > the option of using more recent versions of several libraries including > hikaricp (as default connection pool option) [1] and jetty [2] > > [1] https://issues.a

Re: [VOTE] Drop support for Java7 in master branch

2017-02-28 Thread Wei Zheng
+1 Thanks, Wei On 2/28/17, 09:21, "Mohit Sabharwal" wrote: +1 On Tue, Feb 28, 2017 at 11:12 AM, Thejas Nair wrote: > Note that upgrading the minimum required version to JDK8 also gives Hive > the option of using more recent versions of several libraries incl

[jira] [Created] (HIVE-16058) Disable falling back to non-cbo for SemanticException for tests

2017-02-28 Thread Vineet Garg (JIRA)
Vineet Garg created HIVE-16058: -- Summary: Disable falling back to non-cbo for SemanticException for tests Key: HIVE-16058 URL: https://issues.apache.org/jira/browse/HIVE-16058 Project: Hive Iss

Re: [VOTE] Drop support for Java7 in master branch

2017-02-28 Thread Sergey Shelukhin
+1! On 17/2/28, 10:27, "Wei Zheng" wrote: >+1 > >Thanks, >Wei > >On 2/28/17, 09:21, "Mohit Sabharwal" wrote: > >+1 > > > >On Tue, Feb 28, 2017 at 11:12 AM, Thejas Nair >wrote: > >> Note that upgrading the minimum required version to JDK8 also gives >Hive >> the

Re: [VOTE] Drop support for Java7 in master branch

2017-02-28 Thread Siddharth Seth
+1 On Mon, Feb 27, 2017 at 8:54 PM, Thejas Nair wrote: > There was a [DISCUSS] thread on the topic of moving to jdk8 for unit tests > [1], and many people also expressed the opinion that we should drop JDK 7 > support in Hive. Public updates by Oracle was stopped on Apr 2015 [2]. > > This vote t

[jira] [Created] (HIVE-16059) Addendum to HIVE-15879

2017-02-28 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-16059: -- Summary: Addendum to HIVE-15879 Key: HIVE-16059 URL: https://issues.apache.org/jira/browse/HIVE-16059 Project: Hive Issue Type: Improvement

Re: [VOTE] Drop support for Java7 in master branch

2017-02-28 Thread Owen O'Malley
I'm a little worried that we are dropping it too soon given that OpenJDK will support 7 for another 1.5 years. https://access.redhat.com/articles/1299013 .. Owen On Tue, Feb 28, 2017 at 10:49 AM, Siddharth Seth wrote: > +1 > > On Mon, Feb 27, 2017 at 8:54 PM, Thejas Nair > wrote: > > > There

[jira] [Created] (HIVE-16060) GenericUDTFJSONTuple's HashCache could overgrown

2017-02-28 Thread Chao Sun (JIRA)
Chao Sun created HIVE-16060: --- Summary: GenericUDTFJSONTuple's HashCache could overgrown Key: HIVE-16060 URL: https://issues.apache.org/jira/browse/HIVE-16060 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-16061) Some of console output is not printed to the beeline console

2017-02-28 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-16061: --- Summary: Some of console output is not printed to the beeline console Key: HIVE-16061 URL: https://issues.apache.org/jira/browse/HIVE-16061 Project: Hive Issue Type:

Re: Review Request 56687: Intern strings in various critical places to reduce memory consumption.

2017-02-28 Thread Misha Dmitriev
> On Feb. 28, 2017, 3:07 a.m., Rui Li wrote: > > ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java, line 3180 > > > > > > do we still need this? I think createEmptyFile will intern the strings > > for us?

Re: Review Request 56687: Intern strings in various critical places to reduce memory consumption.

2017-02-28 Thread Misha Dmitriev
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56687/ --- (Updated Feb. 28, 2017, 8:15 p.m.) Review request for hive, Chaoyu Tang, Mohit

[jira] [Created] (HIVE-16062) Share ATS domain with Tez

2017-02-28 Thread Siddharth Seth (JIRA)
Siddharth Seth created HIVE-16062: - Summary: Share ATS domain with Tez Key: HIVE-16062 URL: https://issues.apache.org/jira/browse/HIVE-16062 Project: Hive Issue Type: Improvement Co

[jira] [Created] (HIVE-16063) instead of explicitly specifying mmWriteId during compilation phase, it should only be generated whenever needed during runtime

2017-02-28 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-16063: Summary: instead of explicitly specifying mmWriteId during compilation phase, it should only be generated whenever needed during runtime Key: HIVE-16063 URL: https://issues.apache.org/jir

[GitHub] hive pull request #152: HIVE-15934 : Downgrade Maven surefire plugin from 2....

2017-02-28 Thread weiatwork
Github user weiatwork closed the pull request at: https://github.com/apache/hive/pull/152 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[jira] [Created] (HIVE-16064) Allow ALL set quantifier with aggregate functions

2017-02-28 Thread Vineet Garg (JIRA)
Vineet Garg created HIVE-16064: -- Summary: Allow ALL set quantifier with aggregate functions Key: HIVE-16064 URL: https://issues.apache.org/jira/browse/HIVE-16064 Project: Hive Issue Type: Improv

[jira] [Created] (HIVE-16065) Vectorization: Wrong Key/Value information used by Vectorizer

2017-02-28 Thread Matt McCline (JIRA)
Matt McCline created HIVE-16065: --- Summary: Vectorization: Wrong Key/Value information used by Vectorizer Key: HIVE-16065 URL: https://issues.apache.org/jira/browse/HIVE-16065 Project: Hive Iss

[jira] [Created] (HIVE-16066) NPE in ExplainTask

2017-02-28 Thread Rajesh Balamohan (JIRA)
Rajesh Balamohan created HIVE-16066: --- Summary: NPE in ExplainTask Key: HIVE-16066 URL: https://issues.apache.org/jira/browse/HIVE-16066 Project: Hive Issue Type: Bug Reporter: R

[jira] [Created] (HIVE-16067) LLAP: send out container complete messages after a fragment completes

2017-02-28 Thread Siddharth Seth (JIRA)
Siddharth Seth created HIVE-16067: - Summary: LLAP: send out container complete messages after a fragment completes Key: HIVE-16067 URL: https://issues.apache.org/jira/browse/HIVE-16067 Project: Hive

-help

2017-02-28 Thread 董友良

[jira] [Created] (HIVE-16068) BloomFilter expectedEntries not always using NDV when it's available during runtime filtering

2017-02-28 Thread Jason Dere (JIRA)
Jason Dere created HIVE-16068: - Summary: BloomFilter expectedEntries not always using NDV when it's available during runtime filtering Key: HIVE-16068 URL: https://issues.apache.org/jira/browse/HIVE-16068

[jira] [Created] (HIVE-16069) test case for beeline -e ''

2017-02-28 Thread muxin (JIRA)
muxin created HIVE-16069: Summary: test case for beeline -e '' Key: HIVE-16069 URL: https://issues.apache.org/jira/browse/HIVE-16069 Project: Hive Issue Type: Test Components: Beeline A

[jira] [Created] (HIVE-16070) MERGE etc should be a reserved SQL keyword

2017-02-28 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-16070: - Summary: MERGE etc should be a reserved SQL keyword Key: HIVE-16070 URL: https://issues.apache.org/jira/browse/HIVE-16070 Project: Hive Issue Type: Sub-tas

[jira] [Created] (HIVE-16071) Spark remote driver misuses the timeout in RPC handshake

2017-02-28 Thread Chaoyu Tang (JIRA)
Chaoyu Tang created HIVE-16071: -- Summary: Spark remote driver misuses the timeout in RPC handshake Key: HIVE-16071 URL: https://issues.apache.org/jira/browse/HIVE-16071 Project: Hive Issue Type:

Re: [VOTE] Drop support for Java7 in master branch

2017-02-28 Thread Thejas Nair
Owen, The end of support from Oracle is just one aspect of it. As I mentioned earlier, we already seeing many libraries (hikaricp and jetty) move to requiring java8. Note that hadoop 3.0 line already requires java8 as well. As long as java8 is widely supported and available on systems users are lik

[jira] [Created] (HIVE-16072) LLAP: Add some additional jvm metrics for hadoop-metrics2

2017-02-28 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-16072: Summary: LLAP: Add some additional jvm metrics for hadoop-metrics2 Key: HIVE-16072 URL: https://issues.apache.org/jira/browse/HIVE-16072 Project: Hive