You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mr...@googlegroups.com
This is mostly a bugfix release.
Fixes a bug introduced in v0.6.8 that could break uploading archives/directories
Improved the way the Spark runner and sim runners simulate Hadoop. Specifically, added an emulate_map_input_file option to the Spark runner that allows it to run MRJobs that use code like:
jobconf_from_env(‘mapreduce.map.input.file’)
to read the name of input files.
`mrjob spark-submit` better emulates spark-submit; you no longer have to use -- to pass switches to the Spark script.
add_passthrough_option() and add_file_option() (which are deprecated) now better emulate optparse by allowing the *type* argument to be a type
Finally, this version drops support for Python 3.4