Skip to content

Conversation

@smacker
Copy link
Contributor

@smacker smacker commented Jan 24, 2019

As usual, it took a while to figure which versions should be used to avoid conflicts.
s3a available since Hadoop 2.6 and considered stable since Hadoop 2.7

Allow all URI supported by hadoop-aws:

  • s3:// - deprecated
  • s3n:// -deprecated
  • s3a:// - recommended

The URI may contain AWS key & secret (as login & password) for the
simplest case.

Similar to GCS hadoop-aws included into fat deps jar to avoid conflicts.

Signed-off-by: Maxim Sukharev [email protected]

@smacker
Copy link
Contributor Author

smacker commented Jan 24, 2019

Don't merge until we test it with real S3 account.

@campoy
Copy link

campoy commented Jan 29, 2019

What do you need to test this?
@smola should be able to test this on our PoC accounts (or maybe even provide credentials for you)

@smacker smacker requested review from carlosms, se7entyse7en and smola and removed request for se7entyse7en January 29, 2019 11:43
Copy link
Contributor

@carlosms carlosms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but it would be good to document it in the readme

@smacker
Copy link
Contributor Author

smacker commented Jan 29, 2019

we don't have any mention about hdfs, gcs or aws in readme right now. Let's create an issue for that?

@carlosms
Copy link
Contributor

ok if you need it right now for the PoC let's open an issue for the docs

@smacker
Copy link
Contributor Author

smacker commented Jan 29, 2019

It's not really about "right now" but I would prefer to describe all storages in one task than doing just s3 here. I created an issue: #186

Allow all URI supported by hadoop-aws:
- s3:// - deprecated
- s3n:// -deprecated
- s3a:// - recommended

The URI may contain AWS key & secret (as login & password) for the
simpliest case.

Similar to GCS hadoop-aws included into fat deps jar to avoid conflicts.

Signed-off-by: Maxim Sukharev <[email protected]>
@smacker
Copy link
Contributor Author

smacker commented Jan 30, 2019

rebased on master

@smacker smacker merged commit 110d050 into src-d:master Jan 30, 2019
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

Successfully merging this pull request may close these issues.

3 participants