What is use of hcatalog in hadoop?

前端 未结 5 1884
醉梦人生
醉梦人生 2020-12-24 07:26

I\'m new to Hadoop. I know that the HCatalog is a table and storage management layer for Hadoop. But how exactly it works and how to use it. Please give some simple example.

5条回答
  •  無奈伤痛
    2020-12-24 07:57

    Hcatalog is the metadata management of Hadoop File system. Hcatalog can be accessed through webhcat which makes use of rest api. Whatever the tables created in hcatalog can be accessed through hive and pig.

提交回复
热议问题