You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Hanifi Gunes (JIRA)" <ji...@apache.org> on 2015/01/31 01:17:34 UTC

[jira] [Commented] (DRILL-2126) Make JDBC connection honor a configuration option for disabling embedded web server

    [ https://issues.apache.org/jira/browse/DRILL-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14299426#comment-14299426 ] 

Hanifi Gunes commented on DRILL-2126:
-------------------------------------

[~parthc] can you please review?

> Make JDBC connection honor a configuration option for disabling embedded web server
> -----------------------------------------------------------------------------------
>
>                 Key: DRILL-2126
>                 URL: https://issues.apache.org/jira/browse/DRILL-2126
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Client - JDBC
>    Affects Versions: 0.7.0
>            Reporter: Hanifi Gunes
>            Assignee: Hanifi Gunes
>            Priority: Minor
>         Attachments: DRILL-2126.1.patch.txt
>
>
> Current implementation of Drill's jdbc connection does not honor nor handle parameters passed from jdbc connection string(except the local mode flag). The proposal is to make the implementation recognize a bag of configuration options passed by user(specifically the one for disabling the embedded web server). 
> A typical use case for this feature would be in unit tests. Some jdbc unit tests instantiates an individual DrillBit per test case in local mode that in turn starts an embedded web server. This prevents us from parallelizing the tests due to the fact that port assigned for the web server is currently in use by the former bit. This also impairs the test runtime as starting the web server takes from 1-2 seconds/test case.



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