Search

What is HCatalog and how to use it?



HCatalog is a Table and Storage Management tool to Hadoop/HDFS. In MR, we use it by specifying InputOutput Formats i.e. HCatInputFormat and HCatOutputFormat.
In Pig, we use it by specifying Storage types i.e HCatLoader and HCatStorer.