Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Merge pai config #1965

Merged
merged 38 commits into from
Feb 7, 2020
Merged

Conversation

SparkSnail
Copy link
Contributor

No description provided.

SparkSnail and others added 29 commits August 6, 2019 18:58
Filter prune algo implementation (microsoft#1655)
Support monitor mode when creating or resuming a new experiment (microsoft#1933)
Add test for documentation build (microsoft#1924)
@SparkSnail SparkSnail requested a review from chicm-ms January 16, 2020 09:40
@SparkSnail SparkSnail requested review from acblacktea and liuzhe-lz and removed request for acblacktea January 16, 2020 09:40
const additionalPAIConfig = yaml.safeLoad(fs.readFileSync(this.paiTrialConfig.paiConfigPath, 'utf8'));
return yaml.safeDump({...paiJobConfig, ...additionalPAIConfig});
} catch (error) {
this.log.error(`Loading ${this.paiTrialConfig.paiConfigPath} error: ${error}`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this error message is not accurate, could be:
error occurs during loading and merge .... : ${error}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed.

@@ -26,7 +26,8 @@
"ts-deferred": "^1.0.4",
"typescript-ioc": "^1.2.4",
"typescript-string-operations": "^1.3.1",
"webhdfs": "^1.2.0"
"webhdfs": "^1.2.0",
"deepmerge": "^4.2.2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like your are not using yarn add

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like your are not using yarn add

fixed.

@@ -13,6 +13,7 @@
"azure-storage": "^2.10.2",
"chai-as-promised": "^7.1.1",
"child-process-promise": "^2.2.1",
"deepmerge": "^4.2.2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there should be some updates in yarn.lock needs to be checked in.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@SparkSnail SparkSnail merged commit 26aa113 into microsoft:master Feb 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants