Updated on 2022-07-11 GMT+08:00

Typical Application Scenario

You can quickly learn and master the HetuEngine development process and know key interface functions in a typical application scenario.

Scenario

Assume that a user develops an application and needs to perform the join operation on table A of the Hive data source and table B of the MPPDB data source. In this case, HetuEngine can be used to implement data query of the Hive data source, the process is as follows:

  1. Connect to a HetuEngine JDBC server.
  2. Assemble SQL statements.
  3. Execute SQL statements.
  4. Parse the returned result.
  5. Disconnect HetuEngine JDBC server.