Hyunsik Choi created TAJO-1140:
----------------------------------

             Summary: Separate TajoClient into three parts
                 Key: TAJO-1140
                 URL: https://issues.apache.org/jira/browse/TAJO-1140
             Project: Tajo
          Issue Type: Improvement
          Components: client
            Reporter: Hyunsik Choi
            Assignee: Hyunsik Choi
             Fix For: 0.9.1


TajoClient is a monolithic and concrete class including connection, catalog 
client, and query client. 

This patch separates TajoClient into three parts: connection, catalog client, 
query client. In addition, it separates catalog client and query client into 
interface and implementation. This separations will allow easily different 
client implementation (e.g., REST or Thrift) even through it requires more 
works.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to