Skip to content
Snippets Groups Projects
Commit 67680396 authored by Tejas Patil's avatar Tejas Patil Committed by Michael Armbrust
Browse files

[SPARK-12926][SQL] SQLContext to display warning message when non-sql configs are being set

Users unknowingly try to set core Spark configs in SQLContext but later realise that it didn't work. eg. sqlContext.sql("SET spark.shuffle.memoryFraction=0.4"). This PR adds a warning message when such operations are done.

Author: Tejas Patil <tejasp@fb.com>

Closes #10849 from tejasapatil/SPARK-12926.
parent 415d0a85
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment