Last active
December 22, 2015 12:28
-
-
Save benzenwen/6472169 to your computer and use it in GitHub Desktop.
An example aggregation on the public Kartlytics corpus. See http://kartlytics.com for details. Originally from https://github.com/davepacheco/kartlytics
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
{ | |
"phases": [ | |
{ | |
"type": "map", | |
"assets": ["/manta/public/kartlytics/bin/video-metadata"], | |
"exec": "/assets/manta/public/kartlytics/bin/video-metadata /$MANTA_USER/public $MANTA_INPUT_FILE" | |
}, | |
{ | |
"type": "reduce", | |
"exec": "json -g | mpipe /$MANTA_USER/public/kartlytics-summary.json" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment