Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-11837

spark_ec2.py breaks with python3 and m3 instances

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.6.0
    • EC2
    • None

    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

          Activity

            People

              mortada Mortada Mehyar
              mortada Mortada Mehyar
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: