Support Questions

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

HDP on AWS using EFS mounts for yarn and hdfs

avatar
Explorer

Hello,

Has anyone tired using aws EFS mounts as yarn scratch and hdfs directories?

The data long term will sit in S3.

Please let me know your thoughts.

Thanks,

1 ACCEPTED SOLUTION

avatar
Expert Contributor

Hi Mike yes, i have seen it once, the efs must be in the same Availability Zone ( if not, you may be charged for data transfer and have some perf degradation .. ) and i think the only downside is that it's network performance , it's less performant that having a local disk. i think it's ok if your use case permit , however if you are planning to use Hbase/Storm where latency is critical , i recommend you to do some benchmarking first.

View solution in original post

1 REPLY 1

avatar
Expert Contributor

Hi Mike yes, i have seen it once, the efs must be in the same Availability Zone ( if not, you may be charged for data transfer and have some perf degradation .. ) and i think the only downside is that it's network performance , it's less performant that having a local disk. i think it's ok if your use case permit , however if you are planning to use Hbase/Storm where latency is critical , i recommend you to do some benchmarking first.