Dmitry Tolpeko created HIVE-17597: ------------------------------------- Summary: HS2/HPL Integration: Avoid direct JDBC calls in HPL/SQL Key: HIVE-17597 URL: https://issues.apache.org/jira/browse/HIVE-17597 Project: Hive Issue Type: Sub-task Components: hpl/sql Reporter: Dmitry Tolpeko Assignee: Dmitry Tolpeko
HPL/SQL currently uses JDBC to interact with Hive through HiveServer2. This option will remain for standalone mode (CLI mode), but when HPL/SQL is used within HiveServer2 it will use internal Hive API for database access. This task is to refactor JDBC API calls used in HP/SQL classes and move them to wrapper classes. -- This message was sent by Atlassian JIRA (v6.4.14#64029)