Add-ApacheImpala Cmdlet
Inserts Apache Impala data.
Syntax
Add-ApacheImpala [parameters]
Remarks
The Add-ApacheImpala cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Apache Impala records.
Add-ApacheImpala -Connection $connection -Table "[CData].[Default].Customers" -Columns @("CompanyName") -Values @("Jon Deere")