himanshumaurya09876 commented on code in PR #4071:
URL: https://github.com/apache/ambari/pull/4071#discussion_r2347471211


##########
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:
   Hi @arshadmohammad 
   We will be removing the service names in future PRs.
   I will figure out some way to get it through backend.



-- 
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]

Reply via email to