Supports Expression Language: true (will be evaluated using flow file attributes and variable registry)Hive Configuration Resources | hive-config-resources | | | A file or comma separated list of files which contains the Hive configuration (hive-site.xml, e.g.). Without this, Hadoop will search the classpath for a 'hive-site.xml' file or will revert to a default configuration. Note that to enable authentication with Kerberos e.g., the appropriate properties must be set in the configuration files. Please see the Hive documentation for more details.
This property expects a comma-separated list of file resources.
Supports Expression Language: true (will be evaluated using variable registry only) |
Event Type | event-type | ${event.type} | | The type of the event. The acceptable values are 'put' in case of data insert or 'delete' in case of data removal. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Path | path | ${path} | | The path of the file or folder located in the file system. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Catalog Name | catalog-name | | | The name of the catalog. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Database Name | database-name | | | The name of the database. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Table Name | table-name | | | The name of the table. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Kerberos User Service | kerberos-user-service | | Controller Service API: KerberosUserService Implementations: KerberosTicketCacheUserService KerberosKeytabUserService KerberosPasswordUserService | Specifies the Kerberos User Controller Service that should be used for authenticating with Kerberos. |
Relationships:
Name | Description |
---|
success | A FlowFile is routed to this relationship after the data ingestion was successful. |
failure | A FlowFile is routed to this relationship if the data ingestion failed and retrying the operation will also fail, such as an invalid data or schema. |
Reads Attributes:
None specified.Writes Attributes:
Name | Description |
---|
metastore.notification.event | The event type of the triggered notification. |
State management:
This component does not store state.Restricted:
This component is not restricted.System Resource Considerations:
None specified.