Add-ApacheHBase Cmdlet
Inserts Apache HBase data.
Syntax
Add-ApacheHBase [parameters]
Remarks
The Add-ApacheHBase cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Apache HBase records.
Add-ApacheHBase -Connection $connection -Table "Account" -Columns @("Name") -Values @("Jon Doe")