Cmdlets for Apache Impala

Build 23.0.8839

Database Parameter (Connect-ApacheImpala Cmdlet)

The name of the Impala database to use by default.

Syntax

Connect-ApacheImpala -Database string

Data Type

cstr

Default Value

""

Remarks

When specified, the CData Cmdlets PowerShell Module for Apache Impala will issue a 'USE [Database]' command upon connecting to Impala. This will be the database schema used when executing queries that do not have a schema explicitly specified.

To execute queries on other schemas, the schema can be explicitly specified in the statement.

When Database is not set, the 'default' database schema will be used (no 'USE' statement is issued to Impala in this case).

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839