senthh commented on pull request #33894:
URL: https://github.com/apache/spark/pull/33894#issuecomment-912001383
@dongjoon-hyun @HyukjinKwon
Referred migration document in the ERROR messages as below
```
scala> spark.conf.set("spark.driver.host", "localhost")
org.apache.spark.sql.AnalysisException: Cannot modify the value of a Spark
config: spark.driver.host, please refer to the Spark migration documentation
'https://spark.apache.org/docs/latest/sql-migration-guide.html#ddl-statements'
for further details to modify the value of a Spark config.
at
org.apache.spark.sql.errors.QueryCompilationErrors$.cannotModifyValueOfSparkConfigError(QueryCompilationErrors.scala:2336)
at
org.apache.spark.sql.RuntimeConfig.requireNonStaticConf(RuntimeConfig.scala:157)
at org.apache.spark.sql.RuntimeConfig.set(RuntimeConfig.scala:41)
... 47 elided
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]