Cmdlets for Apache HBase

Build 24.0.9060

Select-ApacheHBase Cmdlet

Parameters   Output Objects  

Searches Apache HBase data.

Syntax

Select-ApacheHBase [parameters]

Remarks

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

$conn = Connect-ApacheHBase -Server '127.0.0.1' -Port 8080
Select-ApacheHBase -Connection $conn -Table "Account" -Columns @("Id","Name") -Where "Industry='Floppy Disks'"

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