Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(controller)!: Key-only artifacts. Fixes #3184 #4618

Merged
merged 16 commits into from
Jan 20, 2021
Merged

Conversation

alexec
Copy link
Contributor

@alexec alexec commented Nov 30, 2020

Signed-off-by: Alex Collins [email protected]

Checklist:

Fixes #3184

  • Allow users to specify artifacts only using the key, bucket and endpoint are taken from the configuration, reducing repetition.
  • Node status only includes the key if needed. Reducing YAML size for large workflows.
  • Significant refactoring.
  • Lots of new tests.

@alexec alexec marked this pull request as ready for review December 1, 2020 00:59
@alexec alexec closed this Dec 5, 2020
@alexec alexec deleted the key branch December 5, 2020 00:35
@alexec alexec restored the key branch December 9, 2020 21:14
@alexec alexec reopened this Dec 9, 2020
@sarabala1979 sarabala1979 removed their assignment Dec 11, 2020
@alexec
Copy link
Contributor Author

alexec commented Dec 18, 2020

Closing PR. Will need to rebase after code migration.

@alexec alexec linked an issue Jan 19, 2021 that may be closed by this pull request
@alexec alexec changed the title feat(controller): Key-only artifacts. Fixes #3184 feat(controller)!: Key-only artifacts. Fixes #3184 Jan 19, 2021
@sarabala1979
Copy link
Member

@alexec Can we add the example and documents?

@alexec
Copy link
Contributor Author

alexec commented Jan 19, 2021

  • add example usage
  • update map-reduce example to use this

Signed-off-by: Alex Collins <[email protected]>
@alexec
Copy link
Contributor Author

alexec commented Jan 19, 2021

@sarabala1979 docs and examples added.

Signed-off-by: Alex Collins <[email protected]>
a.HDFS.HasLocation() ||
a.OSS.HasLocation() ||
a.GCS.HasLocation()
func (a *ArtifactLocation) Get() ArtifactLocationType {
Copy link
Member

Choose a reason for hiding this comment

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

much clear

Copy link
Member

@sarabala1979 sarabala1979 left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants