Skip to main content

Impala.Database

Import data from an Impala cluster

Syntax​

Impala.Database(
server as text,
optional options as record
) as table

Remarks​

Import data from an Impala cluster server. If a port wasn't specified, the default port 21050 will be used.

Examples​

Example #1​

List the tables in an Impala cluster.

Impala.Database("localhost:21050")