adamantal commented on a change in pull request #145: SUBMARINE-308. Support 
PyTorch with TonY runtime
URL: https://github.com/apache/submarine/pull/145#discussion_r364862580
 
 

 ##########
 File path: 
submarine-server/server-submitter/submitter-yarn/src/main/java/org/apache/submarine/server/submitter/yarn/YarnUtils.java
 ##########
 @@ -167,4 +194,14 @@ public static Configuration tonyConfFromClientContext(
 
   private YarnUtils() {
   }
+
+  private static Resource getResource(Parameter parametersHolder, String 
option)
+          throws ParseException, YarnException {
+    String ResourceStr =
 
 Review comment:
   ```suggestion
       String resourceStr =
   ```

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to