Created
January 29, 2016 22:49
-
-
Save abramsm/f8506b8dec3422632a00 to your computer and use it in GitHub Desktop.
Source Template for Hydra Field Day Tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include "extra-filters" | |
%{user-filters}% | |
source:[ | |
{mesh2:{ | |
markDir:"pixelatorDataMarks" | |
mesh:{ | |
startDate:"%[segment-start-date:{{now-1}}]%" | |
endDate:"%[segment-end-date:{{now-1}}]%" | |
dateFormat:"yyMMdd" | |
// this is the split job containing segment data by date - each bundle contains uid and one or more segment ids | |
files:"/job/ed973899-3a7c-4112-8f8e-cd763589a57b/*/gold/split/{Y}{M}{D}/{{mod}}-*" | |
sortTokenOffset:6 | |
} | |
shardTotal:250 | |
injectSourceName:"RED" | |
}} | |
{mesh2:{ | |
markDir:"usyncDataMarks" | |
mesh:{ | |
startDate:"%[usync-start-date:{{now-1}}]%" | |
endDate:"%[usync-end-date:{{now-1}}]%" | |
dateFormat:"yyMMdd" | |
// this is the split job containing uid->puid mappings per partner (each in separate folder named after their pid) | |
files:"/job/a052d8fa-5168-4ce1-9100-eab0d34608ed/*/gold/split/{Y}{M}{D}/%[pid]%/{{mod}}-*" | |
sortTokenOffset:6 | |
} | |
shardTotal:250 | |
injectSourceName:"USYNC" | |
}} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment