Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Step names #32

Merged
merged 94 commits into from
Jun 11, 2015
Merged

Step names #32

merged 94 commits into from
Jun 11, 2015

Conversation

rodneykinney
Copy link
Member

This is a refactoring with the following goals:

  • Allow naming of steps in a pipeline. The names are used in three places: 1) to name the output file 2) to label the boxes in the visualization diagram and 3) as keys which can be used to retrieve steps from a Pipeline by name
  • Remove need to specify output.persist.XXX=true for all steps in config
  • Provide more information on how steps were executed (read from disk, computed and stored, computed only, not needed)
  • Support specification of absolute URLs when overriding output locations in config
  • Cleaner API for customizing persistence (e.g. FaultTolerantRddMapper)
  • Update and improve documentation

@schmmd @cristipp FYI

@@ -1,394 +1,193 @@
AI2 Pipeline Framework
Copy link
Member Author

Choose a reason for hiding this comment

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

README needed some updating.

rodneykinney added a commit that referenced this pull request Jun 11, 2015
@rodneykinney rodneykinney merged commit ddd5f4c into allenai:master Jun 11, 2015
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.

3 participants