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 <kkha...@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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to