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

    https://github.com/apache/spark/pull/4990#discussion_r28717918
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/ExternalShuffleService.scala ---
    @@ -15,14 +15,17 @@
      * limitations under the License.
      */
     
    -package org.apache.spark.deploy.worker
    +package org.apache.spark.deploy
     
     import org.apache.spark.{Logging, SparkConf, SecurityManager}
    +import org.apache.spark.util.Utils
     import org.apache.spark.network.TransportContext
     import org.apache.spark.network.netty.SparkTransportConf
     import org.apache.spark.network.sasl.SaslRpcHandler
     import org.apache.spark.network.server.TransportServer
     import org.apache.spark.network.shuffle.ExternalShuffleBlockHandler
    +import java.util.concurrent.CountDownLatch
    +import org.apache.spark.annotation.DeveloperApi
    --- End diff --
    
    import order. I can fix this myself on merge


---
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