Skip to content
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

Open
xuanpan opened this issue May 17, 2020 · 6 comments
Open

Writing output into AWS S3 does not work #209

xuanpan opened this issue May 17, 2020 · 6 comments

Comments

@xuanpan
Copy link

xuanpan commented May 17, 2020

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?

@rulle-io
Copy link
Contributor

@pan-xuan Can you provide your parameters and logs error (may be abfuscated :) )?

@xijingchen
Copy link

Hi.
Below are parameters

--connectionUrl=jdbc:mysql://35.228.186.7:3306/keychaindb
--username=xxxxx
--password=xxxxx
--table=keychain_dump
--output=s3://com.privacyone.bigdata/2020-05-28/18

There is only the error from caught Exception.getMessage()
"No filesystem found for scheme s3"

@rulle-io
Copy link
Contributor

Reproducible. I will have a look.

@xuanpan
Copy link
Author

xuanpan commented May 29, 2020

That would be awesome Ruslan. We have tried to configure dbeam during startup with AWS option and S3 option. None of the attempts helped.

@rulle-io
Copy link
Contributor

rulle-io commented Jun 1, 2020

Interesting, I have given it a try, it will not be a one-liner :) . Will continue this week.

@xuanpan
Copy link
Author

xuanpan commented Jun 1, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants