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
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