poll_8.json 999 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "href" : "http://localhost:8080/api/clusters/mycluster/requests/2",
  3. "Requests" : {
  4. "id" : 2
  5. },
  6. "tasks" : [
  7. {
  8. "href" : "http://localhost:8080/api/clusters/mycluster/requests/2/tasks/1",
  9. "Tasks" : {
  10. "id" : "1",
  11. "attempt_cnt" : "0",
  12. "exit_code" : "999",
  13. "stdout" : "",
  14. "status" : "IN_PROGRESS",
  15. "command" : "START",
  16. "start_time" : "-1",
  17. "role" : "DATANODE",
  18. "stderr" : "",
  19. "host_name" : "localhost.localdomain",
  20. "stage_id" : "1"
  21. }
  22. },
  23. {
  24. "href" : "http://localhost:8080/api/clusters/mycluster/requests/2/tasks/2",
  25. "Tasks" : {
  26. "id" : "2",
  27. "attempt_cnt" : "0",
  28. "exit_code" : "999",
  29. "stdout" : "",
  30. "status" : "COMPLETED",
  31. "command" : "START",
  32. "start_time" : "-1",
  33. "role" : "NAMENODE",
  34. "stderr" : "",
  35. "host_name" : "localhost.localdomain",
  36. "stage_id" : "1"
  37. }
  38. }
  39. ]
  40. }