Hello,
I am trying to load logs from spark job in remote location using Python Rest API.
I want to collect those logs for particular job runs using runID field, that log should contain Errors, Exceptions, and print details.
I have tried "/api/2.1/jobs/runs/get" and "/api/2.1/jobs/runs/get-output" but didnt get desired output logs.
basically I want logs from spark history server.
Let me know what method or call I can use in such case
Thanks in Advance
Parimal