Hi,
What is hadoop aws maven dependency code?
How to use hadoop aws maven dependency in my project.
Thanks
Hi,
The latest dependency for hadoop aws is:
<dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-aws</artifactId> <version>3.3.6</version> </dependency>
Introducing the Hadoop S3A client.
Hadoop?s 'S3A' is Java library for connecting to the Amazon S3 object store and provide high performance. If you want to access AWS s3 storage then you have to use this library.
Thanks
Ads