Skip to content

Commit

Permalink
rename config parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
arunmahadevan committed Jun 12, 2018
1 parent 421e16b commit b87c90b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ object StaticSQLConf {
.toSequence
.createOptional

val STREAMING_QUERY_LISTENERS = buildStaticConf("spark.sql.streamingQueryListeners")
val STREAMING_QUERY_LISTENERS = buildStaticConf("spark.sql.streaming.streamingQueryListeners")
.doc("List of class names implementing StreamingQueryListener that will be automatically " +
"added to newly created sessions. The classes should have either a no-arg constructor, " +
"or a constructor that expects a SparkConf argument.")
Expand Down

0 comments on commit b87c90b

Please sign in to comment.