Question

I would like to create a data pipeline which will export data from dynamoDB and import it to s3. everything seems fine but there is a problem because , my data on dynamoDB is binary and pipeline settings , there is not accepted data type as binary.

What can i do about it ?

Cheers,

Était-ce utile?

La solution

You can create your own Hive Script that exports data from dynamoDB to S3. (Samples)

You would need to disable staging to run your own Hive Script (An example to do this here).

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top