Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 11:49 PM
Use --py-files with Spark Submit: Zip the package and add it using --py-files when you run spark-submit. For example:
spark-submit --py-files path/to/your_package.zip your_script.py