Skip to content

Instantly share code, notes, and snippets.

@braintreeps
Created December 7, 2011 21:35
Show Gist options
  • Save braintreeps/1444774 to your computer and use it in GitHub Desktop.
Save braintreeps/1444774 to your computer and use it in GitHub Desktop.
curl -X POST -H "content-type: application/json" http://localhost:8098/mapred --data @-<<\EOF
{
"inputs":"login:development:users",
"query":[
{
"map":{
"language":"javascript",
"source":"function(v) {
return [1];
}
"}
},
{
"reduce":{
"language":"javascript",
"source": "Riak.reduceSum"
}
}
],
"timeout": 120000
}
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment