-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove BulkDownloader operator (#3161)
This operator's design requires some more discussion. The current issues are: 1. it is accessing the workflow context (i.e., workflowId and executionId), which may not be permitted in the future. 2. It is directly interacting with the local file system. For the short term, we will drop the support for such as downloader. We can discuss how to support it in the future when needed.
- Loading branch information
1 parent
8b92548
commit edaf799
Showing
5 changed files
with
0 additions
and
213 deletions.
There are no files selected for viewing
Binary file not shown.
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
87 changes: 0 additions & 87 deletions
87
...ow-operator/src/main/scala/edu/uci/ics/amber/operator/download/BulkDownloaderOpDesc.scala
This file was deleted.
Oops, something went wrong.
80 changes: 0 additions & 80 deletions
80
...ow-operator/src/main/scala/edu/uci/ics/amber/operator/download/BulkDownloaderOpExec.scala
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
...perator/src/test/scala/edu/uci/ics/amber/operator/download/BulkDownloaderOpExecSpec.scala
This file was deleted.
Oops, something went wrong.