Re: [VOTE] Release HMS tarball and Docker image in Hive 4.1

2025-07-19 Thread vihang karajgaonkar
+1 I am happy to see this progressing and aligns with the spirit of having a truly standalone HMS. On Fri, Jul 4, 2025 at 12:18 AM Simhadri G wrote: > +1 on releasing hms and the docker image. > > There is a lot of interest for standalone hms. I think we should release > it in 4.1. > > > > On

Re: Re: Re:Re:Re: [EXTERNAL] Re: [DISCUSS] Hive 3.x release

2024-10-07 Thread vihang karajgaonkar
Thanks everyone for freely expressing their opinions. Obviously it looks like some of the members here have strong opinions on what should be the future of Hive 3.x and since the consensus is towards EOLing it, I am not going to pursue this anymore. Let’s move forward with Hive 4 and make sure we

Re: [EXTERNAL] Re: [DISCUSS] Hive 3.x release

2024-10-04 Thread vihang karajgaonkar
if > there's an RC in progress. > > Best, > Stamatis > > On Thu, Oct 3, 2024, 3:58 AM vihang karajgaonkar > wrote: > >> While I agree with the overall sentiment and reasoning that we can all >> focus on Hive 4.x I would like to register my protest about thi

Re: [VOTE] Mark Hive 3.x as EOL

2024-10-02 Thread vihang karajgaonkar
-1 My negative vote here probably doesn't matter because it is a simple majority vote but I would like to register it nevertheless. I agree on a general plan to EOL Hive 3.x to focus on 4.x but it would have been better communicated and coordinated if we made one last release with all the new comm

Re: [EXTERNAL] Re: [DISCUSS] Hive 3.x release

2024-10-02 Thread vihang karajgaonkar
While I agree with the overall sentiment and reasoning that we can all focus on Hive 4.x I would like to register my protest about this decision. There are 411 commits in branch-3 which are not in branch-3.1 most of those are bug fixes on 3.1.3. The work/effort to backport these is already been don

Re: [DISCUSS] Hive 3.x release

2024-09-27 Thread vihang karajgaonkar
Thanks for starting this thread. Last I checked, Aman Raj was driving the backports for branch-3. The tracking ticket for this effort was https://issues.apache.org/jira/browse/HIVE-26751 However, I don't see recent activity on that ticket so I am not sure if they are actively working on this anymo

Re: [EXTERNAL] Re: [VOTE] Mark Hive 1.x EOL

2024-01-17 Thread Vihang Karajgaonkar
+1 On Wed, Jan 17, 2024 at 3:48 PM Larry Z. wrote: > +1 (binding) > > On Wed, Jan 17, 2024 at 9:46 AM Chao Sun wrote: > > > +1 (binding) > > > > On Wed, Jan 17, 2024 at 1:24 AM Alessandro Solimando > > wrote: > > > > > > +1 (non binding) > > > > > > On Wed, 17 Jan 2024 at 10:23, Denys Kuzmenko

Re: [EXTERNAL] Re: [DISCUSS] End of life for Hive 1.x, 2.x, 3.x

2024-01-16 Thread vihang karajgaonkar
I was confused about the subject line since it says 3.x as well along with 1.x and 2.x. Does this discussion include all 1.x, 2.x and 3.x or just 1.x and 2.x? I think it makes sense to EOL 1.x. Looks like 2.x is still being maintained by Chao and I think we were backporting PRs to the 3.x line pre

Hive 4.0 branching

2023-06-07 Thread vihang karajgaonkar
Hello Dev community, I noticed that we have a branch-4.0.0-alpha1 and branch-4.0.0-alpha-2 but I don't see a branch-4. Does anyone know which branch would be used to cut out the final 4.0.0 release and when would a branch-4 be available? Thanks, Vihang

Re: Re: Reg: Discussion on removal of deprecated APIs in the HMS thrift interface

2023-06-07 Thread vihang karajgaonkar
+1 on removing unreleased and deprecated APIs. For the APIs which have been released, we should mark them deprecated first and remove them only in the next major release. As many of you know, Hive metastore APIs are used by many other systems outside Hive too and we should be careful not make break

Re: [DISCUSS] Nightly snaphot builds

2023-05-26 Thread vihang karajgaonkar
Thanks Zoltan. Makes sense. Also, we should definitely strive to release within 180 days especially when there are lots of commits to a branch. -Vihang On Fri, May 26, 2023 at 12:04 AM Zoltan Haindrich wrote: > On 5/25/23 19:58, vihang karajgaonkar wrote: > > I just tried the job and

Re: [DISCUSS] Nightly snaphot builds

2023-05-25 Thread vihang karajgaonkar
> pipeline script ever since it was introduced :D > > cheers, > Zoltan > > On 5/25/23 01:26, vihang karajgaonkar wrote: > > I created https://issues.apache.org/jira/browse/HIVE-27371 to have > nightly > > builds for branch-3. Once that is merged, I think we can hav

Re: [DISCUSS] Nightly snaphot builds

2023-05-24 Thread vihang karajgaonkar
g On Wed, May 24, 2023 at 10:07 AM vihang karajgaonkar wrote: > The nightly job http://ci.hive.apache.org/job/hive-nightly/ is great. Can > we have this for branch-3 as well since we have been backporting a lot of > PRs to branch-3 lately. > > Thanks, > Vihang > > > >

Re: [DISCUSS] Nightly snaphot builds

2023-05-24 Thread vihang karajgaonkar
t; > > Best, > > Stamatis > > > > [1] http://ci.hive.apache.org/job/hive-nightly/ > > > > > > On Tue, May 23, 2023 at 9:03 AM vihang karajgaonkar > wrote: > >> > >> I think there are many benefits like others in this thread suggested

Re: [DISCUSS] Nightly snaphot builds

2023-05-23 Thread vihang karajgaonkar
t; > +1 on the idea. > > > > > > This is a great idea to quickly test if a certain feature is working as > > > expected on a certain branch. > > > This way we test data loss, correctness, or any other unexpected > > scenarios > > > that

[DISCUSS] Nightly snaphot builds

2023-05-22 Thread vihang karajgaonkar
Hello Team, I have observed that it is a common use-case where users would like to test out unreleased features/bug fixes either to unblock them or test out if the bug fixes really work as intended in their environments. Today in the case of Apache Hive, this is not very user friendly because it r

Re: [EXTERNAL] Re: Branch-3 backports and build stability

2023-05-09 Thread Vihang Karajgaonkar
> > Thanks, > Aman. > > Get Outlook for Android<https://aka.ms/AAb9ysg> > > From: vihang karajgaonkar > Sent: Monday, May 8, 2023 4:57:24 AM > To: dev@hive.apache.org > Subject: Re: [EXTERNAL] Re: Branch-3 backports and build stab

Re: [EXTERNAL] Re: Branch-3 backports and build stability

2023-05-07 Thread vihang karajgaonkar
e be particularly cautious with > anything that touches the metastore schema and Thrift APIs. > > Best, > Stamatis > > On Wed, Mar 29, 2023, 4:36 AM vihang karajgaonkar > wrote: > > > Thanks a lot Aman for all your efforts on this. Really appreciate the > > initiative

[jira] [Created] (HIVE-27202) Disable flaky test TestJdbcWithMiniLlapRow#testComplexQuery

2023-03-31 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-27202: -- Summary: Disable flaky test TestJdbcWithMiniLlapRow#testComplexQuery Key: HIVE-27202 URL: https://issues.apache.org/jira/browse/HIVE-27202 Project: Hive

Re: [EXTERNAL] Re: Branch-3 backports and build stability

2023-03-28 Thread vihang karajgaonkar
The entire effort can be tracked here > HIVE-26836<https://issues.apache.org/jira/browse/HIVE-26836>. We are > ready to push new features and improvements on branch-3 now. > > I really want to thank Vihang Karajgaonkar, Chris Nauroth, Lazlo Bodor, > Stamatis Zampetakis and Sanka

[jira] [Created] (HIVE-27175) Fix TestJdbcDriver2#testSelectExecAsync2

2023-03-25 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-27175: -- Summary: Fix TestJdbcDriver2#testSelectExecAsync2 Key: HIVE-27175 URL: https://issues.apache.org/jira/browse/HIVE-27175 Project: Hive Issue Type

[jira] [Created] (HIVE-27171) Backport HIVE-20680 to branch-3

2023-03-24 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-27171: -- Summary: Backport HIVE-20680 to branch-3 Key: HIVE-27171 URL: https://issues.apache.org/jira/browse/HIVE-27171 Project: Hive Issue Type: Sub

[jira] [Created] (HIVE-27154) Fix testBootstrapReplLoadRetryAfterFailureForPartitions

2023-03-19 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-27154: -- Summary: Fix testBootstrapReplLoadRetryAfterFailureForPartitions Key: HIVE-27154 URL: https://issues.apache.org/jira/browse/HIVE-27154 Project: Hive

Re: [EXTERNAL] Re: Branch-3 backports and build stability

2023-03-19 Thread vihang karajgaonkar
or revert option is same as point 1. > 3. > testBootstrapReplLoadRetryAfterFailureForPartitions() - This I have not > investigated till now. > 4. > mm_all.q - This I have not investigated till now. > > Thanks, > Aman. > > From: vihang kara

Re: [EXTERNAL] Re: Branch-3 backports and build stability

2023-03-17 Thread vihang karajgaonkar
on this. Can you try using -Pqsplits,itests. > Also, I usually give a -o option after doing a clean install. > > Thanks, > Aman. > > Get Outlook for Android<https://aka.ms/AAb9ysg> > > > From: vihang karajgaonkar > Sent: Saturday, 4

[jira] [Created] (HIVE-27148) Disable TestJdbcGenericUDTFGetSplits

2023-03-16 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-27148: -- Summary: Disable TestJdbcGenericUDTFGetSplits Key: HIVE-27148 URL: https://issues.apache.org/jira/browse/HIVE-27148 Project: Hive Issue Type

[jira] [Created] (HIVE-27146) Re-enable orc_merge*.q tests for TestMiniSparkOnYarnCliDriver

2023-03-16 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-27146: -- Summary: Re-enable orc_merge*.q tests for TestMiniSparkOnYarnCliDriver Key: HIVE-27146 URL: https://issues.apache.org/jira/browse/HIVE-27146 Project

Re: [EXTERNAL] Re: Branch-3 backports and build stability

2023-03-03 Thread vihang karajgaonkar
t. > > > > I would like to thank everyone who has participated in this effort and > > made it possible till this stage. Also, if the contributors can take > > ownership of these new test case failures and fix them, it will be of > great > > help. > > > >

Re: [EXTERNAL] Re: Proposal to deprecate Hive on Spark from branch-3

2023-02-27 Thread vihang karajgaonkar
absence of community aspiration to fix them properly > > > > regarding the motivation: "This would ensure that branch-3 is aligned > with > > the master as done in ..." <-- I don't think we're targeting this, we > are > > about to make 3.x rele

Re: [EXTERNAL] Re: Proposal to deprecate Hive on Spark from branch-3

2023-02-23 Thread vihang karajgaonkar
+1 to deprecate Hive on Spark. I feel directly removing it in a minor release is probably a bad idea. Most users will upgrade to 3.2 first and go to 4.0 later. If we deprecate it in 3.2 it transitions well into its removal as users upgrade to 4.0 eventually. If the goal to stabilize the branch-3,

[jira] [Created] (HIVE-27092) Reenable flaky test TestRpc

2023-02-17 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-27092: -- Summary: Reenable flaky test TestRpc Key: HIVE-27092 URL: https://issues.apache.org/jira/browse/HIVE-27092 Project: Hive Issue Type: Test

Re: [EXTERNAL] Re: Branch-3 backports and build stability

2023-02-16 Thread vihang karajgaonkar
Raj wrote: > Hi Vihang, > > Yes the tests are failing locally as well with the same issue. > > Thanks, > Aman. > > Get Outlook for Android<https://aka.ms/AAb9ysg> > ____ > From: Vihang Karajgaonkar > Sent: Friday, February 10, 202

[jira] [Created] (HIVE-27087) Fix TestMiniSparkOnYarnCliDriver test failures on branch-3

2023-02-16 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-27087: -- Summary: Fix TestMiniSparkOnYarnCliDriver test failures on branch-3 Key: HIVE-27087 URL: https://issues.apache.org/jira/browse/HIVE-27087 Project: Hive

Re: [EXTERNAL] Re: Branch-3 backports and build stability

2023-02-10 Thread Vihang Karajgaonkar
Thanks a lot Stamatis for starting this thread. I really appreciate all the efforts to stabilize branch-3 to get it to a releasable state and I agree that we should get it to a green state before opening it for PRs not related to test failures. I can help with the effort as well. If we want to get

[jira] [Created] (HIVE-27062) Disable flaky test TestRpc#testClientTimeout

2023-02-09 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-27062: -- Summary: Disable flaky test TestRpc#testClientTimeout Key: HIVE-27062 URL: https://issues.apache.org/jira/browse/HIVE-27062 Project: Hive Issue

[jira] [Created] (HIVE-27009) Support pluggable user token provider HiveMetastoreClient

2023-01-31 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-27009: -- Summary: Support pluggable user token provider HiveMetastoreClient Key: HIVE-27009 URL: https://issues.apache.org/jira/browse/HIVE-27009 Project: Hive

[jira] [Created] (HIVE-27001) Backport HIVE-26633 to branch-3

2023-01-30 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-27001: -- Summary: Backport HIVE-26633 to branch-3 Key: HIVE-27001 URL: https://issues.apache.org/jira/browse/HIVE-27001 Project: Hive Issue Type

[jira] [Created] (HIVE-26949) Backport HIVE-26071 to branch-3

2023-01-16 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-26949: -- Summary: Backport HIVE-26071 to branch-3 Key: HIVE-26949 URL: https://issues.apache.org/jira/browse/HIVE-26949 Project: Hive Issue Type

[jira] [Created] (HIVE-26948) Backport HIVE-21456 to branch-3

2023-01-16 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-26948: -- Summary: Backport HIVE-21456 to branch-3 Key: HIVE-26948 URL: https://issues.apache.org/jira/browse/HIVE-26948 Project: Hive Issue Type

[jira] [Created] (HIVE-25796) Allow metastore clients to fetch remaining events if some of the events are cleaned up

2021-12-10 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-25796: -- Summary: Allow metastore clients to fetch remaining events if some of the events are cleaned up Key: HIVE-25796 URL: https://issues.apache.org/jira/browse/HIVE-25796

[jira] [Created] (HIVE-25479) Browser SSO auth may fail intermittently on chrome browser in virtual environments

2021-08-24 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-25479: -- Summary: Browser SSO auth may fail intermittently on chrome browser in virtual environments Key: HIVE-25479 URL: https://issues.apache.org/jira/browse/HIVE-25479

[jira] [Created] (HIVE-25281) Add optional fields to enable returning filemetadata for tables and partitions

2021-06-23 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-25281: -- Summary: Add optional fields to enable returning filemetadata for tables and partitions Key: HIVE-25281 URL: https://issues.apache.org/jira/browse/HIVE-25281

[jira] [Created] (HIVE-24987) hive.metastore.disallow.incompatible.col.type.changes is too restrictive for some storage formats

2021-04-07 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-24987: -- Summary: hive.metastore.disallow.incompatible.col.type.changes is too restrictive for some storage formats Key: HIVE-24987 URL: https://issues.apache.org/jira/browse

[jira] [Created] (HIVE-24899) create database event does not include managedLocation URI

2021-03-17 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-24899: -- Summary: create database event does not include managedLocation URI Key: HIVE-24899 URL: https://issues.apache.org/jira/browse/HIVE-24899 Project: Hive

Re: Contributions from dataproc-metastore

2021-02-08 Thread Vihang Karajgaonkar
and Zoltan did well to raise awareness > > > around this topic. > > > Of course, not everyone is familiar with these processes so as Vihang > > > pointed out it would be good to improve the documentation and point > > people > > > to that when necessary. &g

Re: Contributions from dataproc-metastore

2021-02-04 Thread Vihang Karajgaonkar
Thanks Zoltan for your email. Just to give some context, dataproc-metastore is Google's metastore compatible cloud service. The good news is that they are happy and willing to contribute any improvements/fixes to Apache Hive (metastore specifically) instead of forking out the repository. They also

[jira] [Created] (HIVE-24741) get_partitions_ps_with_auth performance can be improved when it is requesting all the partitions

2021-02-04 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-24741: -- Summary: get_partitions_ps_with_auth performance can be improved when it is requesting all the partitions Key: HIVE-24741 URL: https://issues.apache.org/jira/browse

[jira] [Created] (HIVE-24732) CachedStore does not return the fields which are auto-generated by the database

2021-02-03 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-24732: -- Summary: CachedStore does not return the fields which are auto-generated by the database Key: HIVE-24732 URL: https://issues.apache.org/jira/browse/HIVE-24732

[jira] [Created] (HIVE-24619) Exclude unnecessary dependencies from pac4j

2021-01-11 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-24619: -- Summary: Exclude unnecessary dependencies from pac4j Key: HIVE-24619 URL: https://issues.apache.org/jira/browse/HIVE-24619 Project: Hive Issue

[jira] [Created] (HIVE-24594) results_cache_invalidation2.q is flaky

2021-01-06 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-24594: -- Summary: results_cache_invalidation2.q is flaky Key: HIVE-24594 URL: https://issues.apache.org/jira/browse/HIVE-24594 Project: Hive Issue Type

[jira] [Created] (HIVE-24562) Deflake TestHivePrivilegeObjectOwnerNameAndType

2020-12-22 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-24562: -- Summary: Deflake TestHivePrivilegeObjectOwnerNameAndType Key: HIVE-24562 URL: https://issues.apache.org/jira/browse/HIVE-24562 Project: Hive

[jira] [Created] (HIVE-24561) Deflake TestCachedStoreUpdateUsingEvents

2020-12-22 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-24561: -- Summary: Deflake TestCachedStoreUpdateUsingEvents Key: HIVE-24561 URL: https://issues.apache.org/jira/browse/HIVE-24561 Project: Hive Issue Type

[jira] [Created] (HIVE-24543) Support SAML 2.0 as an authentication mechanism

2020-12-15 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-24543: -- Summary: Support SAML 2.0 as an authentication mechanism Key: HIVE-24543 URL: https://issues.apache.org/jira/browse/HIVE-24543 Project: Hive

[jira] [Created] (HIVE-23971) Cleanup unreleased method signatures in IMetastoreClient

2020-07-31 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-23971: -- Summary: Cleanup unreleased method signatures in IMetastoreClient Key: HIVE-23971 URL: https://issues.apache.org/jira/browse/HIVE-23971 Project: Hive

[DISCUSS]: Commit guidelines for PRs

2020-06-30 Thread Vihang Karajgaonkar
Thanks to all who worked on the new testing infrastructure. It definitely looks like a step up from the older test infrastructure. I wanted to know if there are any new guidelines for a committer for merging the PRs. Earlier we used to create one patch file for each JIRA and push it to the master

[jira] [Created] (HIVE-23785) Database should have a unique id

2020-06-30 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-23785: -- Summary: Database should have a unique id Key: HIVE-23785 URL: https://issues.apache.org/jira/browse/HIVE-23785 Project: Hive Issue Type

[jira] [Created] (HIVE-23348) Add API timing metric for fire_listener_event API

2020-04-30 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-23348: -- Summary: Add API timing metric for fire_listener_event API Key: HIVE-23348 URL: https://issues.apache.org/jira/browse/HIVE-23348 Project: Hive

[jira] [Created] (HIVE-23116) get_partition_with_specs does not use filter spec when projection is empty

2020-03-31 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-23116: -- Summary: get_partition_with_specs does not use filter spec when projection is empty Key: HIVE-23116 URL: https://issues.apache.org/jira/browse/HIVE-23116

[jira] [Created] (HIVE-23018) Provide a bulk API to fire multiple listener events

2020-03-12 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-23018: -- Summary: Provide a bulk API to fire multiple listener events Key: HIVE-23018 URL: https://issues.apache.org/jira/browse/HIVE-23018 Project: Hive

[jira] [Created] (HIVE-22126) hive-exec packaging should shade guava

2019-08-19 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-22126: -- Summary: hive-exec packaging should shade guava Key: HIVE-22126 URL: https://issues.apache.org/jira/browse/HIVE-22126 Project: Hive Issue Type

[jira] [Created] (HIVE-22100) Hive generates a add partition event with empty partition list

2019-08-12 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-22100: -- Summary: Hive generates a add partition event with empty partition list Key: HIVE-22100 URL: https://issues.apache.org/jira/browse/HIVE-22100 Project

[jira] [Created] (HIVE-21932) IndexOutOfRangeExeption in FileChksumIterator

2019-06-27 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21932: -- Summary: IndexOutOfRangeExeption in FileChksumIterator Key: HIVE-21932 URL: https://issues.apache.org/jira/browse/HIVE-21932 Project: Hive Issue

[jira] [Created] (HIVE-21851) FireEventListenerResponse should include event id when available

2019-06-07 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21851: -- Summary: FireEventListenerResponse should include event id when available Key: HIVE-21851 URL: https://issues.apache.org/jira/browse/HIVE-21851 Project

[jira] [Created] (HIVE-21617) Flaky test : TestMiniSparkOnYarnCliDriver.testCliDriver[truncate_column_buckets]

2019-04-15 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21617: -- Summary: Flaky test : TestMiniSparkOnYarnCliDriver.testCliDriver[truncate_column_buckets] Key: HIVE-21617 URL: https://issues.apache.org/jira/browse/HIVE-21617

[jira] [Created] (HIVE-21596) HiveMetastoreClient should be able to connect to older metastore servers

2019-04-09 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21596: -- Summary: HiveMetastoreClient should be able to connect to older metastore servers Key: HIVE-21596 URL: https://issues.apache.org/jira/browse/HIVE-21596

[jira] [Created] (HIVE-21595) HIVE-20556 breaks backwards compatibility

2019-04-09 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21595: -- Summary: HIVE-20556 breaks backwards compatibility Key: HIVE-21595 URL: https://issues.apache.org/jira/browse/HIVE-21595 Project: Hive Issue

[jira] [Created] (HIVE-21586) Thrift generated cpp files for metastore do not compile

2019-04-05 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21586: -- Summary: Thrift generated cpp files for metastore do not compile Key: HIVE-21586 URL: https://issues.apache.org/jira/browse/HIVE-21586 Project: Hive

[jira] [Created] (HIVE-21535) Re-enable TestCliDriver#vector_groupby_reduce

2019-03-28 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21535: -- Summary: Re-enable TestCliDriver#vector_groupby_reduce Key: HIVE-21535 URL: https://issues.apache.org/jira/browse/HIVE-21535 Project: Hive Issue

[jira] [Created] (HIVE-21534) Flaky test : TestActivePassiveHA

2019-03-28 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21534: -- Summary: Flaky test : TestActivePassiveHA Key: HIVE-21534 URL: https://issues.apache.org/jira/browse/HIVE-21534 Project: Hive Issue Type: Test

[jira] [Created] (HIVE-21484) Metastore API getVersion() should return real version

2019-03-20 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21484: -- Summary: Metastore API getVersion() should return real version Key: HIVE-21484 URL: https://issues.apache.org/jira/browse/HIVE-21484 Project: Hive

[jira] [Created] (HIVE-21203) Add builder classes for the API and add a metastore client side implementation

2019-02-01 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21203: -- Summary: Add builder classes for the API and add a metastore client side implementation Key: HIVE-21203 URL: https://issues.apache.org/jira/browse/HIVE-21203

[jira] [Created] (HIVE-21180) Fix branch-3 metastore test timeouts

2019-01-29 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21180: -- Summary: Fix branch-3 metastore test timeouts Key: HIVE-21180 URL: https://issues.apache.org/jira/browse/HIVE-21180 Project: Hive Issue Type

[jira] [Created] (HIVE-21168) Fix TestSchemaToolCatalogOps

2019-01-25 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21168: -- Summary: Fix TestSchemaToolCatalogOps Key: HIVE-21168 URL: https://issues.apache.org/jira/browse/HIVE-21168 Project: Hive Issue Type: Test

Re: Review Request 69834: HIVE-21083: Removed the truststore location property requirement and removed the warnings on the truststore password property

2019-01-25 Thread Vihang Karajgaonkar via Review Board
faulting to default .. may be just say Using default Java truststore password. - Vihang Karajgaonkar On Jan. 25, 2019, 7:22 p.m., Morio Ramdenbourg wrote: > > --- > This is an automatically generated e-mail. To rep

[jira] [Created] (HIVE-21155) create_time datatype for database and catalog should be int in sql server schema scripts

2019-01-23 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21155: -- Summary: create_time datatype for database and catalog should be int in sql server schema scripts Key: HIVE-21155 URL: https://issues.apache.org/jira/browse/HIVE

Re: Review Request 69585: HIVE-20776: Run HMS filterHooks on server-side in addition to client-side

2019-01-18 Thread Vihang Karajgaonkar via Review Board
ld suggest to move new tests in TestFilterHooks instead of removing TestFilterHooks and adding a new test class which copies all the code from TestFilterHooks. That way you don't lose the git history of TestFilterHooks unnecessarily. - Vihang Karajgaonkar On Jan. 18, 2019, 3:45 p.m.,

[jira] [Created] (HIVE-21131) Document some of the static util methods in MetastoreUtils

2019-01-17 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21131: -- Summary: Document some of the static util methods in MetastoreUtils Key: HIVE-21131 URL: https://issues.apache.org/jira/browse/HIVE-21131 Project: Hive

[jira] [Created] (HIVE-21128) hive.version.shortname should be 3.2 on branch-3

2019-01-16 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21128: -- Summary: hive.version.shortname should be 3.2 on branch-3 Key: HIVE-21128 URL: https://issues.apache.org/jira/browse/HIVE-21128 Project: Hive

Re: Review Request 69664: HIVE-21077 : Database and Catalogs should have creation time

2019-01-14 Thread Vihang Karajgaonkar via Review Board
/ Changes: https://reviews.apache.org/r/69664/diff/6-7/ Testing --- Ran ITests to check the db install and upgrade scripts are working for mysql, postgres, oracle and derby databases. The ITests for mssql is timing out for some reason due to container provisioning issues. Thanks, Vihang

[jira] [Created] (HIVE-21115) Add support for object versions in metastore

2019-01-10 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21115: -- Summary: Add support for object versions in metastore Key: HIVE-21115 URL: https://issues.apache.org/jira/browse/HIVE-21115 Project: Hive Issue

Re: Review Request 69585: HIVE-20776: Run HMS filterHooks on server-side in addition to client-side

2019-01-10 Thread Vihang Karajgaonkar via Review Board
the top to explain what the test is doing. If there is not much difference can we refactor (or add these tests to TestFilterHooks) to re-use the code instead of duplicating it? - Vihang Karajgaonkar On Jan. 10, 2019, 9:10 p.m., Na Li wrote: > > -

Re: Review Request 69664: HIVE-21077 : Database and Catalogs should have creation time

2019-01-09 Thread Vihang Karajgaonkar via Review Board
/ Changes: https://reviews.apache.org/r/69664/diff/5-6/ Testing --- Ran ITests to check the db install and upgrade scripts are working for mysql, postgres, oracle and derby databases. The ITests for mssql is timing out for some reason due to container provisioning issues. Thanks, Vihang

Re: Review Request 69664: HIVE-21077 : Database and Catalogs should have creation time

2019-01-08 Thread Vihang Karajgaonkar via Review Board
and derby databases. The ITests for mssql is timing out for some reason due to container provisioning issues. Thanks, Vihang Karajgaonkar

Re: Review Request 69664: HIVE-21077 : Database and Catalogs should have creation time

2019-01-08 Thread Vihang Karajgaonkar via Review Board
This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69664/#review211734 --- On Jan. 7, 2019, 7:16 p.m., Vihang Karajgaonkar wrote: > > -

Re: Review Request 69585: HIVE-20776: Run HMS filterHooks on server-side in addition to client-side

2019-01-08 Thread Vihang Karajgaonkar via Review Board
hod call below checkLimitNumberOfPartitionsByFilter. standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestHiveMetastoreFilterHook.java Lines 318 (patched) <https://reviews.apache.org/r/69585/#comment297378> Don't we need a boolean argument here too to

Re: Review Request 69664: HIVE-21077 : Database and Catalogs should have creation time

2019-01-07 Thread Vihang Karajgaonkar via Review Board
ty.. are there any tests to ensure that the upgrade path > works? What if we miss adding this to some sql file? Would we catch it? > > Vihang Karajgaonkar wrote: > createTime exists for tables and partitions. It doesn't exist for > catalog. I will see if it doesn't

Re: Review Request 69664: HIVE-21077 : Database and Catalogs should have creation time

2019-01-07 Thread Vihang Karajgaonkar via Review Board
/ Changes: https://reviews.apache.org/r/69664/diff/2-3/ Testing --- Ran ITests to check the db install and upgrade scripts are working for mysql, postgres, oracle and derby databases. The ITests for mssql is timing out for some reason due to container provisioning issues. Thanks, Vihang

Re: Review Request 69664: HIVE-21077 : Database and Catalogs should have creation time

2019-01-04 Thread Vihang Karajgaonkar via Review Board
ITests for mssql is timing out for some reason due to container provisioning issues. Thanks, Vihang Karajgaonkar

[jira] [Created] (HIVE-21089) Automate dbinstall tests

2019-01-04 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21089: -- Summary: Automate dbinstall tests Key: HIVE-21089 URL: https://issues.apache.org/jira/browse/HIVE-21089 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-21088) Improve usability of dbinstall tests

2019-01-04 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21088: -- Summary: Improve usability of dbinstall tests Key: HIVE-21088 URL: https://issues.apache.org/jira/browse/HIVE-21088 Project: Hive Issue Type

Re: Review Request 69664: HIVE-21077 : Database should have creation time

2019-01-04 Thread Vihang Karajgaonkar via Review Board
-- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69664/#review211677 ------- On Jan. 3, 2019, 11:44 p.m., Vihang Karajgaonkar wrote: > >

Review Request 69664: HIVE-21077 : Database should have creation time

2019-01-03 Thread Vihang Karajgaonkar via Review Board
/ Testing --- Thanks, Vihang Karajgaonkar

[jira] [Created] (HIVE-21077) Database should have creation time

2018-12-28 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21077: -- Summary: Database should have creation time Key: HIVE-21077 URL: https://issues.apache.org/jira/browse/HIVE-21077 Project: Hive Issue Type

Re: Review Request 69534: HIVE-20992: Split the property "hive.metastore.dbaccess.ssl.properties" into more coherent and user-friendly properties.

2018-12-17 Thread Vihang Karajgaonkar via Review Board
c/test/java/org/apache/hadoop/hive/metastore/TestObjectStore.java Lines 1082 (patched) <https://reviews.apache.org/r/69534/#comment296373> If you decide to change the thrown exception to RuntimeException, this might need a change too. - Vihang Karajgaonkar On Dec. 16, 2018, 3:11 a

Re: Review Request 69534: HIVE-20992: Split the property "hive.metastore.dbaccess.ssl.properties" into more coherent and user-friendly properties.

2018-12-14 Thread Vihang Karajgaonkar via Review Board
Lines 1069 (patched) <https://reviews.apache.org/r/69534/#comment296337> suggest rename to testDeprecatedConfigIsOverriden() - Vihang Karajgaonkar On Dec. 14, 2018, 1:26 a.m., Morio Ramdenbourg wrote: > > ---

[jira] [Created] (HIVE-21040) msck does unnecessary file listing at last level of partitions

2018-12-13 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21040: -- Summary: msck does unnecessary file listing at last level of partitions Key: HIVE-21040 URL: https://issues.apache.org/jira/browse/HIVE-21040 Project

Re: Review Request 69550: Add credential store env properties redaction in JobConf

2018-12-11 Thread Vihang Karajgaonkar via Review Board
> On Dec. 11, 2018, 4:30 p.m., Vihang Karajgaonkar wrote: > > common/src/java/org/apache/hadoop/hive/conf/HiveConfUtil.java > > Lines 217 (patched) > > <https://reviews.apache.org/r/69550/diff/1/?file=2113035#file2113035line218> > > > > Do we need to

Re: Review Request 69550: Add credential store env properties redaction in JobConf

2018-12-11 Thread Vihang Karajgaonkar via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69550/#review211205 --- Ship it! Ship It! - Vihang Karajgaonkar On Dec. 11, 2018

Re: Review Request 69550: Add credential store env properties redaction in JobConf

2018-12-11 Thread Vihang Karajgaonkar via Review Board
Lines 217 (patched) <https://reviews.apache.org/r/69550/#comment296129> Do we need to do redact for the Spark config as well? - Vihang Karajgaonkar On Dec. 11, 2018, 12:43 p.m., Denys Kuzmenko wrote: > > --- > This is a

Re: [ANNOUNCE] New committer: Bharathkrishna Guruvayoor Murali

2018-12-02 Thread Vihang Karajgaonkar
Congratulations Bharath! On Sun, Dec 2, 2018 at 9:33 AM Sahil Takiar wrote: > Congrats Bharath! > > On Sun, Dec 2, 2018 at 11:14 AM Andrew Sherman > wrote: > > > Congratulations Bharath! > > > > On Sat, Dec 1, 2018 at 10:26 AM Ashutosh Chauhan > > wrote: > > > > > Apache Hive's Project Managem

  1   2   3   4   5   6   >