I am having a stable/spark Helm deployment running on Kubernetes and submitting the job through Livy.
curl -X POST --data '{"className": "LogBundleConfigFetcher", "file": "http:///aliceparser_2.11-19.12.09.jar" ,"args": [""]}' -H "Content-Type: application/json" http://:8998/batches
I am able to see the driver logs in the Livy pod. But not able to see executor logs.
Is there any way I can see the executors log?