[ 
https://issues.apache.org/jira/browse/KNOX-2153?focusedWorklogId=375947&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-375947
 ]

ASF GitHub Bot logged work on KNOX-2153:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Jan/20 22:33
            Start Date: 22/Jan/20 22:33
    Worklog Time Spent: 10m 
      Work Description: risdenk commented on pull request #239: KNOX-2153 - CM 
discovery - Monitor Cloudera Manager
URL: https://github.com/apache/knox/pull/239#discussion_r369829054
 
 

 ##########
 File path: gateway-discovery-cm/pom.xml
 ##########
 @@ -48,10 +52,29 @@
             <groupId>com.squareup.okhttp</groupId>
             <artifactId>okhttp</artifactId>
         </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpcore</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-core</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-databind</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <scope>compile</scope>
+        </dependency>
 
 Review comment:
   We should REALLY try to avoid guava. I'll try to see what we can do about 
it. I've tried to limit its usage where possible since it tends to be a PITA 
dependency.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 375947)
    Time Spent: 5.5h  (was: 5h 20m)

> CM discovery - Monitor Cloudera Manager
> ---------------------------------------
>
>                 Key: KNOX-2153
>                 URL: https://issues.apache.org/jira/browse/KNOX-2153
>             Project: Apache Knox
>          Issue Type: Sub-task
>          Components: cm-discovery
>    Affects Versions: 1.4.0
>            Reporter: Sandor Molnar
>            Assignee: Philip Zampino
>            Priority: Major
>          Time Spent: 5.5h
>  Remaining Estimate: 0h
>
> Knox needs to have monitoring capabilities implemented for Cloudera Manager 
> service-discovery the same way as supported for Ambari (see KNOX-1013).



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

Reply via email to