I want to sc.broadcast(val)
, the val
maybe 100MB, my spark version is 2.3.2
. I find the job will be cancelled by itself if I pass sc.broadcast(val)
.
I think it's because my val
is large. So how to set maximum size of it?
I want to sc.broadcast(val)
, the val
maybe 100MB, my spark version is 2.3.2
. I find the job will be cancelled by itself if I pass sc.broadcast(val)
.
I think it's because my val
is large. So how to set maximum size of it?