Support Questions

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

NFSGateway

avatar
Master Collaborator

Hi:

I need to know in which cases install NFSGateways into de nodes to the cluster.

Thanks

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Roberto Sancho

The NFS Gateway for HDFS allows clients to mount HDFS and interact with it through NFS, as if it were part of their local file system. The gateway supports NFSv3.

After mounting HDFS, a user can:

  • Browse the HDFS file system through their local file system on NFSv3 client-compatible operating systems.
  • Upload and download files between the HDFS file system and their local file system.
  • Stream data directly to HDFS through the mount point. (File append is supported, but random write is not supported.)

Prerequisites

The NFS Gateway machine must be running all components that are necessary for running an HDFS client, such as a Hadoop core JAR file and a HADOOP_CONF directory.

The NFS Gateway can be installed on any DataNode, NameNode, or HDP client machine. Start the NFS server on that machine.

Here are steps https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_hdfs_nfs_gateway/content/user-guide-hdfs...

View solution in original post

1 REPLY 1

avatar
Master Mentor

@Roberto Sancho

The NFS Gateway for HDFS allows clients to mount HDFS and interact with it through NFS, as if it were part of their local file system. The gateway supports NFSv3.

After mounting HDFS, a user can:

  • Browse the HDFS file system through their local file system on NFSv3 client-compatible operating systems.
  • Upload and download files between the HDFS file system and their local file system.
  • Stream data directly to HDFS through the mount point. (File append is supported, but random write is not supported.)

Prerequisites

The NFS Gateway machine must be running all components that are necessary for running an HDFS client, such as a Hadoop core JAR file and a HADOOP_CONF directory.

The NFS Gateway can be installed on any DataNode, NameNode, or HDP client machine. Start the NFS server on that machine.

Here are steps https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_hdfs_nfs_gateway/content/user-guide-hdfs...