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 2017/02/17 22:25:44 UTC

[jira] [Commented] (DRILL-5259) Allow listing a user-defined number of profiles

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

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

GitHub user kkhatua opened a pull request:

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

    DRILL-5259: Allow listing a user-defined number of profiles

    Allow changing default number of finished queries in web UI, when starting up Drillbits
    -Ddrill.exec.http.max_profiles=100
    Alternatively, the page can be loaded dynamically for the same.
    e.g. appending the parameter **max=\<listSize\>**
    `https://<hostname>:8047/profiles?max=100`

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

    $ git pull https://github.com/kkhatua/drill DRILL-5259

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

    https://github.com/apache/drill/pull/751.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 #751
    
----
commit a47e86791a2cbbdb803d1b0f299572332198b1cf
Author: Kunal Khatua <kk...@maprtech.com>
Date:   2017-02-17T22:16:40Z

    DRILL-5259: Allow listing a user-defined number of profiles
    
    
    Allow changing default number of finished queries in web UI, when starting up Drillbits.
    Alternatively, the page can be loaded dynamically for the same.
    e.g.
    https://<hostname>:8047/profiles?max=100

----


> Allow listing a user-defined number of profiles 
> ------------------------------------------------
>
>                 Key: DRILL-5259
>                 URL: https://issues.apache.org/jira/browse/DRILL-5259
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Web Server
>    Affects Versions: 1.9.0
>            Reporter: Kunal Khatua
>            Assignee: Kunal Khatua
>            Priority: Trivial
>             Fix For: 1.10.0
>
>
> Currently, the web UI only lists the last 100 profiles. 
> This count is currently hard coded. The proposed change would be to create an option in drill-override.conf to provide a flexible default value, and also an option within the UI (via optional parameter in the path). 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)