The document discusses Hadoop infrastructure at TripAdvisor including:
1) TripAdvisor uses Hadoop across multiple clusters to analyze large amounts of data and power analytics jobs that were previously too large for a single machine.
2) They implement high availability for the Hadoop infrastructure including automatic failover of the NameNode using DRBD, Corosync and Pacemaker to replicate the NameNode across two servers.
3) Monitoring of the Hadoop clusters is done through Ganglia and Nagios to track hardware, jobs and identify issues. Regular backups of HDFS and Hive metadata are also performed for disaster recovery.