This is a dedicated watch page for a single video.
A team of data engineers is working on their respective notebooks attached to a common cluster. While creating the cluster, the admin updated the Spark config properties by adding spark.sql.autoBroadcastJoinThreshold 100b One of the data engineers runs the following command on their notebook named show_orders : spark.conf.set("spark.sql.autoBroadcastJoinThreshold", '1024b') Another data engineer from the team, who is working on a notebook named fetch_results runs the following commands: % run ./ show_orders spark . sparkContext . getConf (). get ( "spark.sql.autoBroadcastJoinThreshold" ) Assuming all commands run successfully, which of the following statements explains the output?