-
Notifications
You must be signed in to change notification settings - Fork 996
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
Implement JobService API calls & connect it to SDK #1129
Commits on Oct 29, 2020
-
Implement half of JobService functionality
Signed-off-by: Tsotne Tabidze <tsotnet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 221badc - Browse repository at this point
Copy the full SHA 221badcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c055f7 - Browse repository at this point
Copy the full SHA 2c055f7View commit details -
Merge branch 'master' into job-service-server
Signed-off-by: Tsotne Tabidze <tsotnet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0296462 - Browse repository at this point
Copy the full SHA 0296462View commit details
Commits on Oct 30, 2020
-
Correct implementation of all jobservice functions tested on standalo…
…ne mode * New API calls (start_offline_to_online_ingestion, start_stream_to_online_ingestion) now return Remote Jobs instead of job ids * Implement list_jobs & get_job for standalone mode (looks like Spark is running in local mode and we can't get job statuses so we have to keep cache in memory) * Wire up list_jobs & get_job on client side with job service * Tested locally on Feast 101 notebook, everything works Signed-off-by: Tsotne Tabidze <tsotnet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7e68055 - Browse repository at this point
Copy the full SHA 7e68055View commit details -
Fix list_jobs when include_terminated=False
Signed-off-by: Tsotne Tabidze <tsotnet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f59dc02 - Browse repository at this point
Copy the full SHA f59dc02View commit details
Commits on Nov 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e5506e7 - Browse repository at this point
Copy the full SHA e5506e7View commit details -
Merge branch 'master' into job-service-server
Signed-off-by: Tsotne Tabidze <tsotnet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 84f6e4c - Browse repository at this point
Copy the full SHA 84f6e4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for afe6e00 - Browse repository at this point
Copy the full SHA afe6e00View commit details
Commits on Nov 3, 2020
-
Merge branch 'master' into job-service-server
Signed-off-by: Tsotne Tabidze <tsotnet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6cb6587 - Browse repository at this point
Copy the full SHA 6cb6587View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e43530 - Browse repository at this point
Copy the full SHA 7e43530View commit details -
Remove spark extra configs and hardcode spark jars/conf in stadalone …
…mode Signed-off-by: Tsotne Tabidze <tsotnet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3335ae4 - Browse repository at this point
Copy the full SHA 3335ae4View commit details -
Remove extra spark params from dockerfile
Signed-off-by: Tsotne Tabidze <tsotnet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ca43800 - Browse repository at this point
Copy the full SHA ca43800View commit details
Commits on Nov 4, 2020
-
Use start_stream_to_online_ingestion from launcher in job service
Signed-off-by: Tsotne Tabidze <tsotnet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dc92728 - Browse repository at this point
Copy the full SHA dc92728View commit details