Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/20761#discussion_r190428792
--- Diff:
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
---
@@ -17,7 +17,7 @@
package org.apache.spark.deploy.yarn
-import java.io.{FileSystem => _, _}
+import java.io.{File, FileOutputStream, IOException, OutputStreamWriter, _}
--- End diff --
You don't need to change this line. The previous one was more correct.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]