[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-07-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/607 --- 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

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-07-27 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r129946569 --- Diff: metron-interface/metron-rest/src/test/java/org/apache/metron/rest/controller/StormControllerIntegrationTest.java --- @@ -182,6 +185,16 @@

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-07-27 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r129930004 --- Diff: metron-interface/metron-rest/src/test/java/org/apache/metron/rest/controller/StormControllerIntegrationTest.java --- @@ -182,6 +185,16 @@

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-07-27 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r129929213 --- Diff: metron-interface/metron-rest/src/test/java/org/apache/metron/rest/controller/StormControllerIntegrationTest.java --- @@ -182,6 +185,16 @@

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-07-27 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r129926344 --- Diff: metron-interface/metron-rest-client/src/main/java/org/apache/metron/rest/model/SupervisorStatus.java --- @@ -0,0 +1,127 @@ +/** + *

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-07-27 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r129923353 --- Diff: metron-interface/metron-rest/src/test/java/org/apache/metron/rest/controller/StormControllerIntegrationTest.java --- @@ -182,6 +185,16 @@

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-07-27 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r129920992 --- Diff: metron-interface/metron-rest-client/src/main/java/org/apache/metron/rest/model/SupervisorStatus.java --- @@ -0,0 +1,127 @@ +/** + *

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-07-27 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r129920967 --- Diff: metron-interface/metron-rest-client/src/main/java/org/apache/metron/rest/model/SupervisorStatus.java --- @@ -0,0 +1,127 @@ +/** + *

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-07-27 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r129908796 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/StormStatusServiceImpl.java --- @@ -17,10 +17,7 @@ */

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-07-27 Thread justinleet
Github user justinleet commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r129904369 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/StormStatusServiceImpl.java --- @@ -17,10 +17,7 @@ */

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-07-27 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r129897123 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/StormStatusServiceImpl.java --- @@ -17,10 +17,7 @@ */

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-07-26 Thread mattf-horton
Github user mattf-horton commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r129718460 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/StormStatusServiceImpl.java --- @@ -17,10 +17,7 @@ */

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-07-26 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r129692618 --- Diff: metron-interface/metron-rest/src/test/java/org/apache/metron/rest/controller/StormControllerIntegrationTest.java --- @@ -182,6 +185,16 @@

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-07-26 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r129691439 --- Diff: metron-interface/metron-rest-client/src/main/java/org/apache/metron/rest/model/SupervisorStatus.java --- @@ -0,0 +1,127 @@ +/** + *

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-07-26 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r129690884 --- Diff: metron-interface/metron-rest-client/src/main/java/org/apache/metron/rest/model/SupervisorStatus.java --- @@ -0,0 +1,127 @@ +/** + *

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-06-19 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r122703811 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/StormStatusServiceImpl.java --- @@ -49,6 +44,11 @@ public

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-06-19 Thread justinleet
Github user justinleet commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r122700117 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/StormStatusServiceImpl.java --- @@ -49,6 +44,11 @@ public

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-06-06 Thread justinleet
Github user justinleet commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r120367143 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/StormStatusServiceImpl.java --- @@ -49,6 +44,11 @@ public

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-06-05 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r120106798 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/StormStatusServiceImpl.java --- @@ -49,6 +44,11 @@ public

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-06-03 Thread ottobackwards
GitHub user ottobackwards opened a pull request: https://github.com/apache/metron/pull/607 METRON-982 add new rest api for storm supervisor status This pr adds a new rest endpoint for retrieving storm supervisor summary information from the "/api/v1/supervisor/summary" storm ui