-
-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PySpark] Improve validation performance by enabling
cache()
/`unper…
…sist()` toggles (#1414) * enables caching/unpersisting, tests and docs Signed-off-by: Filipe Oliveira <[email protected]> * improve code coverage through new test file for decorators Signed-off-by: Filipe Oliveira <[email protected]> * add check_obj as an arg and small improvements Signed-off-by: Filipe Oliveira <[email protected]> * change envvar from PYSPARK_UNPERSIST to PYSPARK_KEEP_CACHE Signed-off-by: Filipe Oliveira <[email protected]> * change docs Signed-off-by: Filipe Oliveira <[email protected]> * change envvar to make them generic Signed-off-by: Filipe Oliveira <[email protected]> --------- Signed-off-by: Filipe Oliveira <[email protected]>
- Loading branch information
1 parent
af0e5c0
commit bc5e37a
Showing
8 changed files
with
296 additions
and
10 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
Binary file not shown.
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
Oops, something went wrong.