Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Error in PutS3Object

avatar
Explorer

Hi,

I have seen an error in the processor PutS3Object, Even though it shows the error, it is successfully putting the object in AWS S3. Looks like the below line in the onTrigger method is causing this. If I comment on this and build, it does not throw any error.

ageoffS3Uploads(context, s3, now, bucket);

this is the error it is throwing in the UI.

else {
getLogger().info("Error checking S3 Multipart Upload list for {}: {}",
new Object[]{bucket, e.getMessage()});
}

My Processor config looks like this, I have tried both ways for ObjectKey and Bucket attributes and still see the unnecessary errors.

Screenshot 2024-04-19 at 9.09.20 PM.png

 And this as well.

Screenshot 2024-04-19 at 9.08.58 PM.png

Error's in both cases.

Screenshot 2024-04-19 at 8.53.54 PM.png

 

 

1 REPLY 1

avatar
Master Guru

What S3 security are you using?   Can you put the same file there manually?

 

Is this regular AWS S3 or minio or another S3 compatible store.