Cmdlets for Apache Hive

Build 24.0.9060

Select-ApacheHive Cmdlet

Parameters   Output Objects  

Searches Apache Hive data.

Syntax

Select-ApacheHive [parameters]

Remarks

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

$conn = Connect-ApacheHive -Server "127.0.0.1" -Port "10000" -Transportmode "BINARY"
Select-ApacheHive -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