This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SUBMARINE-590. [WEB] Update chart/param/metric UI
### What is this PR for? - 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 ```bash 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 ``` ### What type of PR is it? [Improvement] ### Todos * [ ] - Task ### What is the Jira issue? https://issues.apache.org/jira/browse/SUBMARINE-590 ### How should this be tested? https://travis-ci.org/github/pingsutw/hadoop-submarine/builds/714396434 ### Screenshots (if appropriate) ![Screenshot from 2020-08-03 12-42-34](https://user-images.githubusercontent.com/37936015/89163413-1f071000-d5a8-11ea-9b44-c7646ccb2868.png) ![Screenshot from 2020-08-03 12-42-35](https://user-images.githubusercontent.com/37936015/89163445-29290e80-d5a8-11ea-943e-e59eb3c753f4.png) ![Screenshot from 2020-08-03 12-42-38](https://user-images.githubusercontent.com/37936015/89163458-2d552c00-d5a8-11ea-9c3a-c250f06f32ef.png) ![Screenshot from 2020-08-03 12-42-37](https://user-images.githubusercontent.com/37936015/89163454-2af2d200-d5a8-11ea-9274-52fc5ccdb7a5.png) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Kevin Su <[email protected]> Author: HUAN-PING SU <[email protected]> Closes #369 from pingsutw/SUBMARINE-590 and squashes the following commits: e2020bf [HUAN-PING SU] Update submarine-server/server-core/src/main/java/org/apache/submarine/server/experiment/ExperimentManager.java d8a9a58 [HUAN-PING SU] Update submarine-server/server-core/src/main/java/org/apache/submarine/server/experiment/ExperimentManager.java 8449fe5 [Kevin Su] Remove unused import c76615e [Kevin Su] Update github action a211cc0 [Kevin Su] Update github action fbcab9e [Kevin Su] Update github action 866f383 [Kevin Su] Update experimentManager 4f19fc6 [Kevin Su] Update proxy.conf.js 9ab5856 [Kevin Su] Update ExperimentManager b1f6e08 [Kevin Su] update python github action 983608a [Kevin Su] update python github action 48074bb [Kevin Su] update python github action bf1c637 [Kevin Su] update python github action ad1229a [Kevin Su] update chart b0312d1 [Kevin Su] update chart 3404264 [Kevin Su] update chart 0469b06 [Kevin Su] update chart 97ed6e0 [Kevin Su] update python github action a966310 [Kevin Su] Update chart a2d5d4f [Kevin Su] Add angular cdk 0a4b34d [Kevin Su] Update workbench 9a50983 [Kevin Su] Fix show param in workbench
- Loading branch information
Showing
23 changed files
with
172 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.