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