hadoop/hadoop-common-project/hadoop-nfs
Akira Ajisaka 7b7ec5687e
HADOOP-16870. Use spotbugs-maven-plugin instead of findbugs-maven-plugin (#2753)
Removed findbugs from the hadoop build images and added spotbugs instead.
Upgraded SpotBugs to 4.2.2 and spotbugs-maven-plugin to 4.2.0.

Reviewed-by: Masatake Iwasaki <iwasakims@apache.org>
(cherry picked from commit 23b343aed1)

 Conflicts:
	dev-support/docker/Dockerfile
	hadoop-project/pom.xml

(cherry picked from commit de2904f123)

 Conflicts:
	dev-support/docker/Dockerfile_aarch64
	hadoop-cloud-storage-project/hadoop-cos/pom.xml
	hadoop-common-project/hadoop-registry/pom.xml
	hadoop-project/pom.xml

(cherry picked from commit 0b278502e2)

 Conflicts:
	dev-support/docker/Dockerfile
	hadoop-project/pom.xml
2021-03-27 00:40:24 +09:00
..
dev-support HADOOP-10701. NFS should not validate the access premission only based on the user's primary group. Contributed by Harsh J. 2014-06-27 12:00:55 +00:00
src HDFS-11575. Supporting HDFS NFS gateway with Federated HDFS. Contributed by Mukul Kumar Singh. 2017-10-10 10:38:05 -07:00
README.txt HADOOP-9509. Implement ONCRPC and XDR. Contributed by Brandon Li 2013-06-07 21:45:06 +00:00
pom.xml HADOOP-16870. Use spotbugs-maven-plugin instead of findbugs-maven-plugin (#2753) 2021-03-27 00:40:24 +09:00

README.txt

Hadoop NFS

Hadoop NFS is a Java library for building NFS gateway. It has
the following components:

- ONCRPC: This a implementation of ONCRPC(RFC-5531) and XDR(RFC-4506).
- Mount: This an interface implementation of MOUNT protocol (RFC-1813).
- Portmap: This is a implementation of Binding protocol(RFC-1833).
- NFSv3: This is an interface implementation of NFSv3 protocol(RFC-1813).