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

[Spark] Enable support for non-aggregation operations in Spark using the streaming interface #5599

Merged

Conversation

alxtkr77
Copy link
Member

https://iguazio.atlassian.net/browse/ML-6474

Merge 1.7.0-rc17
Enable support for non-aggregation operations in Spark using the streaming interface.
Replace hasattr(obj, 'rdd') with 'rdd' in dir(obj) since hasattr() evaluates the property, which can lead to unintended behavior.
Update the system to handle single Parquet and CSV files.

alxtkr77 and others added 30 commits May 7, 2024 10:32
* how to register a datastore profile

* Update docs/store/datastore.md

Co-authored-by: Gal Topper <gal.topper@gmail.com>

* Update docs/store/datastore.md

Co-authored-by: Gal Topper <gal.topper@gmail.com>

* fix: data store is 2 words

* clarify example

---------

Co-authored-by: Gal Topper <gal.topper@gmail.com>
* Remove unused import
* Change import so that PyCharm detects inheritance correctly
* Add step kind to pipeline notification

* better system test

* redundant comment

* fix ut

---------

Co-authored-by: quaark <a.melnick@icloud.com>
* [Model Monitoring] Add new TSDB target for all predictions

Tracking count and latency.

[ML-6349](https://iguazio.atlassian.net/browse/ML-6349)

* Change TSDB predictions table path

* Move predictions table

* Fix

* Fix parameter names

* Fix
TomerShor and others added 19 commits May 14, 2024 22:29
…mlrun#5563)

fix pipeline notification bugs

Co-authored-by: quaark <a.melnick@icloud.com>
@assaf758 assaf758 merged commit 364839d into mlrun:feature/spark-streaming May 21, 2024
10 of 11 checks passed
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

Successfully merging this pull request may close these issues.