Re: MapReduce Output File Names

2018-07-27 Thread Gopal Vijayaraghavan
>Would it be problematic to simply prefix a random number, or >timestamp, on the front of the file name to make it unique? For bucketed tables - they rely on the prefix to determine which bucket it belongs to. So if you have a bucketed table and insert into it twice, then this turns i

Re: Hive build from source is failing on ppc64le

2018-08-30 Thread Gopal Vijayaraghavan
> I am unable to understand what binary it is looking for and is there a way > to manually build it and provide the path to it. > Could someone please help me understand this issue better? https://issues.apache.org/jira/browse/HIVE-18601 Does that patch help you? Cheers, Gopal

Re: Hive ACID files compacted directory rename on cloud blob stores.

2018-11-09 Thread Gopal Vijayaraghavan
>To me it looks like this problem will be solved by >https://issues.apache.org/jira/browse/HIVE-20823, but until then, is this >broken or I have missed a crucial detail? Yes, S3Guard. https://www.slideshare.net/hortonworks/s3guard-whats-in-your-consistency-model However, that's anoth

Re: When do the deltas of a transaction become observable?

2018-11-26 Thread Gopal Vijayaraghavan
>release of the locks) but I can't seem to find it. As it's a transactional >system I'd expect we observe both deltas or none at all, at the point of >successful commit. In Hive's internals, "observe" is slightly different from "use". Hive ACID system can see a file on HDFS and the

Re: Hive ACID files compacted directory rename on cloud blob stores.

2018-11-26 Thread Gopal Vijayaraghavan
>Oh but s3Guard will not solve the atomicity problem, right? S3Guard does solve the atomicity problem, because compactors don't just rename directories. The basic consistency needed for ACID is - list after delete and list after create (which S3 does not have). They also place a file nam

Re: Accessing Calcite RelNodes

2019-01-27 Thread Gopal Vijayaraghavan
> For a project I want to retrieve the Calcite RelNodes during the execution > of the queries (perhaps even before query optimisation if possible) and > perform some analysis on those RelNodes. ... > Is this also the preferred approach to get access to these calcite logical > plans? Jesus add

Re: Custom UDF Loses Depenencies

2019-03-06 Thread Gopal Vijayaraghavan
>When we register a jar on the Hive console. Hive creates a fresh URL > classloader which includes the path of the current jar to be registered and > all the jar paths of the parent classloader. The parent classlaoder is the > current ThreadContextClassLoader. Once the URLClassloader is crea

Re: JvmPauseMonitor

2019-04-09 Thread Gopal Vijayaraghavan
Hi,  >Is there a reason not to use one from Hadoop? Historically, yes - it would need a Hadoop-1 shim & that would be a copy of the code. The 2nd copy exists because of standalone-metastore modules, I guess. Cheers, Gopal

Re: A proposal for read-only external table for cloud-native Hive deployment

2019-04-25 Thread Gopal Vijayaraghavan
>reuse the transactional_properties and add 'read_only' as a new value. With >read-only tables, all INSERT, UPDATE, DELETE statements will fail at Hive >front-end. This is actually a common ask when it comes to OnPrem -> Cloud REPL streams, to avoid diverging. The replicated data ha

Re: Anyone knows to use which command to regenerate the q*out files?

2017-10-01 Thread Gopal Vijayaraghavan
Hi, > Currently I saw many unit test failures in > https://builds.apache.org/job/PreCommit-HIVE-Build/7056/consoleFull about > following https://cwiki.apache.org/confluence/display/Hive/HiveDeveloperFAQ#HiveDeveloperFAQ-HowdoIupdatetheresultsofmanytestcases? That chunk of python script is what

Re: About lifecycle of Tez container

2017-10-15 Thread Gopal Vijayaraghavan
> Are Tez container also able to be reused between two vertexes connected with > none Scatter-Gather edge? Thank you! Yes - the edge is not used to determine reuse potential. Possibly the patch in https://issues.apache.org/jira/browse/TEZ-3852 might give you a starting point to investigate th

Re: About lifecycle of Tez container

2017-10-16 Thread Gopal Vijayaraghavan
> I guess the container is not reused when disabled auto-reducer in my case is > due to that the default timeout for tez is about 10s. There's another config which can let you run it without losing containers (at least if you know how many you want to keep). tez.am.session.min.held-containers

Re: Anyone knows the problem I found in VectorizedLogicBench.IfExprLongColumnLongColumnBench?

2017-11-15 Thread Gopal Vijayaraghavan
Hi, > You see that there is a great float for > IfExprLongColumnLongColumnBench.bench, the float is 583775 and the average > value is 1621602. In my tests, the single core tests tended to have huge variations on Intel with Turbo boost. CPU operations which are fast when stressing CPU in s

Re: Anyone knows the problem I found in VectorizedLogicBench.IfExprLongColumnLongColumnBench?

2017-11-15 Thread Gopal Vijayaraghavan
> My guess is that the complex expression used in > VectorizedLogicBench.IfExprLongColumnLongColumnBench actually uses more CPU > than other expression. if you have a -XX:+PrintAssembly dump (or run jmh with -prof perfasm), then we could see if the JDK is autovectorizing that loop or not. Th

Re: Branch for "Per Table Write ID" implementation

2018-01-10 Thread Gopal Vijayaraghavan
+1 Cheers, Gopal On 1/9/18, 10:55 PM, "Sankar Hariappan" wrote: Hi all, "Hive Replication” feature is advancing to support ACID tables (HIVE-18320). “Per Table Write ID” is an important requirement to support replication for

Re: storage-api 2.5 release

2018-02-16 Thread Gopal Vijayaraghavan
+1 for the release. Cheers, Gopal On 2/16/18, 4:01 PM, "Prasanth Jayachandran" wrote: +1 for the release. Thanks Prasanth > On Feb 16, 2018, at 2:59 PM, Owen O'Malley wrote: > > All, > A couple of features like Decimal64 have gone in to storage-api a

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-18 Thread Gopal Vijayaraghavan
Hi, >From the release branch, I noticed that the hive-exec.jar now contains a copy of guava-14 without any relocations. The hive spark-client pom.xml adds guava as a lib jar instead of shading it in. https://github.com/apache/hive/blob/branch-1.1/spark-client/pom.xml#L111 That seems to be a g

Re: [VOTE] Apache Hive 1.1.0 Release Candidate 2

2015-02-18 Thread Gopal Vijayaraghavan
On 2/18/15, 3:48 PM, "Brock Noland" wrote: >> >> Does any of the same compatibility issues occur when using a >>hive-exec.jar >> containing guava-14 on MRv2 (which has guava-11 in the classpath)? > >Not that I am aware of. I've tested it on top of MRv2 a number of >times and I think the unit tes

Re: State of the docs (with contributor list)

2015-02-25 Thread Gopal Vijayaraghavan
Hi Lefty, Can you add me to the Hive docs edit permissions? Cheers, Gopal On 2/25/15, 8:32 PM, "Lefty Leverenz" wrote: >Here's the current tally of JIRA issues that need documentation, as >determined by TODOC labels: > > - 39 TODOC15 (aka 1.1.0) -- unreleased > - 5 TODOC1.0 (aka 0.14.1) >

Re: Question on "Hive on Tez" supported Tez version

2015-03-25 Thread Gopal Vijayaraghavan
Hi, 0.5.2 -> 0.6.0 does not need any hive code changes. I usually build hive-1.0 branch with -Dtez.version=0.6.1-SNAPSHOT -Denforcer.skip=true to use the Tez UI. Can you file a JIRA? Cheers, Gopal On 3/25/15, 10:56 AM, "Na Yang" wrote: >Hi "Hive on Tez" team, > >Tez 0.6 has been released an

Re: Question on "Hive on Tez" supported Tez version

2015-03-25 Thread Gopal Vijayaraghavan
Hi, 0.5.2 -> 0.6.0 does not need any hive code changes. I usually build hive-1.0 branch with -Dtez.version=0.6.1-SNAPSHOT -Denforcer.skip=true to use the Tez UI. Can you file a JIRA? Cheers, Gopal On 3/25/15, 10:56 AM, "Na Yang" wrote: >Hi "Hive on Tez" team, > >Tez 0.6 has been released a

Re: Vectorized group-by on strings is super slow in hive 0.13

2015-03-29 Thread Gopal Vijayaraghavan
Hi, >Been experimenting a little with vectorized execution in hive 0.13 and >found that group-by is super slow on string columns. This simple query is >13x slower when vectorization is enabled (c_customer_id is string). Don't >see this problem with int types. I think the performance issue is due

Re: [DISCUSS] ORC separate project

2015-04-10 Thread Gopal Vijayaraghavan
On 4/10/15, 8:05 PM, "Xuefu Zhang" wrote: >To Owen's explanation - Thanks. I guess my major concern is that we >seemingly are breaking apart Hive's integrity and making it hard to >release >and maintain due to increasing number of external dependents. Let's say >that Hive depends on a certain v

Re: VOTE: move to git

2015-04-15 Thread Gopal Vijayaraghavan
+1 End the merge madness. On 4/15/15, 11:46 PM, "Sergey Shelukhin" wrote: >Hi. >We’ve been discussing this some time ago; this time I¹d like to start an >official vote about moving Hive project to git from svn. > >I volunteer to facilitate the move; that seems to be just filing INFRA >jira, and

Re: hive on tez optimize MRR to MR?

2015-04-22 Thread Gopal Vijayaraghavan
To prevent bad reducer merging, the reducer merging only kicks in when the optimizer thinks it gets a perf boost. MR -> MRR is not a big win when it comes Tez, due to container-reuse - going wide on the large cardinality in case of missing map-side aggregation will be safer. If hive.map.aggr=tru

Re: [DISCUSS] Supporting Hadoop-1 and experimental features

2015-05-14 Thread Gopal Vijayaraghavan
Hi, +1 on the idea. Having a stable release branch with ongoing fixes where we do not drop major features would be good all around. It lets us accelerate the pace of development, drop major features or rewrite them entirely without dragging everyone else kicking & screaming into that release. C

Re: TBLPROPERTIES appears to be ignored by custom inputformats

2016-12-19 Thread Gopal Vijayaraghavan
> I don't see anything in the HiveServer2 log when I do SELECT > count(*). The count(*) should not be running on the HiveServer2, unlike the SELECT *. SELECT * takes a short-cut by which it skips the entire "cluster" part of Hive and runs the InputFormat locally in HiveServer2. You might be

Re: Bitmaps field entries

2016-12-19 Thread Gopal Vijayaraghavan
> After creating the bitmap indexes, the '_bitmaps' field of all the records > are similar and indicate an array as follows; This is a direct deserialized object of EWAHBitMap (writeInt(), writeLong() as a sequence of arrays) https://github.com/lemire/javaewah/blob/master/src/main/java/com/goog

Re: Hive statistics

2016-12-22 Thread Gopal Vijayaraghavan
> I feel there is not much activity on the user/dev hive mailing lists or at > least not much support in answering my questions. Happy Holidays! ☺ > I am wondering if it's possible to estimate the number of distinct keys and > their distribution in a way or another. > > More concretely, for

Re: [DISCUSS] Spark's fork of hive

2017-03-02 Thread Gopal Vijayaraghavan
> Had the original Spark proposal implied they wished to fork portions of the > hive > code base, I would have considered it a hostile fork. (this is open to > interpretation). FYI, I did ask bluntly whether Spark intends to cut-paste Hive code into their repos previously & got an affirmative

Re: [DISCUSS] Separating out the metastore as its own TLP

2017-07-24 Thread Gopal Vijayaraghavan
Hi, Changing the name isn't really optional or "being google-able" [2]. The naming is a crucial part of trademark protection [1], which is the only protection ASF has against hostile Embrace & Extends. Fragmented forks with the same name is particularly bad, especially if the feature in quest

Re: [DISCUSS] Separating out the metastore as its own TLP

2017-07-28 Thread Gopal Vijayaraghavan
On 7/25/17, 4:45 PM, "cwsteinb...@gmail.com on behalf of Carl Steinbach" wrote: >"IceWeasel" and "MetaStore" are both examples of English compound words. >What exactly makes the former any safer than the latter? Usually descriptive words are considered weaker for trademarks - if the wor

Re: [VOTE] Stable releases from branch-1 and experimental releases from master

2015-05-26 Thread Gopal Vijayaraghavan
+1 This would protect those who might not want to lose workflow features from the stable releases for the coming year. I¹m not looking forward to a branch merge tearing out the hive CLI client away in a single chop. Having a master branch where we can plan for the future is essential and this is

Re: Relativity simple query returns incorrect result

2015-05-28 Thread Gopal Vijayaraghavan
Hi, I saw that, but haven¹t got any time to run an EXPLAIN yet. Filter push-down cases are generally all down to hive.optimize.ppd=true; - everything becomes clearer when you look at an explain. If I had to guess, I¹d say that the new JOIN syntax won¹t have this bug. select Š from a,b,c where a

Re: hive.optimize.index.filter + ORC + TIMESTAMP throws NPE or IAE depending on hive version

2015-06-01 Thread Gopal Vijayaraghavan
Hi, That¹s expected behaviour since you are comparing a Timestamp to a string. Timestamp >= String is being skipped because the SARGs need to be the same type to offer non-equality comparisons accurately. https://issues.apache.org/jira/browse/HIVE-10286 I logged the bug after I hit bugs with

Re: hive.optimize.index.filter + ORC + TIMESTAMP throws NPE or IAE depending on hive version

2015-06-01 Thread Gopal Vijayaraghavan
Hi, > Can you send your examples again? > > What you sent earlier is showed as ³1² < ³9² and ³11² < ³9² > x > Œ9¹; That’s my Outlook client eating up quotes and occasionally rewriting what I write into unreadable junk. They are 1, 9, and 11 in single quotes, to be compared as strings, which p

Re: [ANNOUNCE] New Hive PMC Members - Chao Sun and Gopal Vijayaraghavan

2015-06-10 Thread Gopal Vijayaraghavan
Hi, Thanks everyone and Congratulations to Chao! Cheers, Gopal On 6/10/15, 2:20 PM, "Carl Steinbach" wrote: >I am pleased to announce that Chao Sun and Gopal Vijayaraghavan have been >elected to the Hive Project Management Committee. Please join me in >congratulating Chao a

Re: Question about PredicateTransitivePropagate

2015-08-18 Thread Gopal Vijayaraghavan
>select * from t1 join t2 on t1.col = t2.col where t1.col = 1; > Is rule PredicateTransitivePropagate supposed to propagate predicate >"t1.col = 1" to t2 via join condition t1.col = t2.col? > Assuming so, I found that the predicate "t1.col = 1" has not been pushed >down to table scan of t1, thus Pr

Re: [VOTE] Hive 2.0 release plan

2015-11-13 Thread Gopal Vijayaraghavan
(+user@) +1. Cheers, Gopal On 11/13/15, 5:54 PM, "Lefty Leverenz" wrote: >The Hive bylaws require this to be submitted on the user@hive mailing list >(even though users don't get to vote). See Release Plan in Actions >. >

Re: Dev meetup Nov 2015

2015-11-18 Thread Gopal Vijayaraghavan
Hi, I've attached the LLAP Slides from the meetup to that. For those who missed the meeting, I've recreated the demo as a video. http://people.apache.org/~gopalv/LLAP.gif TL;DR - The data-set is the TPC-DS 1000Gb scale data-set & I'm running 2x160Gb LLAP instances (16 physical cores each), with

Re: using the Hive SQL parser in Spark

2015-12-18 Thread Gopal Vijayaraghavan
>We have looked into various options, and it looks like the best option is >to copy the ANTLR grammar file from Hive into Spark. Because the grammar >file is tightly coupled with Hive's semantic analysis, we need to refactor >some code to use them so it will end up becoming the .g file plus some >

Re: unique-id for the mapper task with tez execution engine

2015-12-22 Thread Gopal Vijayaraghavan
Hi, (x-posts to bcc:) On 12/22/15, 9:19 PM, "Amey Barve" wrote: >conf.get("mapreduce.task.id"); > >Now I want to run same hive queries with tez engine and I want to know >what >should be my unique-id. Is there any property from configuration or other >that can give me unique-id from the mapper

Re: Hive UDF accessing https request

2016-01-10 Thread Gopal Vijayaraghavan
> javax.net.ssl.SSLHandshakeException: >sun.security.validator.ValidatorException: PKIX path building failed: >sun.security.provider.certpath.SunCertPathBuilderException: unable to >find valid certification path to requested There's a linux package named ca-certificates(-java) which might be miss

Re: [VOTE] Apache Hive 2.0.0 Release Candidate 1

2016-02-03 Thread Gopal Vijayaraghavan
+1. Downloaded src, verified signatures (confirm fingerprint 10C7DD20?). Built from src & deployed as a 5 instance LLAP cluster. Ran the short TPC-H queries at 1000 scale to smoke test Q1 - 49.471s Q6 - 5.799s Q14 - 19.495s Cheers, Gopal On 2/2/16, 6:26 PM, "Sergey Shelukhin" wrote: >Apac

hive/odbc codebase

2016-03-07 Thread Gopal Vijayaraghavan
Hi, Does anyone know if the hive/odbc codebase works? https://github.com/apache/hive/tree/master/odbc/src/cpp Is it dead-code we can remove as part of the hive-2.0 branch? Cheers, Gopal

[DISCUSS] Re: hive/odbc codebase

2016-03-08 Thread Gopal Vijayaraghavan
eServer, which is not longer in >> the master branch or hive-1 branch. >> >> >> >> On Tue, Mar 8, 2016 at 10:15 AM, Alan Gates >>wrote: >>> AFAIK it¹s dead. >>> >>> Alan. >>> >>>> On Mar 7, 2016, at 20:33, Gopal V

Re: Tajo - hive ORC issue

2016-03-28 Thread Gopal Vijayaraghavan
>>Me and a collegue tried integrating tajo with hive which works fine on >>some tables. But when trying to query a table with ORC as file type we >>get following error message: >> >> >>ERROR: internal error: >>org.apache.tajo.exception.UnknownDataFormatException: unknown data >>format: 'org.apache

Re: Library Cache to store Task Tree

2016-04-21 Thread Gopal Vijayaraghavan
On 4/21/16, 2:27 AM, "Velasco, Luis" wrote: >Now that LLAP is a reality and there are some queries now taking more >time in preparation than in execution The prep time is something we can fix - should fix. http://www.slideshare.net/alanfgates/hive20-sql-speedscalehadoopsummitdubli napr2016/11

Re: [discuss] jdk8 support

2016-06-05 Thread Gopal Vijayaraghavan
+1 from me, it's been more than a year since JDK7 EOL. This needs a separate voting thread away from [discuss]. Cheers, Gopal On 6/4/16, 11:14 AM, "Lars Francke" wrote: >+1 for option 3 to drop Java 7 and start using Java8 features in code as >well > >On Fri, Jun 3, 2016 at 9:38 PM, Reuben Kuh

Re: One Mapper runs in ACID tables

2016-07-14 Thread Gopal Vijayaraghavan
>Want to confirm why we have implemented it in this way and if any >correction in understanding is required please update This is not implemented intentionally - the issue is that delta files show up as 0 sized splits. You should be getting exactly as many splits as you have buckets x partitio

Re: Question about Utilities#getInputPaths

2016-10-05 Thread Gopal Vijayaraghavan
(always helpful to call out a version, I'm going to assume 1.2) >select * from (select count(1) from T union all select count(1) from T2) x; >I have to admit that I don't quite understand that. Would it mean that we'd > only get a single row if we left out this empty path? AFAIK, this

Re: Snapshot builds are not deployed

2016-11-03 Thread Gopal Vijayaraghavan
Hi, > the last update was on October 13. You are right - the Jenkins job hasn't run in 3 weeks. https://builds.apache.org/view/H-L/view/Hive/job/Hive-trunk/ Cc'd @spena, maybe he can help. Cheers, Gopal

[discuss] Fixing DecimalColumnVector cache misses

2016-11-03 Thread Gopal Vijayaraghavan
Hi, (x-posted for discussion) Hive's storage-api + ORC vector readers have a cache miss built-into it for the case of Decimal readers. With LLAP, two distinct cache misses are basically dragging Decimal performance down. DecimalColumnVector -> HiveDecimalWritable -> HiveDecimal(BigInteger) -

Re: Snapshot builds are not deployed

2016-11-04 Thread Gopal Vijayaraghavan
> I just enabled again, and trigger a build. Please let me know if this fixes > the problem, so I can add a comment to the job for future reference. Yes, it does, thanks. I see a Nov 04 build on https://repository.apache.org/content/groups/snapshots/org/apache/hive/hive-jdbc/2.2.0-SNAPSHOT/ Ch

[jira] [Created] (HIVE-25589) SQL: Implement HAVING/QUALIFY predicates for ROW_NUMBER()=1

2021-10-01 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-25589: --- Summary: SQL: Implement HAVING/QUALIFY predicates for ROW_NUMBER()=1 Key: HIVE-25589 URL: https://issues.apache.org/jira/browse/HIVE-25589 Project

[jira] [Created] (HIVE-25777) ACID: Pick the compactor transaction over insert dir

2021-12-06 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-25777: --- Summary: ACID: Pick the compactor transaction over insert dir Key: HIVE-25777 URL: https://issues.apache.org/jira/browse/HIVE-25777 Project: Hive

[jira] [Created] (HIVE-22287) Metastore logging needs to add the partition info

2019-10-02 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22287: --- Summary: Metastore logging needs to add the partition info Key: HIVE-22287 URL: https://issues.apache.org/jira/browse/HIVE-22287 Project: Hive

[jira] [Created] (HIVE-22326) StreamingV2: Fail streaming ingests if columns with default constraints are not provided

2019-10-10 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22326: --- Summary: StreamingV2: Fail streaming ingests if columns with default constraints are not provided Key: HIVE-22326 URL: https://issues.apache.org/jira/browse/HIVE

[jira] [Created] (HIVE-22327) Repl: Ignore read-only transactions in notification log

2019-10-10 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22327: --- Summary: Repl: Ignore read-only transactions in notification log Key: HIVE-22327 URL: https://issues.apache.org/jira/browse/HIVE-22327 Project: Hive

[jira] [Created] (HIVE-22350) ACID: disable query re-execution when doing transactional inserts

2019-10-15 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22350: --- Summary: ACID: disable query re-execution when doing transactional inserts Key: HIVE-22350 URL: https://issues.apache.org/jira/browse/HIVE-22350

[jira] [Created] (HIVE-22359) LLAP: when a node restarts with the exact same host/port in kubernetes it is not detected as a task failure

2019-10-16 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22359: --- Summary: LLAP: when a node restarts with the exact same host/port in kubernetes it is not detected as a task failure Key: HIVE-22359 URL: https://issues.apache.org

[jira] [Created] (HIVE-22448) CBO: Expand the multiple count distinct with a group-by key

2019-11-01 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22448: --- Summary: CBO: Expand the multiple count distinct with a group-by key Key: HIVE-22448 URL: https://issues.apache.org/jira/browse/HIVE-22448 Project

[jira] [Created] (HIVE-22499) LLAP: Add an EncodedReaderOptions to extend ORC impl for options

2019-11-14 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22499: --- Summary: LLAP: Add an EncodedReaderOptions to extend ORC impl for options Key: HIVE-22499 URL: https://issues.apache.org/jira/browse/HIVE-22499 Project

[jira] [Created] (HIVE-22540) Vectorization: Decimal64 columns don't work with VectorizedBatchUtil.makeLikeColumnVector(ColumnVector)

2019-11-25 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22540: --- Summary: Vectorization: Decimal64 columns don't work with VectorizedBatchUtil.makeLikeColumnVector(ColumnVector) Key: HIVE-22540 URL: https://issues.apache.org

[jira] [Created] (HIVE-22558) Metastore: Passwords jceks should be read lazily, in case of connection pools

2019-11-27 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22558: --- Summary: Metastore: Passwords jceks should be read lazily, in case of connection pools Key: HIVE-22558 URL: https://issues.apache.org/jira/browse/HIVE-22558

[jira] [Created] (HIVE-22654) ACID: Allow TxnHandler::checkLock to chunk partitions by 1000

2019-12-17 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22654: --- Summary: ACID: Allow TxnHandler::checkLock to chunk partitions by 1000 Key: HIVE-22654 URL: https://issues.apache.org/jira/browse/HIVE-22654 Project

[jira] [Created] (HIVE-22737) Concurrency: FunctionRegistry::getFunctionInfo is static object locked

2020-01-16 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22737: --- Summary: Concurrency: FunctionRegistry::getFunctionInfo is static object locked Key: HIVE-22737 URL: https://issues.apache.org/jira/browse/HIVE-22737

[jira] [Created] (HIVE-22796) ACID: Update/Delete operations are implicitly bucketed by 2^12 buckets

2020-01-30 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22796: --- Summary: ACID: Update/Delete operations are implicitly bucketed by 2^12 buckets Key: HIVE-22796 URL: https://issues.apache.org/jira/browse/HIVE-22796

[jira] [Created] (HIVE-22797) ACID: Remove the map-side GBY for the Merge cardinality check

2020-01-30 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22797: --- Summary: ACID: Remove the map-side GBY for the Merge cardinality check Key: HIVE-22797 URL: https://issues.apache.org/jira/browse/HIVE-22797 Project

[jira] [Created] (HIVE-22816) QueryCache: Queries using views can have them cached after CTE expansion

2020-01-31 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22816: --- Summary: QueryCache: Queries using views can have them cached after CTE expansion Key: HIVE-22816 URL: https://issues.apache.org/jira/browse/HIVE-22816

[jira] [Created] (HIVE-22828) Decimal64: NVL & CASE statements implicitly convert decimal64 to 128

2020-02-04 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22828: --- Summary: Decimal64: NVL & CASE statements implicitly convert decimal64 to 128 Key: HIVE-22828 URL: https://issues.apache.org/jira/browse/HIVE-2

[jira] [Created] (HIVE-22829) Decimal64: NVL in vectorization miss NPE with CBO on

2020-02-04 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22829: --- Summary: Decimal64: NVL in vectorization miss NPE with CBO on Key: HIVE-22829 URL: https://issues.apache.org/jira/browse/HIVE-22829 Project: Hive

[jira] [Created] (HIVE-22834) Consistency: Expose unique table-identifiers in org.apache.hadoop.hive.ql.metadata.Table

2020-02-05 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22834: --- Summary: Consistency: Expose unique table-identifiers in org.apache.hadoop.hive.ql.metadata.Table Key: HIVE-22834 URL: https://issues.apache.org/jira/browse/HIVE

[jira] [Created] (HIVE-22880) ACID: All delete event readers should ignore ORC SARGs

2020-02-12 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22880: --- Summary: ACID: All delete event readers should ignore ORC SARGs Key: HIVE-22880 URL: https://issues.apache.org/jira/browse/HIVE-22880 Project: Hive

[jira] [Created] (HIVE-22929) Performance: quoted identifier parsing uses throwaway Regex via String.replaceAll()

2020-02-25 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22929: --- Summary: Performance: quoted identifier parsing uses throwaway Regex via String.replaceAll() Key: HIVE-22929 URL: https://issues.apache.org/jira/browse/HIVE-22929

[jira] [Created] (HIVE-22930) Performance: ASTNode::getName() allocates within the walker loops

2020-02-25 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22930: --- Summary: Performance: ASTNode::getName() allocates within the walker loops Key: HIVE-22930 URL: https://issues.apache.org/jira/browse/HIVE-22930

[jira] [Created] (HIVE-22943) Metastore pushdown for DATE constants

2020-02-27 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22943: --- Summary: Metastore pushdown for DATE constants Key: HIVE-22943 URL: https://issues.apache.org/jira/browse/HIVE-22943 Project: Hive Issue Type

[jira] [Created] (HIVE-22948) QueryCache: Treat query cache locations as temporary storage

2020-02-28 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-22948: --- Summary: QueryCache: Treat query cache locations as temporary storage Key: HIVE-22948 URL: https://issues.apache.org/jira/browse/HIVE-22948 Project

[jira] [Created] (HIVE-23087) UDF: bloom_filter() should use 2nd argument as expectedEntries value

2020-03-26 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-23087: --- Summary: UDF: bloom_filter() should use 2nd argument as expectedEntries value Key: HIVE-23087 URL: https://issues.apache.org/jira/browse/HIVE-23087

[jira] [Created] (HIVE-23541) Vectorization: Unbounded following window function start producing results too early

2020-05-22 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-23541: --- Summary: Vectorization: Unbounded following window function start producing results too early Key: HIVE-23541 URL: https://issues.apache.org/jira/browse/HIVE-23541

[jira] [Created] (HIVE-23609) SemiJoin: Relax big table size check for self-joins

2020-06-04 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-23609: --- Summary: SemiJoin: Relax big table size check for self-joins Key: HIVE-23609 URL: https://issues.apache.org/jira/browse/HIVE-23609 Project: Hive

[jira] [Created] (HIVE-24462) JDBC: Support bearer token authentication

2020-12-01 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-24462: --- Summary: JDBC: Support bearer token authentication Key: HIVE-24462 URL: https://issues.apache.org/jira/browse/HIVE-24462 Project: Hive Issue

[jira] [Created] (HIVE-24533) Metastore: Allow miniHMS to startup standalone

2020-12-14 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-24533: --- Summary: Metastore: Allow miniHMS to startup standalone Key: HIVE-24533 URL: https://issues.apache.org/jira/browse/HIVE-24533 Project: Hive

[jira] [Created] (HIVE-24976) CBO: count(distinct) in a window function fails CBO

2021-04-05 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-24976: --- Summary: CBO: count(distinct) in a window function fails CBO Key: HIVE-24976 URL: https://issues.apache.org/jira/browse/HIVE-24976 Project: Hive

[jira] [Created] (HIVE-25011) Concurrency: Do not acquire locks for EXPLAIN

2021-04-13 Thread Gopal Vijayaraghavan (Jira)
Gopal Vijayaraghavan created HIVE-25011: --- Summary: Concurrency: Do not acquire locks for EXPLAIN Key: HIVE-25011 URL: https://issues.apache.org/jira/browse/HIVE-25011 Project: Hive