-
Notifications
You must be signed in to change notification settings - Fork 906
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PySpark to the add-ons flow (#3169)
* add pyspark config to add-ons Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * add pyspark option in starters and prompts Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * add pyspark kedro hook and make it work with add-ons Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * add pyspark hook to settings.py Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * add kedro-dataset[spark.SparkDataSet] to add-ons Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * dont add pyspark add ons for e2e test Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * fix test Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * changes based of review Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * Delete hooks.py Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * remove spark_config from utils.py Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * remove parameter files from conf/base Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * fix pyspark add-ons Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * Add guard clause for parse_add_ons_input Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * changes for refactoring Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * revert pyspark_path Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * update add-ons example usage Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * ignore coverage on None add_ons_str Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * fix linting Signed-off-by: Nok <nok.lam.chan@quantumblack.com> * lint Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * refactor utils.py, strip pyproject.toml and update tests Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * Fix coverage Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * Revert "Fix coverage" Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * Revert "refactor utils.py, strip pyproject.toml and update tests" This reverts commit 343e805. * changes based on review Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * Update kedro/framework/cli/starters.py Co-authored-by: Merel Theisen <49397448+merelcht@users.noreply.github.com> Signed-off-by: Sajid Alam <90610031+SajidAlamQB@users.noreply.github.com> * Update starters.py Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> * lint Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> --------- Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com> Signed-off-by: Sajid Alam <90610031+SajidAlamQB@users.noreply.github.com> Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com> Signed-off-by: Nok <nok.lam.chan@quantumblack.com> Co-authored-by: Nok Lam Chan <nok.lam.chan@quantumblack.com> Co-authored-by: Merel Theisen <49397448+merelcht@users.noreply.github.com>
- Loading branch information
1 parent
cdc32d8
commit 5e9e05e
Showing
7 changed files
with
93 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters