HyukjinKwon commented on a change in pull request #25391:
[SPARK-28366][CORE][FOLLOW-UP] Refine logging in driver when loading single
large unsplittable file
URL: https://github.com/apache/spark/pull/25391#discussion_r312092543
##########
File path: core/src/main/scala/org/apache/spark/rdd/HadoopRDD.scala
##########
@@ -215,8 +215,7 @@ class HadoopRDD[K, V](
val codecFactory = new CompressionCodecFactory(jobConf)
if (Utils.isFileSplittable(path, codecFactory)) {
logWarning(s"Loading one large file ${path.toString} with only one
partition, " +
- s"we can increase partition numbers by the `minPartitions`
argument in method " +
- "`sc.textFile`")
+ s"we can increase partition numbers for improving performance.")
Review comment:
I am okay with it
----------------------------------------------------------------
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]