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

local_batch_job.py ensure all integrations are in-memory or not available (=no errors) #840

Closed
JeroenVerstraelen opened this issue Aug 20, 2024 · 2 comments
Assignees

Comments

@JeroenVerstraelen
Copy link
Contributor

EPIC: #806

  • ensure all integrations are in-memory or not available (=no errors)
    • zookeeper, ejr, etl, elastic, hadoop, yarn, kubernetes, sentinelhub, aws, custom processes
@EmileSonneveld
Copy link
Contributor

The InMemoryJobRegistry is used. No zookeeper.
InMemoryJobRegistry removed the need of elastic.
The batchjob get launched directly, without yarn/hadoop or kubernetes.
To launch an openEO backend that can submit batchjobs, some form of kubernetes would be needed. Maybe minicube, or otherwise some kind of stub.
the layercatalog is cleared in the current implementation of local batch_jobs. So no references to sentinelhub or aws are used.
Maybe the the batch job results need to be written trough an S3 mocker like boto3
For 'etl' and 'custom processes', I don't know the status

@EmileSonneveld
Copy link
Contributor

Note: run_graph_locally works without any internet connection.

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

2 participants