GitHub user gjhkael opened a pull request: https://github.com/apache/spark/pull/22887
user set's hadoop conf should not overwrite by sparkcontext's conf ## What changes were proposed in this pull request? Hadoop conf which is set by user which is use sparksql's set command should not overwrite by sparkContext's conf which is read from spark-default.conf. ## How was this patch tested? manually verified with 2.2.0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gjhkael/spark hadoopConfigShouldOverwriteByUsersConf Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/22887.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #22887 ---- commit c3d9dea16e1a32f7a2c825d807e6b30d763d08c1 Author: guojh <guojh@...> Date: 2018-10-30T07:34:15Z user set's hadoop conf should not overwrite by sparkcontext's conf ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org