Created 02-12-2016 12:10 AM
Is it possible to have multiple NFS Gateways on different nodes on a single cluster?
Created on 02-12-2016 01:02 AM - edited 08-19-2019 01:34 AM
Created on 02-12-2016 01:02 AM - edited 08-19-2019 01:34 AM
Created 02-12-2016 01:08 AM
Source: http://hortonworks.com/blog/simplifying-data-management-nfs-access-to-hdfs/
Created 05-30-2016 12:46 PM
Hi,
If I understand we can start multiple nfs gateway server on multiple servers (datanode, namenode, client hdfs).
if we have (servernfs01, servernfs02, servernfs03) and (client01, client02)
client01# : mount -t nfs servernfs01:/ /test01 client02# : mount -t nfs servernfs02:/ /test02
My question is how to avoir a service interruption ? What's happened if servernfs01 is failed ?
How to keep access to hdfs for client01, in this case ?