1 Answer
- Newest
- Most votes
- Most comments
0
You can place the file(s) in S3 and refer them using the standard --files
parameter in spark parameters. The distinction in Serverless being if you intend to load this properties files and need to create an InputStream you will need to use SparkFiles.get(fileName)
instead of just filename
in the traditional EC2 based EMR cluster, read more about this here
Relevant content
- asked a year ago
- Accepted Answerasked 2 years ago
- asked 3 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 3 years ago