Filesystem in Userspace (FUSE) enables unprivileged users to access filesystems without having to make changes to the kernel. In the context of BDD, it enables the Dgraph to read and write data to HDFS by making HDFS behave like a mountable local disk. The Dgraph supports FUSE 2.8+.
If you're not using the HDFS NFS Gateway service, FUSE must be installed on all HDFS DataNodes that will host the Dgraph. Additionally, the bdd user requires extra permissions to enable the Dgraph process to integrate with FUSE, and socket timeouts in HDFS must be increased to prevent FUSE and the Dgraph from crashing during parallel ingests.
To install FUSE: