arshadmohammad commented on code in PR #4071:
URL: https://github.com/apache/ambari/pull/4071#discussion_r2347419808
##########
ambari-web/latest/src/constants.ts:
##########
@@ -27,3 +27,24 @@ export enum ProgressStatus {
COMPLETED = "COMPLETED",
FAILED = "FAILED",
}
+
+
+export const serviceNameDisplayMapping = {
+ HDFS: "HDFS",
+ YARN: "YARN",
+ RANGER: "Ranger",
+ ZOOKEEPER: "Zookeeper",
+ HIVE: "Hive",
+ SPARK: "Spark3",
+ MAPREDUCE2: "MapReduce2",
+ TEZ: "Tez",
+ HBASE: "HBase",
+ KERBEROS: "Kerberos",
+ RANGER_KMS: "Ranger KMS",
+ AMBARI_METRICS: "Ambari Metrics",
+ TRINO: "Trino",
+ SSM: "SSM",
+ SQOOP: "Sqoop",
+ KYUUBI: "Kyuubi",
+ TRINO_GATEWAY: "Trino Gateway",
Review Comment:
Please remove any services from the list that are not supported in the open
source Bigtop stack.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]