I am using the \'preview\' Google DataProc Image 1.1 with Spark 2.0.0. To complete one of my operations I have to complete a cartesian product. Since version 2.0.0 there ha
I think it should be
spark.conf.set("spark.sql.crossJoin.enabled", True)
Otherwise it'll give
NameError: name 'true' is not defined