I am trying to figure out how to use S3 as state storage.
Seems like I only have to do two things:
1. Put flink-s3-fs-presto to the lib2. Configure s3.access-key: your-access-key
s3.secret-key: your-secret-key
But I see this exception: ClassNotFoundException: NativeS3FileSystem/S3AFileSystem Not Found
Add it is suggested to add more libs.
So I am confused here, is there a step 3 needed? Isn't the presto jar is all self contained?
Thanks