Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

distcp from hdp 2.1 to s3a.

avatar

Hi I am using HDP 2.1 and trying to do distcp from hdp 2.1 to s3a.

I configured hte access key and secret key. But getting error:-

[hive@test-reair ~]$ hadoop fs -ls s3a://test-poc/

ls: No FileSystem for scheme: s3a

Urgent help needed.

Thanks in advance.

1 ACCEPTED SOLUTION

avatar
Super Guru

@Ashnee Sharma

Can you try using s3n instead of s3a? Support for s3a came into Hadoop with version 2.6.0 (https://issues.apache.org/jira/browse/HADOOP-10400). HDP 2.5 provides s3a as a Tech Preview. HDP 2.1 came with Hadoop 2.4.0 (http://hortonworks.com/blog/announcing-hdp-2-1-general-availability/)

You can see this link for using s3n https://community.hortonworks.com/articles/7296/hdp-22-configuration-required-for-s3.html

View solution in original post

6 REPLIES 6

avatar
Super Guru

avatar

@ Michael Young

I have already gone through with this link, but not helped me.

avatar
Super Guru

@Ashnee Sharma

Can you try using s3n instead of s3a? Support for s3a came into Hadoop with version 2.6.0 (https://issues.apache.org/jira/browse/HADOOP-10400). HDP 2.5 provides s3a as a Tech Preview. HDP 2.1 came with Hadoop 2.4.0 (http://hortonworks.com/blog/announcing-hdp-2-1-general-availability/)

You can see this link for using s3n https://community.hortonworks.com/articles/7296/hdp-22-configuration-required-for-s3.html

avatar

Hi @Michael Young

I have two cluster on one it is working but on second cluster after done the same it is not working with s3a.

avatar

I have tried with s3n. It is working fine with s3n.

avatar
Super Guru

Good to know, thank you.