You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/15 19:54:25 UTC

[jira] [Commented] (DRILL-4606) Create DrillClient.Builder class

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

ASF GitHub Bot commented on DRILL-4606:
---------------------------------------

GitHub user sudheeshkatkam opened a pull request:

    https://github.com/apache/drill/pull/480

    DRILL-4606: Add DrillClient.Builder class

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sudheeshkatkam/drill DRILL-4606

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/480.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 #480
    
----
commit ed4d81202071bf698ef7791ec571988dd8d32c6c
Author: Sudheesh Katkam <sk...@maprtech.com>
Date:   2016-03-09T18:34:26Z

    DRILL-4606: HYGIENE
    
    + Merge DrillAutoCloseables and AuthCloseables
    + Remove unused imports

commit 560820c6646e944a441b2b3d3dfac0e5b2b513c7
Author: Sudheesh Katkam <sk...@maprtech.com>
Date:   2016-04-15T05:25:02Z

    DRILL-4606: CORE
    
    + Add DrillClient.Builder helper class to create DrillClient objects
    + Deprecate 8 constructors and DrillClientFactory
    + Reorganization and documentation in DrillClient
    
    + Reuse user loop group in REST clients

----


> Create DrillClient.Builder class
> --------------------------------
>
>                 Key: DRILL-4606
>                 URL: https://issues.apache.org/jira/browse/DRILL-4606
>             Project: Apache Drill
>          Issue Type: Improvement
>            Reporter: Sudheesh Katkam
>            Assignee: Sudheesh Katkam
>
> + Create a helper class to build DrillClient instances, and deprecate DrillClient constructors
> + Allow DrillClient to specify an event loop group (so user event loop can be used for queries from Web API calls)



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