MCPcopy Create free account
hub / github.com/apache/impala / HiveConnection

Class HiveConnection

tests/comparison/db_connection.py:914–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912
913
914class HiveConnection(ImpalaConnection):
915
916 PORT = 11050
917
918 _DB_TYPE = HIVE
919 _CURSOR_CLASS = HiveCursor
920 _KERBEROS_SERVICE_NAME = 'hive'
921 _NON_KERBEROS_AUTH_MECH = 'PLAIN'
922
923
924class PostgresqlCursor(DbCursor):

Callers 1

connectMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected