You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/10/13 06:52:33 UTC

[jira] [Created] (TAJO-1115) JDBC driver should be more lighten

Hyunsik Choi created TAJO-1115:
----------------------------------

             Summary: JDBC driver should be more lighten
                 Key: TAJO-1115
                 URL: https://issues.apache.org/jira/browse/TAJO-1115
             Project: Tajo
          Issue Type: Improvement
          Components: client, JDBC
            Reporter: Hyunsik Choi


Currently, JDBC driver depends on lots of third-party libraries, including Hadoop. TAJO-910 already showed the possibility to enable TajoMaster to process and just send the result to Client instead of that TajoClient directly reads the result file.

If we use aggressively the above approach, we can allow JDBC and TajoClient  to require few third-party libraries. In addition, if we use maven-assembly plugin, like RDBMS, we could make a single file JDBC jar. It will make useability much more higher.



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