This document discusses HCatalog, which provides table management for Hadoop. It allows users of MapReduce, Pig, and Hive to share metadata and access each other's data. HCatalog opens up metadata to MapReduce and Pig so their jobs can read schema information from the metastore. It also provides a REST API for managing metadata through Templeton. The goal of HCatalog is to make it easier for different tools to work with the same data.