You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Igor Guzenko (Jira)" <ji...@apache.org> on 2020/03/11 09:15:00 UTC

[jira] [Created] (DRILL-7636) Extract Web-related code to a new drill-web module

Igor Guzenko created DRILL-7636:
-----------------------------------

             Summary: Extract Web-related code to a new drill-web module
                 Key: DRILL-7636
                 URL: https://issues.apache.org/jira/browse/DRILL-7636
             Project: Apache Drill
          Issue Type: Improvement
            Reporter: Igor Guzenko
            Assignee: Igor Guzenko


At the moment Drill uses combination of Freemarker template generator, Jetty embedded server, and Jersey JAX-RS implementation for hosting Web UI client for submission of queries and monitoring tasks. Historically all the code was written in one *java-exec* module and part of the web code was copied to *drill-on-yarn* module. 

In order to improve modular structure, reuse web code in drill-on-yarn and simplify future evolvement of Web UI it makes sense to extract web-related code into a separate module and use it as a dependency for exec and yarn modules.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)