I am wondering if there is a limit size of a broadcast variable in spark because I need to broadcast a large object (6GB and can be larger in the future).
I have searched in
There is a limit of Java Integer.MAX_VALUE. That is to say about 2,3 GB.
Please have a look here in Spark Jira for more information: https://issues.apache.org/jira/browse/SPARK-5739