Allan Douglas R. de Oliveira created SPARK-3840: ---------------------------------------------------
Summary: Spark EC2 templates fail when variables are missing Key: SPARK-3840 URL: https://issues.apache.org/jira/browse/SPARK-3840 Project: Spark Issue Type: Bug Components: EC2 Reporter: Allan Douglas R. de Oliveira For instance https://github.com/mesos/spark-ec2/pull/58 introduced this problem when AWS_ACCESS_KEY_ID isn't set: Configuring /root/shark/conf/shark-env.sh Traceback (most recent call last): File "./deploy_templates.py", line 91, in <module> text = text.replace("{{" + key + "}}", template_vars[key]) TypeError: expected a character buffer object This makes all the cluster configuration fail. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org