Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10392#discussion_r48237938
  
    --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala ---
    @@ -2073,8 +2073,9 @@ class SparkContext(config: SparkConf) extends Logging 
with ExecutorAllocationCli
         // its own local file system, which is incorrect because the 
checkpoint files
         // are actually on the executor machines.
         if (!isLocal && Utils.nonLocalPaths(directory).isEmpty) {
    -      logWarning("Checkpoint directory must be non-local " +
    -        "if Spark is running on a cluster: " + directory)
    +      logWarning(s"Spark is not running in local mode, therefore the 
checkpoint directory " +
    --- End diff --
    
    Interpolation here is on the wrong string of these 3. Also looks like some 
style check error


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to