[jira] [Commented] (DRILL-7983) Add a REST API to support the get running or completed profiles

2021-12-09 Thread ASF GitHub Bot (Jira)


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

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

dzamo merged pull request #2353:
URL: https://github.com/apache/drill/pull/2353


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a REST API to support the get running or completed profiles
> ---
>
> Key: DRILL-7983
> URL: https://issues.apache.org/jira/browse/DRILL-7983
> Project: Apache Drill
>  Issue Type: New Feature
>Reporter: Cong Luo
>Priority: Major
> Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. 
> this goal of ticket is extended from the `/profiles.json` to support get the 
> running or completed profiles (not all of them). the client does not need to 
> filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (DRILL-7983) Add a REST API to support the get running or completed profiles

2021-12-08 Thread ASF GitHub Bot (Jira)


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

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

CuteKittyhoho commented on pull request #2353:
URL: https://github.com/apache/drill/pull/2353#issuecomment-988608321


   @paul-rogers @cgivre Thanks again for your good advice! I have finished task 
of real test now. It first issued two queries then checked the results from 
```/profiles.json```, ```/profiles/running``` and ```/profiles/completed``` 
respectively. Adding a status parameter in GET request such as 
```/profiles/json?status=[all|running|completed]``` is also done, so could you 
please review  these things now? However, implementing a test with threads to 
check running queries is a bit of challenging, so it still need some time for 
me. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a REST API to support the get running or completed profiles
> ---
>
> Key: DRILL-7983
> URL: https://issues.apache.org/jira/browse/DRILL-7983
> Project: Apache Drill
>  Issue Type: New Feature
>Reporter: Cong Luo
>Priority: Major
> Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. 
> this goal of ticket is extended from the `/profiles.json` to support get the 
> running or completed profiles (not all of them). the client does not need to 
> filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (DRILL-7983) Add a REST API to support the get running or completed profiles

2021-12-06 Thread ASF GitHub Bot (Jira)


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

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

CuteKittyhoho commented on pull request #2353:
URL: https://github.com/apache/drill/pull/2353#issuecomment-986613446


   Brilliant idea! An URL with arguments will make things far better, I wanna 
have a try about it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a REST API to support the get running or completed profiles
> ---
>
> Key: DRILL-7983
> URL: https://issues.apache.org/jira/browse/DRILL-7983
> Project: Apache Drill
>  Issue Type: New Feature
>Reporter: Cong Luo
>Priority: Major
> Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. 
> this goal of ticket is extended from the `/profiles.json` to support get the 
> running or completed profiles (not all of them). the client does not need to 
> filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (DRILL-7983) Add a REST API to support the get running or completed profiles

2021-12-01 Thread ASF GitHub Bot (Jira)


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

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

dzamo commented on pull request #2353:
URL: https://github.com/apache/drill/pull/2353#issuecomment-983645065


   Dear PR author and reviewers.
   
   This is a generic message to say that we would like to merge this PR in time 
for the 1.20 release.  Currently we're targeting a master branch freeze date of 
2021-12-10 (10 Dec).  Please strive to complete development and review by this 
time, or indicate that the PR will need more time (and how much).
   
   Thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a REST API to support the get running or completed profiles
> ---
>
> Key: DRILL-7983
> URL: https://issues.apache.org/jira/browse/DRILL-7983
> Project: Apache Drill
>  Issue Type: New Feature
>Reporter: Cong Luo
>Priority: Major
> Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. 
> this goal of ticket is extended from the `/profiles.json` to support get the 
> running or completed profiles (not all of them). the client does not need to 
> filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (DRILL-7983) Add a REST API to support the get running or completed profiles

2021-11-24 Thread ASF GitHub Bot (Jira)


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

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

dzamo commented on pull request #2353:
URL: https://github.com/apache/drill/pull/2353#issuecomment-978917466


   +1 for the proposal from @paul-rogers to use a URL query option on 
/queries.json to implement this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a REST API to support the get running or completed profiles
> ---
>
> Key: DRILL-7983
> URL: https://issues.apache.org/jira/browse/DRILL-7983
> Project: Apache Drill
>  Issue Type: New Feature
>Reporter: Cong Luo
>Priority: Major
> Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. 
> this goal of ticket is extended from the `/profiles.json` to support get the 
> running or completed profiles (not all of them). the client does not need to 
> filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (DRILL-7983) Add a REST API to support the get running or completed profiles

2021-11-22 Thread ASF GitHub Bot (Jira)


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

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

paul-rogers commented on pull request #2353:
URL: https://github.com/apache/drill/pull/2353#issuecomment-976015866


   @CuteKittyhoho, thanks for this PR. I wonder, can we simplify the API a bit. 
As you stated your change is to change the original `/profiles.json` to:
   
   ```text
   /profiles.json
   /profiles/running
   /profiles/completed
   ```
   
   One could imagine other filters as well: failed requests, completed 
requests, running requests by Charles, etc.
   
   So, I wonder if it makes sense to add the filter as a query option:
   
   `/profiles/json?status=[all|running|completed]&...`
   
   Where the `...` is whatever someone else wants to add later.
   
   Might make the code a bit simpler also.
   
   Then, on the unit tests: testing this one might be hard: there is no good 
way to ensure that there are, in fact, running queries when you request them. 
If it were me, I'd add a hack to the mock data source. Add a global lock. By 
default, it is unlocked so existing code works. A test can set the lock, then 
launch a query in one thread, while testing your API in another. The mock data 
source, when it fetches a batch, would block if the lock is set, waiting for 
the lock to be cleared. Ugly, but it should work.
   
   Now, I'm not sure it's fair for us to ask you to add all that for just this 
case, so I guess I'm OK with doing only manual ad-hoc tests for now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a REST API to support the get running or completed profiles
> ---
>
> Key: DRILL-7983
> URL: https://issues.apache.org/jira/browse/DRILL-7983
> Project: Apache Drill
>  Issue Type: New Feature
>Reporter: Cong Luo
>Priority: Major
> Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. 
> this goal of ticket is extended from the `/profiles.json` to support get the 
> running or completed profiles (not all of them). the client does not need to 
> filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (DRILL-7983) Add a REST API to support the get running or completed profiles

2021-11-13 Thread ASF GitHub Bot (Jira)


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

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

CuteKittyhoho commented on pull request #2353:
URL: https://github.com/apache/drill/pull/2353#issuecomment-967986882


   @cgivre Thanks for your review! Resolving merge conflicts is in progress. 
After finishing this, I will go and undertake unit tests.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a REST API to support the get running or completed profiles
> ---
>
> Key: DRILL-7983
> URL: https://issues.apache.org/jira/browse/DRILL-7983
> Project: Apache Drill
>  Issue Type: New Feature
>Reporter: Cong Luo
>Priority: Major
> Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. 
> this goal of ticket is extended from the `/profiles.json` to support get the 
> running or completed profiles (not all of them). the client does not need to 
> filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (DRILL-7983) Add a REST API to support the get running or completed profiles

2021-11-11 Thread ASF GitHub Bot (Jira)


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

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

cgivre commented on pull request #2353:
URL: https://github.com/apache/drill/pull/2353#issuecomment-966278842


   @CuteKittyhoho 
   Did you see the review comments from Paul?  I also think this would be ok to 
merge, but some additional unit tests would be nice.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a REST API to support the get running or completed profiles
> ---
>
> Key: DRILL-7983
> URL: https://issues.apache.org/jira/browse/DRILL-7983
> Project: Apache Drill
>  Issue Type: New Feature
>Reporter: Cong Luo
>Priority: Major
> Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. 
> this goal of ticket is extended from the `/profiles.json` to support get the 
> running or completed profiles (not all of them). the client does not need to 
> filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (DRILL-7983) Add a REST API to support the get running or completed profiles

2021-11-11 Thread ASF GitHub Bot (Jira)


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

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

cgivre edited a comment on pull request #2353:
URL: https://github.com/apache/drill/pull/2353#issuecomment-966278842


   @CuteKittyhoho 
   Did you see the review comments from Paul?  I also think this would be ok to 
merge, but some additional unit tests would be nice.
   
   Also, can you please rebase on current master and resolve merge conflicts?  
Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a REST API to support the get running or completed profiles
> ---
>
> Key: DRILL-7983
> URL: https://issues.apache.org/jira/browse/DRILL-7983
> Project: Apache Drill
>  Issue Type: New Feature
>Reporter: Cong Luo
>Priority: Major
> Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. 
> this goal of ticket is extended from the `/profiles.json` to support get the 
> running or completed profiles (not all of them). the client does not need to 
> filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (DRILL-7983) Add a REST API to support the get running or completed profiles

2021-11-02 Thread ASF GitHub Bot (Jira)


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

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

cgivre commented on pull request #2353:
URL: https://github.com/apache/drill/pull/2353#issuecomment-957641875


   @CuteKittyhoho 
   Here's an example of some tests for some unit tests for the REST API.  Could 
you please use this as a template for some unit tests for this PR?
   Thanks!
   
   
https://github.com/paul-rogers/drill/blob/02365eac3ec68176029f05149a6062fc2af8bb21/exec/java-exec/src/test/java/org/apache/drill/exec/server/rest/TestRestJson.java
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a REST API to support the get running or completed profiles
> ---
>
> Key: DRILL-7983
> URL: https://issues.apache.org/jira/browse/DRILL-7983
> Project: Apache Drill
>  Issue Type: New Feature
>Reporter: Cong Luo
>Priority: Major
> Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. 
> this goal of ticket is extended from the `/profiles.json` to support get the 
> running or completed profiles (not all of them). the client does not need to 
> filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



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


[jira] [Commented] (DRILL-7983) Add a REST API to support the get running or completed profiles

2021-11-02 Thread ASF GitHub Bot (Jira)


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

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

cgivre commented on pull request #2353:
URL: https://github.com/apache/drill/pull/2353#issuecomment-957641875


   @CuteKittyhoho 
   Here's an example of some tests for some unit tests for the REST API.  Could 
you please use this as a template for some unit tests for this PR?
   Thanks!
   
   
https://github.com/paul-rogers/drill/blob/02365eac3ec68176029f05149a6062fc2af8bb21/exec/java-exec/src/test/java/org/apache/drill/exec/server/rest/TestRestJson.java
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a REST API to support the get running or completed profiles
> ---
>
> Key: DRILL-7983
> URL: https://issues.apache.org/jira/browse/DRILL-7983
> Project: Apache Drill
>  Issue Type: New Feature
>Reporter: Cong Luo
>Priority: Major
> Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. 
> this goal of ticket is extended from the `/profiles.json` to support get the 
> running or completed profiles (not all of them). the client does not need to 
> filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



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


[jira] [Commented] (DRILL-7983) Add a REST API to support the get running or completed profiles

2021-11-02 Thread ASF GitHub Bot (Jira)


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

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

cgivre commented on pull request #2353:
URL: https://github.com/apache/drill/pull/2353#issuecomment-957641875


   @CuteKittyhoho 
   Here's an example of some tests for some unit tests for the REST API.  Could 
you please use this as a template for some unit tests for this PR?
   Thanks!
   
   
https://github.com/paul-rogers/drill/blob/02365eac3ec68176029f05149a6062fc2af8bb21/exec/java-exec/src/test/java/org/apache/drill/exec/server/rest/TestRestJson.java
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a REST API to support the get running or completed profiles
> ---
>
> Key: DRILL-7983
> URL: https://issues.apache.org/jira/browse/DRILL-7983
> Project: Apache Drill
>  Issue Type: New Feature
>Reporter: Cong Luo
>Priority: Major
> Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. 
> this goal of ticket is extended from the `/profiles.json` to support get the 
> running or completed profiles (not all of them). the client does not need to 
> filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



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


[jira] [Commented] (DRILL-7983) Add a REST API to support the get running or completed profiles

2021-10-29 Thread ASF GitHub Bot (Jira)


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

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

paul-rogers commented on pull request #2353:
URL: https://github.com/apache/drill/pull/2353#issuecomment-955150025


   Overall, looks fine. I wonder, can we add a real test? Historically, the 
REST API stuff never had tests. I ended up writing a bunch when I redid the 
storage plugin layer because I didn't have the patience to test things with 
Postman over and over. Can we do something like that here? To test, there is 
one test config flag to set to enable the HTTP server: it is normally disabled.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a REST API to support the get running or completed profiles
> ---
>
> Key: DRILL-7983
> URL: https://issues.apache.org/jira/browse/DRILL-7983
> Project: Apache Drill
>  Issue Type: New Feature
>Reporter: Cong Luo
>Priority: Major
> Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. 
> this goal of ticket is extended from the `/profiles.json` to support get the 
> running or completed profiles (not all of them). the client does not need to 
> filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



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


[jira] [Commented] (DRILL-7983) Add a REST API to support the get running or completed profiles

2021-10-28 Thread ASF GitHub Bot (Jira)


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

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

CuteKittyhoho opened a new pull request #2353:
URL: https://github.com/apache/drill/pull/2353


   # [DRILL-7983](https://issues.apache.org/jira/browse/DRILL-7983): Add a REST 
API to support the get running or completed profiles
   
   ## Description
   Drill have a REST API to get the profiles of running and completed queries. 
this goal of ticket is extended from the `/profiles.json` to support get the 
running or completed profiles (not all of them). the client does not need to 
filter with the state.
   
   old URI
   ```
   /profiles.json
   ```
   
   new URI
   ```
   /profiles.json
   /profiles/running
   /profiles/completed
   ```
   
   ## Documentation
   NA
   
   ## Testing
   Manual tested (use Postman).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a REST API to support the get running or completed profiles
> ---
>
> Key: DRILL-7983
> URL: https://issues.apache.org/jira/browse/DRILL-7983
> Project: Apache Drill
>  Issue Type: New Feature
>Reporter: Cong Luo
>Priority: Major
> Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. 
> this goal of ticket is extended from the `/profiles.json` to support get the 
> running or completed profiles (not all of them). the client does not need to 
> filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



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