Re: No plan for BroadcastHint when attempting broadcastjoin

2016-01-21 Thread Sebastian Piu
I made some modifications to my code where I broadcast the Dataframe I want to join directly through the SparkContext, and that seems to work as expected. Still don't understand what is going wrong with the missing Plan. On Thu, Jan 21, 2016 at 3:36 PM, Ted Yu wrote: > Modified subject to reflec

No plan for BroadcastHint when attempting broadcastjoin

2016-01-21 Thread Ted Yu
Modified subject to reflect new error encountered. Interesting - SPARK-12275 is marked fixed against 1.6.0 On Thu, Jan 21, 2016 at 7:30 AM, Sebastian Piu wrote: > I'm using Spark 1.6.0. > > I tried removing Kryo and reverting back to Java Serialisation, and get a > different error which maybe p