You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Amin Abbaspour (JIRA)" <ji...@apache.org> on 2017/01/21 06:01:26 UTC

[jira] [Created] (HIVE-15690) Speed up WebHCat DDL Response Time by Using JDBC

Amin Abbaspour created HIVE-15690:
-------------------------------------

             Summary: Speed up WebHCat DDL Response Time by Using JDBC
                 Key: HIVE-15690
                 URL: https://issues.apache.org/jira/browse/HIVE-15690
             Project: Hive
          Issue Type: Improvement
          Components: WebHCat
            Reporter: Amin Abbaspour
            Priority: Minor


WebHCat launches new hcat scripts for each DDL call which makes it unsuitable for interactive REST environments.

This change to speed up /ddl query calls by running them over JDBC connection to Hive thrift server.

Also being JDBC connection, this is secure and compatible with all access policies define in Hive server2. User does not have metadata visibility over other databases (which is the case in hcat mode.)




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)