mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Use c3.2xlarge instance for EMR hourly traffic log processing.
This commit is contained in:
@@ -51,7 +51,7 @@ class TrafficBase(EmrJob):
|
||||
BOOTSTRAP_NAME = 'traffic binaries'
|
||||
BOOTSTRAP_SCRIPT = os.path.join(g.TRAFFIC_SRC_DIR, 'traffic_bootstrap.sh')
|
||||
_defaults = dict(master_instance_type='m1.small',
|
||||
slave_instance_type='m3.xlarge', num_slaves=1)
|
||||
slave_instance_type='c3.2xlarge', num_slaves=1)
|
||||
|
||||
def __init__(self, emr_connection, jobflow_name, steps=None, **kw):
|
||||
combined_kw = copy(self._defaults)
|
||||
|
||||
Reference in New Issue
Block a user