This is an automated email from the ASF dual-hosted git repository.

smolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new cc5eb1a  KNOX-2550 - Added metadata into Spark3's service.xml (#413)
cc5eb1a is described below

commit cc5eb1a3b6c94129680d1794d94e8e1783c6104d
Author: Sandor Molnar <[email protected]>
AuthorDate: Mon Mar 15 00:16:09 2021 +0100

    KNOX-2550 - Added metadata into Spark3's service.xml (#413)
---
 .../src/main/resources/services/spark3historyui/3.0.0/service.xml   | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/gateway-service-definitions/src/main/resources/services/spark3historyui/3.0.0/service.xml
 
b/gateway-service-definitions/src/main/resources/services/spark3historyui/3.0.0/service.xml
index be6665a..745f45a 100644
--- 
a/gateway-service-definitions/src/main/resources/services/spark3historyui/3.0.0/service.xml
+++ 
b/gateway-service-definitions/src/main/resources/services/spark3historyui/3.0.0/service.xml
@@ -16,6 +16,12 @@
    limitations under the License.
 -->
 <service role="SPARK3HISTORYUI" name="spark3history" version="3.0.0">
+    <metadata>
+        <type>UI</type>
+        <context>/spark3history</context>
+        <shortDesc>Spark3 History Server Web UI</shortDesc>
+        <description>Spark3 History Server Web UI provides a comprehensive 
view of: A list of scheduler stages and tasks - A summary of RDD sizes and 
memory usage - Environmental information - Information about the running 
executors.</description>
+    </metadata>
     <routes>
         <route path="/spark3history/">
             <rewrite apply="SPARK3HISTORYUI/spark3history/outbound/rqheaders" 
to="request.headers"/>

Reply via email to