You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe we need a way to allow users to configure services directly (i.e., via Tang). This may be something that can be exposed as part of #26
Some examples come to mind:
OutputService: The user may want to use a different DFS -- e.g., Amazon S3 -- or even something entirely different -- e.g., send an email to the user for a very long-running job.
KeyValueStoreService: The user may want to use a different implementation -- e.g., an off-heap key value store.
The text was updated successfully, but these errors were encountered:
I believe we need a way to allow users to configure services directly (i.e., via Tang). This may be something that can be exposed as part of #26
Some examples come to mind:
The text was updated successfully, but these errors were encountered: