Cloudera Impala

Cloudera Impala

You can query data on Hadoop using the low latency Impala implementation of SQL. For more information see Apache Impala Overviewarrow-up-right

Impala itself has become an Apache project which you can find at the Apache Impala Homepagearrow-up-right.

Check the documentationarrow-up-right to see how you can connect to Cloudera Impala using Kerberos security. Set the required options in the Options tab of your relational database connection metadata:

  • AllowSelfSignedCerts=1

  • AuthMech=1

  • KrbHostFQDN=IMPALA HOSTNAME

  • KrbRealm=Kerberos Realm

  • KrbServiceName=Impala Service name

  • SSL=1

  • principal=Principal name

Option
Info

Type

Relational

Driver

Use Cloudera Impala Drivers. You can Downloadarrow-up-right the latest versions from the Cloudera website.

Version Included

None

Hop Dependencies

Cloudera Impala Database Plugin

JDBC Url

jdbc:impala://hostname:port;principal=principalName

Driver folder

<Hop Installation>/lib/jdbc

Last updated