This document discusses using GlusterFS for Hadoop. GlusterFS is an open source distributed file system that aggregates storage and provides a unified global namespace. It can be used with Hadoop as the underlying storage system instead of HDFS. Using GlusterFS offers advantages like no need for a metadata server and ability to use the same storage for both MapReduce jobs and application data. It also supports features like geo-replication and erasure coding that are useful for big data workloads.