Hi, There have been some recent changes in the way akka is used in spark and I feel they are major changes...
Is there a design document / JIRA / experiment on large datasets that highlight the impact of changes (1.0 vs 1.1) ? Basically it will be great to understand where akka is used in the code base... If I don't have to broadcast big variables but use akka's programming model (use actors directly) on Spark's actorsystem is that allowed ? I understand that it might look hacky :-) Thanks. Deb