apache spark - Why doesn't the application UI storage tab show broadcast variables -
when broadcast variable in spark, don't see in storage tab of apllication web ui. handy see how memory uses. there reason why broadcast variables not shown?
i came across same problem , found still unresolved ticket 2014: https://issues.apache.org/jira/browse/spark-3957
it says sending broadcast var info driver open new (quite unnecessary) channel. workaround pull request (sending broadcast info on top of other info) somehow got lost through time... https://github.com/apache/spark/pull/2851
Comments
Post a Comment