Skip to content

Commit 8bc2f4b

Browse files
committed
review commit
1 parent 20e667c commit 8bc2f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ trait ClientBase extends Logging {
153153
val fs = FileSystem.get(conf)
154154
val remoteFs = originalPath.getFileSystem(conf)
155155
var newPath = originalPath
156-
if (! compareFs(remoteFs, fs)) {
156+
if (!compareFs(remoteFs, fs)) {
157157
newPath = new Path(dstDir, originalPath.getName())
158158
logInfo("Uploading " + originalPath + " to " + newPath)
159159
FileUtil.copy(remoteFs, originalPath, fs, newPath, false, conf)

0 commit comments

Comments
 (0)