-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Writing output into AWS S3 does not work #209
Comments
@pan-xuan Can you provide your parameters and logs error (may be abfuscated :) )? |
Hi. --connectionUrl=jdbc:mysql://35.228.186.7:3306/keychaindb There is only the error from caught Exception.getMessage() |
Reproducible. I will have a look. |
That would be awesome Ruslan. We have tried to configure dbeam during startup with AWS option and S3 option. None of the attempts helped. |
Interesting, I have given it a try, it will not be a one-liner :) . Will continue this week. |
I had the feeling it would be a "one liner" because Beam essentially support aws s3. I had assumed it is how dbeam initiated beam lib to caused the issue. But after a few attempts in patching the factory with S3 and AWS options with no result. I became clueless. We appreciate your continuous investigation. |
I understand dbeam officially does not support S3. I kinda of hopping it might work out of the box because Beam supports S3 as its file io. However I got the following error:
"No filesystem found for scheme s3"
Do you have a clue why is this happening? Do you plan to add S3 output in the future?
The text was updated successfully, but these errors were encountered: