HeartSaVioR commented on a change in pull request #21339: [SPARK-24287][Core] Spark -packages option should support classifier, no-transitive, and custom conf URL: https://github.com/apache/spark/pull/21339#discussion_r268538188
########## File path: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ########## @@ -23,6 +23,7 @@ import java.net.URL import java.security.PrivilegedExceptionAction import java.text.ParseException import java.util.UUID +import java.util.Collections Review comment: This should be placed before `import java.util.UUID`. Please run `./dev/scalastyle` before pushing to branch. ---------------------------------------------------------------- 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]
