Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.51 KB | None | 0 0
  1. //This one is ok for mapreduce
  2. curl -v -XPUT http://127.0.0.1:8098/buckets/timesheet/keys/613108953282250752?returnbody=true -H 'Content-Type: application/json' -d '{"satTime": 0.0, "thuTime": 0.0, "creationDate": 1414189498283, "dateWork": 1413176400000, "totalTime": 0.0, "description": "Correcciones de bugs y nuevas implementaciones de tareas para la fase 2 mas reuniones con anderson y paul celi", "monTime": 0.0, "companyId": "611458118596954112", "wedTime": 6.0, "projectId": "611908746313992192", "notes": "", "tags": "", "userId": "612915574996994048", "tueTime": 0.0, "currentPosition": "Desarrollador", "deleted": false, "currentWorkAreaId": "611462077281732608", "billable": true, "sunTime": 0.0, "friTime": 0.0, "id": "613108953282250752"}'
  3.  
  4. //This one is produce an error in reduce phase
  5. curl -v -XPUT http://127.0.0.1:8098/buckets/timesheet/keys/620708553610496000?returnbody=true -H 'Content-Type: application/json' -d '{"satTime": 0.0, "thuTime": 0.0, "creationDate": 1414189486934, "dateWork": 1413781200000, "totalTime": 0.0, "description": "Buscando nuevas herramientas para obtener datos provenientes de los post por campañas, como intereses, likes, comentarios, etc.", "monTime": 0.0, "companyId": "611458118596954112", "wedTime": 0.0, "projectId": "611908746313992192", "notes": "", "tags": "", "userId": "612915574996994048", "tueTime": 6.0, "currentPosition": "Desarrollador", "deleted": false, "currentWorkAreaId": "611462077281732608", "billable": true, "sunTime": 0.0, "friTime": 0.0, "id": "620708553610496000"}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement