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,

有帮助吗?

解决方案

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).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top