Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Templeton provides a REST-like web API for HCatalog and related Hadoop components. Developers can make HTTP requests to the Templeton web server to execute HCatalog DDL commands. With the REST APIs in place for HCatalog DDL commands, it is desirable to have a JAVA APIs in HCAT which can help end users to execute DDL commands without using CLI.

Design Image Added

New Classes:

HCatClient

...

The current relationship between HCatTableInfo, StorerInfo and PartInfo is as follows: 

The "PartInfo" class can be modified to act as a wrapper to partition ( similar to HCatTableInfo). The following modifications need to be done:

...