问题
I am posting jobs to a spark cluster using livy
APIs. I want to increase the spark.network.timeout
value and passing the same value (600s
) with the conf
field in livy post call. How can I verify that it is getting correctly honoured and getting applied to the jobs posted?
来源:https://stackoverflow.com/questions/55690915/how-to-check-spark-config-for-an-application-in-ambari-ui-posted-with-livy