Description
The `spark_ec2.py` script breaks when launching an m3 instance with python3 because `string.letters` is for python2 only. For python3 `string.ascii_letters` should be used instead.
The PR for fixing this is here: https://github.com/apache/spark/pull/9797
Attachments
Issue Links
- is duplicated by
-
SPARK-9494 'spark-ec2 launch' fails with anaconda python 3.4
- Resolved
- links to