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

Does Seldon Batch Processing Work with Azure Blob Storage? #2858

Closed
snowneji opened this issue Jan 20, 2021 · 3 comments
Closed

Does Seldon Batch Processing Work with Azure Blob Storage? #2858

snowneji opened this issue Jan 20, 2021 · 3 comments

Comments

@snowneji
Copy link

According to the tutorial here (https://docs.seldon.io/projects/seldon-core/en/v1.5.1/examples/argo_workflows_batch.html), looks like Seldon Batch Processing uses Minio as the storage, but its repo used by Helm is blocked in our corporate environment. So I'm wondering can we use Azure blog storage or GCP Storage instead?

@snowneji snowneji added the triage Needs to be triaged and prioritised accordingly label Jan 20, 2021
@RafalSkolasinski
Copy link
Contributor

RafalSkolasinski commented Jan 20, 2021

Hi @snowneji,

We're exploring rclone-based storage initialisers / artefact managements.

There is example on custom init container that uses rclone.

I was also exploring rclone-based workflow in context of hdfs. Though main example uses hdfscli python client but there is rclone based workflows in extra folder here: https://github.com/SeldonIO/seldon-core/tree/master/examples/batch/hdfs-argo-workflows/extra-rclone

Here are some docs on rclone azure support: https://rclone.org/azureblob/

@RafalSkolasinski
Copy link
Contributor

In principle the seldon-batch-processor CLI takes input/output files that are locally accessible to it.
It is the other two steps in Argoworkflow example that are responsible for pulling the input data file and pushing the output data file. These steps can be customised to your needs as you please.

@snowneji
Copy link
Author

Thanks, I will take a look at the docs you shared

@ukclivecox ukclivecox removed the triage Needs to be triaged and prioritised accordingly label Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants