[
https://issues.apache.org/jira/browse/KNOX-2153?focusedWorklogId=373914&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-373914
]
ASF GitHub Bot logged work on KNOX-2153:
----------------------------------------
Author: ASF GitHub Bot
Created on: 17/Jan/20 22:09
Start Date: 17/Jan/20 22:09
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_r368156315
##########
File path:
gateway-discovery-cm/src/main/java/org/apache/knox/gateway/topology/discovery/cm/model/hive/HiveOnTezServiceModelGenerator.java
##########
@@ -16,20 +16,45 @@
*/
package org.apache.knox.gateway.topology.discovery.cm.model.hive;
+import com.cloudera.api.swagger.client.ApiException;
import com.cloudera.api.swagger.model.ApiConfigList;
+import com.cloudera.api.swagger.model.ApiRole;
+import com.cloudera.api.swagger.model.ApiService;
+import com.cloudera.api.swagger.model.ApiServiceConfig;
+import org.apache.knox.gateway.topology.discovery.cm.ServiceModel;
public class HiveOnTezServiceModelGenerator extends HiveServiceModelGenerator {
public static final String SERVICE_TYPE = "HIVE_ON_TEZ";
+ private static final String HOT_TRANSPORT_MODE =
TRANSPORT_MODE.replaceAll("\\.", "_");
Review comment:
`HOT` must be Hive on Tez, but definitely isn't clear from reading.
----------------------------------------------------------------
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: 373914)
Time Spent: 1h (was: 50m)
> 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: 1h
> 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)