[
https://issues.apache.org/jira/browse/DRILL-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hanifi Gunes resolved DRILL-2126.
---------------------------------
Resolution: Fixed
make jdbc client connection recognize bag of configuration options passed by
user.
> 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)