Reputation: 1653
I'm looking for Hadoop's mapjoin equivalent in Spark and I could find this spark.sql.autoBroadcastJoinThreshold
I set this value and ran my query sqlContext.sql("SET spark.sql.autoBroadcastJoinThreshold=100000000;")
Thanks ..
Upvotes: 1
Views: 1282
Reputation: 3571
SET
query is cheerfully and silently swallowed by versions of Spark that don't support it -- I just tried it with 1.0.2.Upvotes: 0