Anyone have thoughts on this? Essentially we have binary avro stored as a
BLOB in Oracle, and I want to extract it via Nifi and read and write out
the contents.

Thanks,
Jason

On Mon, Aug 17, 2020 at 10:04 AM Jason Iannone <[email protected]> wrote:

> Hi all,
>
> I have a scenario where an Avro binary is being stored as a BLOB in an
> RDBMS. What's the recommended approach for querying this in bulk,
> extracting this specific field, and batching it to HDFS?
>
>    1. GenerateTableFetch OR QueryDatabaseTableRecord
>    2. Extract Avro column and assemble output <-- How?
>    3. MergeRecord
>    4. PutHDFS
>
> Additional clarification is that ultimately I want to make the Avro
> exactly as it is (content wise), store in HDFS, with an external Hive table
> on top.
>
> Thanks,
> Jason
>

Reply via email to