[jira] [Created] (HIVE-25405) Implement Connector Provider for Amazon Redshift

2021-07-29 Thread Narayanan Venkateswaran (Jira)
Narayanan Venkateswaran created HIVE-25405: -- Summary: Implement Connector Provider for Amazon Redshift Key: HIVE-25405 URL: https://issues.apache.org/jira/browse/HIVE-25405 Project: Hive

[jira] [Created] (HIVE-25187) Reduce number of getPartition calls during loadDynamicPartitions for Managed Tables

2021-06-02 Thread Narayanan Venkateswaran (Jira)
Narayanan Venkateswaran created HIVE-25187: -- Summary: Reduce number of getPartition calls during loadDynamicPartitions for Managed Tables Key: HIVE-25187 URL: https://issues.apache.org/jira/browse/HIVE

Re: Hive HMS RawStore-ObjectStore Design

2021-05-18 Thread Narayanan Venkateswaran
Hi, Thank you for the email, please find some replies inline, On Mon, May 17, 2021 at 11:12 PM David wrote: > Hello Gang, > > I just wanted to put out a few thoughts for anyone interested in the > Metastore, and in particular, the connection handling. > > As I understand it, client requests

[jira] [Created] (HIVE-24490) Implement projections for tables in CachedStore.

2020-12-04 Thread Narayanan Venkateswaran (Jira)
Narayanan Venkateswaran created HIVE-24490: -- Summary: Implement projections for tables in CachedStore. Key: HIVE-24490 URL: https://issues.apache.org/jira/browse/HIVE-24490 Project: Hive

Re: What are the new features of Hive3?

2020-11-22 Thread Narayanan Venkateswaran
Hi, Found a nice slide deck that explains the new features in Hive 3.0. - https://www.slideshare.net/Hadoop_Summit/what-is-new-in-apache-hive-30 You might like these links also, 1.

[jira] [Created] (HIVE-24398) Use the projection specification in getTableObjectsByName of ObjectStore.java and CacheStore.java

2020-11-17 Thread Narayanan Venkateswaran (Jira)
Narayanan Venkateswaran created HIVE-24398: -- Summary: Use the projection specification in getTableObjectsByName of ObjectStore.java and CacheStore.java Key: HIVE-24398 URL: https://issues.apache.org/jira

[jira] [Created] (HIVE-24397) Add the projection specification to the table request object and add placeholders in ObjectStore.java

2020-11-16 Thread Narayanan Venkateswaran (Jira)
Narayanan Venkateswaran created HIVE-24397: -- Summary: Add the projection specification to the table request object and add placeholders in ObjectStore.java Key: HIVE-24397 URL: https://issues.apache.org

Re: Credits page - Edits

2020-11-13 Thread Narayanan Venkateswaran
Hi, svn co https://svn.apache.org/repos/asf/hive/hcatalog-historical/site/ worked for me. Narayanan On Fri, Nov 13, 2020 at 1:54 PM Anishek Agarwal wrote: > Hello, > > For hive under > > https://cwiki.apache.org/confluence/display/Hive/HowToCommit#HowToCommit-Newcommitters > > the step > svn

[jira] [Created] (HIVE-24386) Add builder methods for GetTablesRequest and GetPartitionsRequest to HiveMetaStoreClient

2020-11-13 Thread Narayanan Venkateswaran (Jira)
Narayanan Venkateswaran created HIVE-24386: -- Summary: Add builder methods for GetTablesRequest and GetPartitionsRequest to HiveMetaStoreClient Key: HIVE-24386 URL: https://issues.apache.org/jira/browse

[jira] [Created] (HIVE-24370) Make the GetPartitionsProjectionSpec generic and add builder methods for tables and partitions in HiveMetaStoreClient

2020-11-11 Thread Narayanan Venkateswaran (Jira)
Narayanan Venkateswaran created HIVE-24370: -- Summary: Make the GetPartitionsProjectionSpec generic and add builder methods for tables and partitions in HiveMetaStoreClient Key: HIVE-24370 URL: https

[jira] [Created] (HIVE-24369) Implement projection spec for fetching only requested fields from tables

2020-11-11 Thread Narayanan Venkateswaran (Jira)
Narayanan Venkateswaran created HIVE-24369: -- Summary: Implement projection spec for fetching only requested fields from tables Key: HIVE-24369 URL: https://issues.apache.org/jira/browse/HIVE-24369

[jira] [Created] (HIVE-24343) Table partition operations (create, drop, select) fail when the number of partitions is greater than 32767 (signed int)

2020-11-01 Thread Narayanan Venkateswaran (Jira)
Narayanan Venkateswaran created HIVE-24343: -- Summary: Table partition operations (create, drop, select) fail when the number of partitions is greater than 32767 (signed int) Key: HIVE-24343 URL: https

Re: org.apache.thrift.transport.TTransportException:Invalid status -128

2020-10-29 Thread Narayanan Venkateswaran
Hello, Your stack says that the client-facing principal is not set However it goes on to say that the server side principal is set and then reports a successful login The following links give details instructions on how to configure the hive server with kerberos and how to configure a JDBC

Re: How to set the Kerberos mode of HIve MetaStore?

2020-10-29 Thread Narayanan Venkateswaran
Hi, I found the following documentation in this link https://docs.cloudera.com/documentation/enterprise/5-12-x/topics/cdh_sg_hiveserver2_security.html#topic_9_1 The Hive metastore server supports Kerberos authentication for Thrift clients. For example, you can configure a standalone Hive