UpdateClouderaHiveTable 2.3.0.4.10.0.0-147

Bundle
com.cloudera | nifi-cdf-hive-nar
Description
This component uses the Hive client version 3.1.3000.7.3.1.400-76. This processor uses a Hive JDBC connection and incoming records to generate any Hive 3.0+ table changes needed to support the incoming records.
Tags
database, hive, jdbc, metadata, table
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success A FlowFile containing records routed to this relationship after the record has been successfully transmitted to Hive.
failure A FlowFile containing records routed to this relationship if the record could not be transmitted to Hive.
Reads Attributes
Name Description
hive.table.management.strategy This attribute is read if the 'Table Management Strategy' property is configured to use the value of this attribute. The value of this attribute should correspond (ignoring case) to a valid option of the 'Table Management Strategy' property.
Writes Attributes
Name Description
output.table This attribute is written on the flow files routed to the 'success' and 'failure' relationships, and contains the target table name.
output.path This attribute is written on the flow files routed to the 'success' and 'failure' relationships, and contains the path on the file system to the table (or partition location if the table is partitioned).
mime.type Sets the mime.type attribute to the MIME Type specified by the Record Writer, only if a Record Writer is specified and Update Field Names is 'true'.
record.count Sets the number of records in the FlowFile, only if a Record Writer is specified and Update Field Names is 'true'.