You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by Hyunsik Choi <hy...@apache.org> on 2015/08/19 15:22:02 UTC

[FYI] TajoClient v2 Examples

Hi folks,

Here is an example for TajoClient v2. It's better than JDBC due to
more features and Async API.

Basic API example:

https://github.com/apache/tajo/blob/master/tajo-client-example/src/main/java/org/apache/tajo/client/v2/example/TajoClientExample.java

Async API example:
https://github.com/apache/tajo/blob/master/tajo-client-example/src/main/java/org/apache/tajo/client/v2/example/TajoClientAsyncExample.java

In coming next minor release, I would add some meta data APIs to Client v2.

Best regards,
Hyunsik