[
https://issues.apache.org/jira/browse/KNOX-2153?focusedWorklogId=376273&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-376273
]
ASF GitHub Bot logged work on KNOX-2153:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Jan/20 14:49
Start Date: 23/Jan/20 14:49
Worklog Time Spent: 10m
Work Description: pzampino commented on pull request #239: KNOX-2153 - CM
discovery - Monitor Cloudera Manager
URL: https://github.com/apache/knox/pull/239#discussion_r370161541
##########
File path:
gateway-discovery-cm/src/test/java/org/apache/knox/gateway/topology/discovery/cm/ClouderaManagerServiceDiscoveryTest.java
##########
@@ -331,6 +331,17 @@ public void testLivyDiscoverySSL() {
assertEquals("https://" + hostName + ":" + port, livyURLs.get(0));
}
+ @Test
+ public void testLivyDiscoveryWhenTransportModeIsBinary() {
+ final String hostName = "livy-host";
+ final String port = "8998";
+ ServiceDiscovery.Cluster cluster = doTestLivyDiscovery(hostName, port,
false, "binary");
Review comment:
Ok
----------------------------------------------------------------
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: 376273)
Time Spent: 6h 50m (was: 6h 40m)
> 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: 6h 50m
> 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)