Closed
Description
spark-submit
from the pyspark
package is capable of taking absolute paths for input files, etc. when running on a local master. However, the Spark installation on EMR (at least the Spark 2.3.1 installation on 5.16.0 AMIs) can't; if you don't use file:///
, it interprets them as HDFS paths.