Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Fix #584: Allow bootstrap bucket to be configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
robhudson committed Jul 7, 2017
1 parent 6a228bd commit 8897573
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion atmo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ class AWS:

'SPARK_INSTANCE_PROFILE': 'telemetry-spark-cloudformation-'
'TelemetrySparkInstanceProfile-1SATUBVEXG7E3',
'SPARK_EMR_BUCKET': 'telemetry-spark-emr-2',
'SPARK_EMR_BUCKET': values.Value(default='telemetry-spark-emr-2',
environ_prefix=None,
environ_name='AWS_SPARK_EMR_BUCKET'),
'INSTANCE_APP_TAG': 'telemetry-analysis-worker-instance',
'EMAIL_SOURCE': 'telemetry-alerts@mozilla.com',
'MAX_CLUSTER_SIZE': 30,
Expand Down

0 comments on commit 8897573

Please sign in to comment.