I am running a production job in databricks using cluster. During environment Initialization I have created a notebook which will include lot of print statements which is causing job cluster to exceed the output size and the job was failing.
I have tried to configure this parameter
spark.databricks.driver.disableScalaOutput true
Seems to be the above parameter does not working. Is there any other way we can tackle this issue.
