Lookup a record from Kudu Server associated with the specified key. Binary columns are base64 encoded. Only one matched row will be returned
lookup, enrich, key, value, kudu
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Kudu Masters | kudu-lu-masters | Comma separated addresses of the Kudu masters to connect to. Supports Expression Language: true (will be evaluated using variable registry only) | ||
Kerberos Credentials Service | kudu-lu-kerberos-credentials-service | Controller Service API: KerberosCredentialsService Implementation: KeytabCredentialsService | Specifies the Kerberos Credentials to use for authentication | |
Kudu Operation Timeout | kudu-lu-operations-timeout-ms | 30000ms | Default timeout used for user operations (using sessions and scanners) Supports Expression Language: true (will be evaluated using variable registry only) | |
Kudu Replica Selection | kudu-lu-replica-selection | CLOSEST_REPLICA |
| Policy with which to choose amongst multiple replicas |
Kudu Table Name | kudu-lu-table-name | default | Name of the table to access. Supports Expression Language: true (will be evaluated using variable registry only) | |
Kudu Return Columns | kudu-lu-return-cols | * | A comma-separated list of columns to return when scanning. To return all columns set to "*" Supports Expression Language: true (will be evaluated using variable registry only) |