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
