You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@submarine.apache.org by GitBox <gi...@apache.org> on 2020/04/06 12:20:06 UTC

[GitHub] [submarine] liuxunorg commented on a change in pull request #249: SUBMARINE-455. Support find/patch/delete job in submarine-server REST

liuxunorg commented on a change in pull request #249: SUBMARINE-455. Support find/patch/delete job in submarine-server REST
URL: https://github.com/apache/submarine/pull/249#discussion_r404013362
 
 

 ##########
 File path: conf/submarine-site.xml.template
 ##########
 @@ -155,4 +155,28 @@
     <description>Rpc server port</description>
   </property>
 
+  <!-- Submarine Submitters Configuration  -->
+    <property>
+      <name>submarine.submitters</name>
+      <value>k8s</value>
+      <description>Submitter list for the server</description>
+    </property>
+    <property>
+      <name>submarine.submitters.k8s.class</name>
+      <value>org.apache.submarine.server.submitter.k8s.K8sJobSubmitter</value>
+      <description>The entry class for the specified submitter</description>
+    </property>
+    <property>
+      <name>submarine.submitters.k8s.classpath</name>
 
 Review comment:
   This configuration is not required because this path(`../lib/submitter/k8s/`) is fixed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services