Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IllegalArgumentException The bucketName parameter must be specified. com.amazonaws.services.s3.AmazonS3Client.rejectNull

Running a Clojure jar on AWS-EMR cluster using (hfs-textline) and getting:

IllegalArgumentException The bucketName parameter must be specified. com.amazonaws.services.s3.AmazonS3Client.rejectNull`.

like image 721
yonatan Avatar asked Dec 24 '22 16:12

yonatan


2 Answers

In my case, it really is about bucketname. I mistyped s3:///mkay4242(3 slashes) instead of s3://mkay4242.

like image 68
MyounghoonKim Avatar answered May 12 '23 13:05

MyounghoonKim


after many different tries the solution in this case was that 'AWS_ACCESS_KEY' and 'AWS_SECRET_KEY' values where wrong.

like image 23
yonatan Avatar answered May 12 '23 12:05

yonatan