[
https://issues.apache.org/jira/browse/TAJO-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14587565#comment-14587565
]
ASF GitHub Bot commented on TAJO-1646:
--------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/603
TAJO-1646: Add extlib directory for third-party libraries.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-1646
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/603.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #603
----
commit 0ce840925aab9c18273ada73d367f112cdebeeca
Author: Hyunsik Choi <[email protected]>
Date: 2015-06-16T06:58:03Z
TAJO-1646: Add extlib directory for third-party libraries.
----
> Add extlib directory for third-party libraries
> ----------------------------------------------
>
> Key: TAJO-1646
> URL: https://issues.apache.org/jira/browse/TAJO-1646
> Project: Tajo
> Issue Type: Improvement
> Components: conf and scripts
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.11.0
>
>
> We frequently copy third-party jars (jdbc driver or UDF jars) to tajo/lib.
> But, lib already includes Tajo dependency jars. But, this way is very
> inconvenience because the mixed jars make us hard to separate third-party
> jars and dependency jars.
> I propose a directory for third-party jars. It will be located at
> {{tajo/extlib}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)