dongjoon-hyun commented on a change in pull request #25002:
[SPARK-28203][Core][Python] PythonRDD should respect SparkContext's hadoop
configuration
URL: https://github.com/apache/spark/pull/25002#discussion_r299768504
##########
File path:
core/src/main/scala/org/apache/spark/api/python/PythonHadoopUtil.scala
##########
@@ -156,7 +156,7 @@ private[python] object PythonHadoopUtil {
* Convert a [[java.util.Map]] of properties to a
[[org.apache.hadoop.conf.Configuration]]
*/
def mapToConf(map: java.util.Map[String, String]): Configuration = {
- val conf = new Configuration()
+ val conf = new Configuration(false)
Review comment:
I'm wondering if this doesn't break anything.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]