[
https://issues.apache.org/jira/browse/SUBMARINE-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Liu Xun resolved SUBMARINE-590.
-------------------------------
Resolution: Fixed
Issue resolved by pull request 369
[https://github.com/apache/submarine/pull/369]
> [WEB] Update chart/param/metric UI
> -----------------------------------
>
> Key: SUBMARINE-590
> URL: https://issues.apache.org/jira/browse/SUBMARINE-590
> Project: Apache Submarine
> Issue Type: Sub-task
> Components: Workbench Web
> Reporter: Kevin Su
> Assignee: Kevin Su
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.5.0
>
>
> - Improve chart/param/metric UI
> - Fix the database connection error due to the update in SUBMARINE-575
> - Read the data from the `metric` table, and draw charts in workbench
> Following commands could reproduce the experiment
> {code:java}
> curl -X POST -H "Content-Type: application/json" -d '
> {
> "meta": {
> "name": "tf-mnist2",
> "namespace": "submarine",
> "framework": "TensorFlow",
> "cmd": "python3 /var/example/tracking.py",
> "envVars":{ "ENV_1": "ENV1" }
> },
> "environment":{ "image": "pingsutw/tracking-example:0.5.0.dev" },
> "spec": {
> "Ps":{ "replicas": 1, "resources": "cpu=1,memory=1024M" },
> "Worker":{ "replicas": 1, "resources": "cpu=1,memory=1024M" }
> }
> }
> ' http://127.0.0.1:8080/api/v1/experiment
> {code}
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]