This document discusses using the HP IBRIX file system as an alternative to HDFS in Hadoop to provide high availability. IBRIX is a segmented, fault tolerant file system that runs on top of RAIDed storage. It avoids single points of failure by distributing metadata across multiple segment servers rather than using a single NameNode as in HDFS. The document outlines how Hadoop could integrate with IBRIX, provides details on IBRIX architecture and configuration, and presents early performance results showing comparable performance to HDFS.