[ https://issues.apache.org/jira/browse/SUBMARINE-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16896314#comment-16896314 ]
Wei-Chiu Chuang commented on SUBMARINE-7: ----------------------------------------- [~pingsutw] thanks for contributing the patch. 005 patch looks almost ready. {code} } catch (ParseException e) { LOG.error("Exception in parse: {}", e.getMessage()); printUsages(); throw e; } {code} this method {{parseCommandLineAndGetModelCreateParameters}} is called by {{run()}} and by the {{main()}}. It is generally not encouraged to output an exception directly to console. It would great if you can handle this exception more gracefully. > [Submarine] Support create models / versions for training result. > ------------------------------------------------------------------ > > Key: SUBMARINE-7 > URL: https://issues.apache.org/jira/browse/SUBMARINE-7 > Project: Hadoop Submarine > Issue Type: New Feature > Reporter: Wangda Tan > Assignee: kevin su > Priority: Major > Attachments: SUBMARINE-7.005.patch, SUBMARINE-7.v0.patch, > SUBMARINE-7.v1.patch, SUBMARINE-7.v2.patch, SUBMARINE-7.v3.patch, Screenshot > from 2019-07-13 00-28-44.png, Screenshot from 2019-07-13 00-29-54.png > > > As mentioned in > https://docs.google.com/document/d/199J4pB3blqgV9SCNvBbTqkEoQdjoyGMjESV4MktCo0k/edit#heading=h.vkxp9edl11m7, > we should be able to have models/versions for models created by training > algorithm. See design doc for syntax, etc. -- This message was sent by Atlassian JIRA (v7.6.14#76016)