문제

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