Hanifi Gunes created DRILL-2126:
-----------------------------------

             Summary: 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


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)

Reply via email to