Cmdlets for Apache Impala

Build 24.0.9060

Select-ApacheImpala Cmdlet

Parameters   Output Objects  

Searches Apache Impala data.

Syntax

Select-ApacheImpala [parameters]

Remarks

The Select-ApacheImpala cmdlet allows you to use a syntax similar to SQL SELECT statements to search Apache Impala data.

$conn = Connect-ApacheImpala -Server '127.0.0.1' -Port '21050'
Select-ApacheImpala -Connection $conn -Table "[CData].[Default].Customers" -Columns @("City","CompanyName") -Where "Country='US'"

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