Select-ApachePhoenix Cmdlet
Searches Apache Phoenix data.
Syntax
Select-ApachePhoenix [parameters]
Remarks
The Select-ApachePhoenix cmdlet allows you to use a syntax similar to SQL SELECT statements to search Apache Phoenix data.
$conn = Connect-ApachePhoenix -URL 'http://localhost:8765' Select-ApachePhoenix -Connection $conn -Table "[SampleCatalog_1].[SampleSchema_1].SampleTable_1" -Columns @("Id","Name") -Where "Industry='Floppy Disks'"