HDFS NFS Gateway User Guide
Also available as:
PDF

Chapter 1. HDFS NFS Gateway User Guide

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.