-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
config.yml.sample
58 lines (58 loc) · 2.53 KB
/
config.yml.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
:logging:
:level: DEBUG # You can optionally switch to INFO for production
:aws:
:access_key_id: ADD HERE
:secret_access_key: ADD HERE
:s3:
:region: ADD HERE
:buckets:
:assets: s3://snowplow-hosted-assets # DO NOT CHANGE unless you are hosting the jarfiles etc yourself in your own bucket
:log: ADD HERE
:raw:
:in: ADD HERE
:processing: ADD HERE
:archive: ADD HERE # e.g. s3://my-archive-bucket/raw
:enriched:
:good: ADD HERE # e.g. s3://my-out-bucket/enriched/good
:bad: ADD HERE # e.g. s3://my-out-bucket/enriched/bad
:errors: ADD HERE # Leave blank unless :continue_on_unexpected_error: set to true below
:shredded:
:good: ADD HERE # e.g. s3://my-out-bucket/shredded/good
:bad: ADD HERE # e.g. s3://my-out-bucket/shredded/bad
:errors: ADD HERE # Leave blank unless :continue_on_unexpected_error: set to true below
:emr:
:ami_version: 2.4.2 # Choose as per http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-plan-ami.html
:region: ADD HERE # Always set this
:placement: ADD HERE # Set this if not running in VPC. Leave blank otherwise
:ec2_subnet_id: ADD HERE # Set this if running in VPC. Leave blank otherwise
:ec2_key_name: ADD HERE
:software:
:hbase: # To launch on cluster, provide version, "0.92.0", keep quotes
:lingual: # To launch on cluster, provide version, "1.1", keep quotes
# Adjust your Hadoop cluster below
:jobflow:
:master_instance_type: m1.small
:core_instance_count: 2
:core_instance_type: m1.small
:task_instance_count: 0 # Increase to use spot instances
:task_instance_type: m1.small
:task_instance_bid: 0.015 # In USD. Adjust bid, or leave blank for non-spot-priced (i.e. on-demand) task instances
:etl:
:job_name: Snowplow ETL # Give your job a name
:versions:
:hadoop_enrich: 0.8.0 # Version of the Hadoop Enrichment process
:hadoop_shred: 0.2.1 # Version of the Hadoop Shredding process
:collector_format: cloudfront # Or 'clj-tomcat' for the Clojure Collector
:continue_on_unexpected_error: false # Set to 'true' (and set :out_errors: above) if you don't want any exceptions thrown from ETL
:iglu:
:schema: iglu:com.snowplowanalytics.iglu/resolver-config/jsonschema/1-0-0
:data:
:cache_size: 500
:repositories:
- :name: "Iglu Central"
:priority: 0
:vendor_prefixes:
- com.snowplowanalytics
:connection:
:http:
:uri: http://iglucentral.com