"StatusCode":"DFExecutorUserError","Message":"Job failed due to reason: at Source 'source1': Job aborted due to stage failure: Serialized task 10:0 was 135562862 bytes, which exceeds max allowed: spark.rpc.message.maxSize (134217728 bytes). Consider increasing spark.rpc.message.maxSize or using broadcast variables for large values."
I have simple adf pipeline which was working fine but started failing from few days.
The source is a REST API call. Can you please help in fixing this?, where can I change the suggested setting.



